eelcol/laravel_package_create

Adds make:package command to Laravel Artisan

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/eelcol/laravel_package_create

1.0.4 2018-07-22 21:41 UTC

This package is auto-updated.

Last update: 2025-10-05 09:57:37 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