mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Adding User login and registration
This commit is contained in:
@@ -18,4 +18,7 @@ Route::get('/', function () {
|
||||
Route::get('/product', 'ProductController@index');
|
||||
Route::get('/product/{product}', 'ProductController@show');
|
||||
Route::get('/item', 'ItemController@index');
|
||||
Route::get('/item/{item}', 'ItemController@show');
|
||||
Route::get('/item/{item}', 'ItemController@show');
|
||||
Auth::routes();
|
||||
|
||||
Route::get('/home', 'HomeController@index')->name('home');
|
||||
|
||||
Reference in New Issue
Block a user