Closed jorgemudry closed 4 years ago
It fixes the issue #75
git clone https://github.com/jorgemudry/lumen-generator.git; git checkout upgrade_make_model_command;
name
composer.json
"name": "jorgemudry/lumen-generator",
"repositories": { "dev-package": { "type": "path", "url": "../lumen-generator", "options": { "symlink": true } } }
composer require jorgemudry/lumen-generator
bootstrap/app.php
$app->register(Flipbox\LumenGenerator\LumenGeneratorServiceProvider::class);
php artisan make:model MyNewModel --all
What does this Pull Request Do?
It fixes the issue #75
How should this be manually tested?
name
property in thecomposer.json
file:composer.json
:bootstrap/app.php
add this:Any extra info?