mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-12 17:49:19 +00:00
add login page & register page
This commit is contained in:
@ -17,3 +17,7 @@ Route::get('/', function () {
|
||||
|
||||
Route::get('contact-us', 'ContactUSController@contactUS');
|
||||
Route::post('contact-us', ['as' => 'contactus.store', 'uses' => 'ContactUSController@contactUSPost']);
|
||||
|
||||
Auth::routes();
|
||||
|
||||
Route::get('/home', 'HomeController@index')->name('home');
|
||||
|
Reference in New Issue
Block a user