LaravelPackages.net
Acme Inc.
Toggle sidebar
eelcol/laravel_package_create

Adds make:package command to Laravel Artisan

16
0
1.0.4
About eelcol/laravel_package_create

eelcol/laravel_package_create is a Laravel package for adds make:package command to laravel artisan. It currently has 0 GitHub stars and 16 downloads on Packagist (latest version 1.0.4). Install it with composer require eelcol/laravel_package_create. Discover more Laravel packages by eelcol or browse all Laravel packages to compare alternatives.

Last updated

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

Star History Chart