Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを行う方法: 1. ユーザーがログインしている場合にのみルートにアクセスします。2. 制限されたページにアクセスすると、voyager ログインにリダイレクトされます。
Route::get('/call_sheet', 'CallSheetsController@index');
ルートはビューを返します。