Laravel-4-Generators icon indicating copy to clipboard operation
Laravel-4-Generators copied to clipboard

Route message after generate:resource without controller

Open arthurflachs opened this issue 10 years ago • 0 comments

I use generate:resource (with generators v2) to generate a resource model (but maybe there is a more appropriate choice for that ?).

Therefore, the generate:resource shouldn't suggest me to add Route::resource('examples', 'ExamplesController'); to routes.php.

Would it be useful to write a patch for this ?

arthurflachs avatar Jan 20 '15 12:01 arthurflachs