Maksym
Maksym
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
RouteNotFoundException PHP 8.2.4 10.32.1 Route [login] not defined.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
Another error.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
let me try
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
<?php use Illuminate\Support\Facades\Route; /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider and all of them will | be assigned to the "web" middleware group. Make something great! | */ Route::get('/', function () { return view('welcome'); });
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
web.php
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
No custom page or route.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
class AdminPanelProvider extends PanelProvider { public function panel(Panel $panel): Panel { return $panel ->default() ->id('admin') ->path('') This is my modification in the AdminPanelProvider.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
after loggin in via /login( filament login), I got a routing error.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
But the I got the bebow error. Route [filament.admin.pages.dashboard] not defined.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
you are right.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
Sorry, my trouble is routing, not a themes.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
I mean I need the filament dashboard and auth system.
28 replies
FFilament
Created by Maksym on 11/20/2023 in #❓┊help
admin default
Tried modifying the AdminPanelProvider, but another error I got.
28 replies