This commit is contained in:
KodeStar
2018-02-01 19:55:03 +00:00
parent 7be7f0da10
commit 0b6fc89e10
12 changed files with 661 additions and 432 deletions

View File

@@ -11,7 +11,7 @@
|
*/
Route::get('/', 'ItemController@dash');
Route::get('/', 'ItemController@dash')->name('dash');
Route::resources([
'items' => 'ItemController',