laravel_package_create maintained by eelcol
Description
Adds make:package command to Laravel Artisan
Author
Last update
2018/07/22 23:41
(dev-develop)
License
Downloads
16
This package adds the command "php artisan make:package" to create a very basic package. This automaticly sets the correct file structures. This package also adds:
- Auto-discovery of package
- Adds functionality to the default ServiceProvider
- Easily add scheduled commands
Install:
composer require eelcol/laravel_package_create