John Braun
John Braun
Since Laravel 8 doesn't have a default "assets" directory anymore, the section on publishing assets should be updated (https://laravelpackage.com/09-routing.html#assets).
I woud like to add a section on using Vue components within a package. However, I don't know what the general consensus is whether this would be a good idea....
I wanted to add support for Laravel 6.0, and added the following to composer.json. I don't know if I should add anything else to allow for Laravel 6.0?
Feature request to add support for `./vendor/bin/pkg-tools make:controller`
Feature request to add support for `./vendor/bin/pkg-tools make:mail`
In this PR I've added the ability to generate model classes, migration classes and model factory classes. The models can be generated with or without accompanying migrations and/or model factories....