We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc5e48 commit 842e09dCopy full SHA for 842e09d
routes/web.php
@@ -3,5 +3,5 @@
3
use Illuminate\Support\Facades\Route;
4
5
Route::get('{any}', function () {
6
- return view('app');
+ return view('layout.app');
7
})->where('any', '.*');
0 commit comments