mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
Introduce filament
This commit is contained in:
@@ -16,3 +16,7 @@ use Illuminate\Support\Facades\Route;
|
||||
Route::get('/', function () {
|
||||
return redirect('https://nexusphp.org');
|
||||
});
|
||||
|
||||
Route::get('test', function () {
|
||||
dd(request()->cookie());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user