eelcol/laravel_package_create

Adds make:package command to Laravel Artisan

1.0.4 2018-07-22 21:41 UTC

This package is auto-updated.

Last update: 2024-04-05 07:00:45 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