Skip to content

s-dev-s/cms_lara_5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

В composer.json добавляем в блок require

 "s-dev/cms_lara_5" : "1.*"

Выполняем

composer update

Добавляем в файле app.php в блок providers

  Vis\Builder\BuilderServiceProvider::class,

Добавляем в файле app.php в блок alias

  'Jarboe' => Vis\Builder\Facades\Jarboe::class,

В корне проекта в файле .env заменяем подключение к БД на свои

Инсталим админку

   php artisan admin:install

Генерируем пароль для админа

   php artisan admin:generatePassword

Если нужно обновить css и js, то

   php artisan vendor:publish --tag=public --force

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published