Started working on parsing symfony cast pages.

This commit is contained in:
Krzysztof Płaczek
2022-08-05 16:44:51 +02:00
parent 3a6a2252a3
commit 119b94470f
6 changed files with 152 additions and 4 deletions

View File

@@ -13,6 +13,6 @@ use Illuminate\Support\Facades\Route;
|
*/
Route::get('/', function () {
return view('welcome');
});
Route::get('/', [\App\Http\Controllers\Controller::class, 'index']);