eelcol / laravel_package_create
Adds make:package command to Laravel Artisan
Package info
github.com/eelcol/laravel-package-create
Type:project
pkg:composer/eelcol/laravel_package_create
1.0.4
2018-07-22 21:41 UTC
Requires
- php: >=7.0.0
- laravel/framework: >=5.1.0
This package is auto-updated.
Last update: 2026-03-05 10:53:30 UTC
README
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