misterdebug / crud-generator-laravel

Create a Laravel 10 CRUD in a few seconds
315 stars 44 forks source link

Wishlist: add route #24

Closed baradhili closed 1 year ago

baradhili commented 1 year ago

ideally at least a basic Route::resource done so that testing isn't quite as tedious :) - I'm lazy

misterdebug commented 1 year ago

It's planned to add an info in console "add this route..." but not forced addition in the route file

misterdebug commented 1 year ago

done