l5scaffold icon indicating copy to clipboard operation
l5scaffold copied to clipboard

The Route file

Open barmettlerl opened this issue 8 years ago • 2 comments

Hi,

Nice Project.

But I have a question about the routes. Do I have to adjust the route file for myself or can this scaffold generator do this automatically?

barmettlerl avatar Aug 08 '16 07:08 barmettlerl

I have the same question, how we code the routes, i'm a total newbie in laravel and i have make a scaffold model and I tried to code a route like that buy i get an error, please help:

Route::get('/producto', 'ProductoController@index');

poldelgado avatar Jan 18 '17 03:01 poldelgado

Configure manually the route file, the scaffold don't make it!

:)

sylviot avatar Jan 18 '17 10:01 sylviot