inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.1k stars 767 forks source link

Refactoring: Implementing Route::resource #182

Closed maqndon closed 2 months ago

maqndon commented 2 years ago

I just implemented Route::resource for all the CRUD routes.

scruffycoderofficial commented 1 year ago

@maqndon Have we considered the effects, if any, losing the route names would cause? I see in some of the controller methods and possibly, other places too,route("route.name") references occur.

driesvints commented 2 months ago

Gonna close this one off now since it's so old and the OP never replied to the above.