Hello @alissonacioli
I personally don't have any experience with Jetstream but if I check the source ( https://github.com/laravel/jetstream/blob/2.x/src/JetstreamServiceProvider.php#L154-L189 ) I see multiple parts that can be published. Maybe you can run php artisan vendor:publish
and see if one of the options is helpful.
If I see this line: https://github.com/laravel/jetstream/blob/2.x/src/JetstreamServiceProvider.php#L202 I suspect that a config jetstream.prefix
or jetstream.path
will solve your case.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community