xtwoend/template

我的模板基础

安装: 6

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

语言:CSS

类型:package

dev-master 2016-03-29 08:16 UTC

This package is auto-updated.

Last update: 2024-09-22 10:49:25 UTC


README

我的生产模板

设置

将包添加到您的项目中

  composer require xtwoend/template

声明服务提供者和别名

将以下行添加到您的 config/app.php 文件中

  'providers' => [
    // ...
    // Other Service Providers
    // ...
    Xtwoend\TemplateServiceProvider::class,
  ],

发布资源

  php artisan vendor:publish --provider="Xtwoend\TemplateServiceProvider" --force

安装 elixir npm

	npm install

运行 Gulp

	gulp