项目作者: ToxaGeek

项目描述 :
Laravel preset for Lumen
高级语言: PHP
项目地址: git://github.com/ToxaGeek/lumen-preset.git
创建时间: 2018-10-04T16:54:31Z
项目社区:https://github.com/ToxaGeek/lumen-preset

开源协议:

下载


Laravel preset artisan command for Lumen

Swap the front-end scaffolding for the application

Note: This repository contains the code taken from Laravel 5.7.

Installation

Require the package from your composer.json file

  1. "require": {
  2. "toxageek/lumen-preset": "5.7.*"
  3. }

and run $ composer update or both in one with $ composer require toxageek/lumen-preset.

Next register the following Console Command to your app/Console/Kernel.php file

  1. use ToxaGeek\LumenPreset\Console\PresetCommand;
  2. ----------------------------
  3. protected $commands = [
  4. PresetCommand::class
  5. ];

Usage

Call php artisan preset -h in console.

License

This package is open-sourced software licensed under the MIT license.