foostart/package-front

10.0.0 2020-12-22 07:16 UTC

This package is auto-updated.

Last update: 2024-09-29 04:48:57 UTC


README

@webiste: http://foostart.com

@package-name: package-front @author: Kang @date: 27/12/2017 @version: 2.0

@features

  1. CRUD
  2. 将分类添加到表单
  3. 语言规范
  4. 在表格数据上添加过滤器
  5. 添加令牌以防止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