laravel-package-maker
laravel-package-maker copied to clipboard
Get a :package: skeleton and all other `make` commands from laravel base for package development.
 Facing this error at laravel 8
Laravel 8.24 PHP 7.4.10 Homestead 9 (vagrant up via an admin cmd in windows 10) After installing package version 4.0.4 I ran `php artisan package:save Vend\Pack packages/vend/pack/` to save the...
It would be better if on creation ServiceProvider will be filled with registering code for views, migrations, routes and so on (some of these abilities could be commented to make...