sashapekh/builder_lara_5

构建CMS

v1.0.0 2024-05-13 05:59 UTC

This package is auto-updated.

Last update: 2024-09-25 14:11:03 UTC


README

StyleCI

Подкючаем

 composer require sashapekh/builder_lara_5

在app.php文件中的providers块中添加

  Vis\Builder\BuilderServiceProvider::class,

在app.php文件中的alias块中添加

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

安装管理后台

   php artisan admin:install

生成管理员密码

   php artisan admin:generatePassword

如果需要更新css和js,则

   php artisan vendor:publish --tag=public --force --provider="Vis\Builder\BuilderServiceProvider"