Laravel-4-Generators
Laravel-4-Generators copied to clipboard
Route message after generate:resource without controller
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 ?