Skip to content

webfactorybulgaria/Theme-Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Theme

This module is part of TypiCMS, a multilingual CMS based on Laravel 5.

composer require webfactorybulgaria/theme-basic

in config/app.php:

before core add:

TypiCMS\Modules\Contacts\Shells\Providers\ModuleProvider::class,
TypiCMS\Modules\Slides\Shells\Providers\ModuleProvider::class,
TypiCMS\Modules\Partners\Shells\Providers\ModuleProvider::class,

after core add:

TypiCMS\Modules\ThemeBasic\Shells\Providers\ModuleProvider::class,

Run these commands in the CLI

php artisan vendor:publish
composer dump-autoload
php artisan migrate
php artisan db:seed --class=ThemeBasicSeeder

In gulpfile.js cahnge

return gulp.src('resources/assets/less/public/master.less')

to

return gulp.src('resources/themes/basic/less/public/master.less')

then in the js-public section add

'node_modules/bootstrap/js/carousel.js',

run

gulp all

Change the permissions for public/uploads i.e.

chmod -R uog+w public/uploads