toxageek / lumen-preset
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel preset for Lumen
dev-master
2018-10-04 20:18 UTC
This package is auto-updated.
Last update: 2023-09-05 16:39:27 UTC
README
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
"require": { "toxageek/lumen-preset": "5.7.*" }
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
use ToxaGeek\LumenPreset\Console\PresetCommand; ---------------------------- protected $commands = [ PresetCommand::class ];
Usage
Call php artisan preset -h
in console.
License
This package is open-sourced software licensed under the MIT license.