F
Filament6mo ago
Anwar

Icannot access the requierd interface "filamentphp"

Download the required Composer, Laravel, xampp, finally it was installed composer require filament/filament:"^3.1" -W but I could not open the required interface despite following the instructions please help me
8 Replies
Anwar
Anwar6mo ago
No description
arbuzik
arbuzik6mo ago
did u run php artisan filament:install --panels?
Anwar
Anwar6mo ago
yes
arbuzik
arbuzik6mo ago
from here - https://github.com/filamentphp/filament/discussions/5226 try
Route::get('/login', function () {
return redirect(route('filament.admin.auth.login'));
})->name('login');
Route::get('/login', function () {
return redirect(route('filament.admin.auth.login'));
})->name('login');
Where admin is your panel id in the version 3.x.
GitHub
How to fix Route [login] not defined. · filamentphp filament · Disc...
Hi All, How to fix Route [login] not defined. I'm using Filament Admin Breeze plugin (https://github.com/jeffgreco13/filament-breezy) My login page setting in filament config file. 'auth...
Anwar
Anwar6mo ago
No description
Anwar
Anwar6mo ago
ok I will try this thank you
arbuzik
arbuzik6mo ago
let me know if it helped
Anwar
Anwar6mo ago
sorry, I did not understand where to put this code and what should be replaced?