F
Filament3mo ago
jenno

Frontend page filament

how to frontend page create using filament i want to replace welcome.blade file to dashboard page without route call how can i set
6 Replies
toeknee
toeknee3mo ago
You mean to the login page? just set ->path('')
jenno
jennoOP3mo ago
Thanks for reply , no when we run php artisan serve that time see welcome page so i want to replace with dashboard
toeknee
toeknee3mo ago
just set ->path('') also remove the welcome page route from routes/web.php
jenno
jennoOP3mo ago
Thank you
jenno
jennoOP3mo ago
Sure, thanks for sharing

Did you find this page helpful?