完成簡易首頁並加上.editorconfig
This commit is contained in:
@@ -10,13 +10,14 @@
|
||||
| contains the "web" middleware group. Now create something great!
|
||||
|
|
||||
*/
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
// //首頁url
|
||||
// Route::get('/', 'HomeController@index');
|
||||
//
|
||||
/* Route::get('/', function () {
|
||||
return view('welcome');
|
||||
}); */
|
||||
|
||||
//首頁url
|
||||
Route::get('/', 'HomeController@index');
|
||||
|
||||
// //管理者相關url
|
||||
// Route::group(['prefix' => 'admin'], function () {
|
||||
// Route::get('/login', '');
|
||||
|
||||
Reference in New Issue
Block a user