laravel-package-maker icon indicating copy to clipboard operation
laravel-package-maker copied to clipboard

Get a :package: skeleton and all other `make` commands from laravel base for package development.

Results 4 laravel-package-maker issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://user-images.githubusercontent.com/43857625/110992471-27c28e80-83a0-11eb-85b2-078a6918d88b.png) Facing this error at laravel 8

bug

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...

bug

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...

enhancement