Laravel devs including me were really excited about `Route::controller()` when it was introduced 👀
But honestly…
I still think nothing beats the simplicity of:
Route::resource()
Cleaner routes.
Predictable naming.
Less boilerplate.
Do you still use `Route::controller()`
or stick to the golden RESTful routes?