s-dev/cms_lara_5

There is no license information available for the latest version (1.0.224) of this package.

Builder cms

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 8

Language:JavaScript


README

В 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