plugin
plugin copied to clipboard
Inspection for missing routes when using resource route
It could be cool to have an inspection to tell that there are missing methods in a class when using Route::resource.
For example we have had some places where we don't have a show method, but forgot to exclude it in the Route::resource call 👍
Pulling it all into task tracker