-
Hi, Great work! I just found this hours ago and started testing and reading the docs. A lot of good ideas and it is really RAD. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, this is the default. But you can extend this by adding registration, password recovery, 2fa using https://github.com/orchidsoftware/fortify |
Beta Was this translation helpful? Give feedback.
-
Haha, ok I finally got it. Thanks @tabuna To use Laravel's Jetstream/Fortify auth UI: # composer require laravel/fortify
# composer require orchid/fortify Edit // disable Orchid's auth UI and use Laravel's auth UI instead
'auth' => false, Refresh your page in the browser to see Laravel's auth UI. |
Beta Was this translation helpful? Give feedback.
Haha, ok I finally got it. Thanks @tabuna
To use Laravel's Jetstream/Fortify auth UI:
Edit
config/platform.php
Refresh your page in the browser to see Laravel's auth UI.