lundi 17 octobre 2016

How to make differently route name in Laravel?

I have two the same controller in different directories.

And routing is for both:

Route::resource('dashboard/statistic', 'Admin\StatisticController');
Route::resource('statistic', 'StatisticController');

When I run php artisan route:list

I see, that these routes have the same route name as: statistic:

statistic.index
statistic.destroy
statistic.edit

How can I make this diffrently?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire