#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