JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

Route message after generate:resource without controller #441

Open arthurflachs opened 9 years ago

arthurflachs commented 9 years ago

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 ?