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
You mean to the login page?
just set ->path('')
Thanks for reply ,
no when we run php artisan serve that time see welcome page so i want to replace with dashboard
just set ->path('')
also remove the welcome page route from routes/web.php
Solution
Thank you
Sure, thanks for sharing