Looking to hire Laravel developers? Try LaraJobs

laravel_package_create maintained by eelcol

Description
Adds make:package command to Laravel Artisan
Last update
2018/07/22 23:41 (dev-develop)
License
Links
Downloads
16

Comments
comments powered by Disqus

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