| Package Data | |
|---|---|
| Maintainer Username: | mazfreelance |
| Maintainer Contact: | maz.webfreelance@gmail.com (Mazfreelance) |
| Package Create Date: | 2021-12-14 |
| Package Last Update: | 2023-07-25 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 15:02:32 |
| Package Statistics | |
|---|---|
| Total Downloads: | 38 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This is a simple package that includes some of custom Laravel artisan command into Laravel/Lumen.
You can install the package via composer:
composer require mazfreelance/laravel-command-generator --dev
Edit the config/app.php file and add the following line to providers:
...
Mazfreelance\LaravelCommandGenerator\ServiceProvider::class
...
Edit the bootstrap/app.php file and add the following line to register the service provider:
...
$app->register(Mazfreelance\LaravelCommandGenerator\ServiceProvider::class);
...
make:action Create a new Action class
make:dto Create a new Data Transfer Object class
Please see the changelog for more information on what has changed recently.
MIT. Please see the license file for more information.