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

Use the make: commands that you know and love from Laravel - outside of Laravel.

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

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