toxageek / lumen-preset
Laravel preset for Lumen
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/toxageek/lumen-preset
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.