eelcol/laravel_package_create

Adds make:package command to Laravel Artisan

Downloads

10

Stars

0

Version

1.0.4

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

eelcol

Author

eelcol