Custom Laravel Jetstream Routes

preview_player
Показать описание

Need to tinker with Laravel Jetstream routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

Amazing brother. Exactly what I was looking for!

yannik
Автор

Thank you for the tutorial, the most transparent method of doing this would be to save the jetsream.php file in RouteServiceProvider

hermanjacksonfoutou
Автор

how to get API of create user function of Jetstream?

for example i want to create an accout in Jetstream, I can't use Postman to create an accout follow an API, please help me

quocle
Автор

I don't want the Registration page at the beginning. I want it inside the application. Can that be possible.
It's like the SuperAdmin can login to the application and then he will register a user with specific roles and permissions.
So I don't want the Registration page outside the application.

manishprabhakaran
Автор

Thank's ! And for example, if I want to change the /register and /login routes, where can I do that ?

NyleorV