#laravel 9 how to add prefix to #jetstream routes?
open config/jetsream.php and add:
'prefix' => 'app', // app will be prefix for all jetstream routes
#laravel 9 how to add prefix to #jetstream routes?
open config/jetsream.php and add:
'prefix' => 'app', // app will be prefix for all jetstream routes
how to provide different redirects at login when using #laravel Fortify or #jetstream
https://talltips.novate.co.uk/laravel/laravel-8-conditional-login-redirects
check out my tutorial about localizing / adding language prefix to #Laravel #JetStream routes:
#jetstream profile photo not showing in #laravel
Features::profilePhotos()
php artisan storage:link
done!😎
#laravel #JetStream error when trying to register to newly installed app. Error looks like this:
Jetstream / Teams: Column not found: 1054 Unknown column 'current_team_id' in 'field list
solution is to run migrate refresh
php artisan migrate:refresh