foostart / package-front
管理前端
10.0.0
2020-12-22 07:16 UTC
README
@webiste: http://foostart.com
@package-name: package-front @author: Kang @date: 27/12/2017 @version: 2.0
@features
- CRUD
- 将分类添加到表单
- 语言规范
- 在表格数据上添加过滤器
- 添加令牌以防止XSRF
步骤 1: 安装 package-front
composer require foostart/package-front
步骤 2: 安装 Minify HTML/JS/CSS
composer require matthiasmullie/minify
步骤 3: 发布配置、视图、资产
php artisan vendor:publish --provider="Foostart\Front\FrontServiceProvider" --force
步骤 4: 设置配置目录块
config/package-front.php
'dir' => [ 'source_blocks' => '\trunk\public\template', 'asset' => '\trunk\public\packages\foostart\package-front\', ],
步骤 5: 安装块
访问 URL: */install-blocks
步骤 6: 将 LESS 转换为 CSS
运行 cmd package-front/public/script/convert.php