Skip to content

Instantly share code, notes, and snippets.

@hashihei
Last active May 26, 2019 07:34
Show Gist options
  • Save hashihei/728edc4ad0c80bf6fa49f35e19f95157 to your computer and use it in GitHub Desktop.
Save hashihei/728edc4ad0c80bf6fa49f35e19f95157 to your computer and use it in GitHub Desktop.
[myfirstcontroller]ルーティング
Route::get('/', function () {
return view('welcome');
});
Route::get('myfirstpage', 'myfirstController@index');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment