-
Notifications
You must be signed in to change notification settings - Fork 185
Laravel 9 Support #922
Comments
Hi @inuru, Once it comes out of beta I will update the |
Is it support laravel 9 ?? |
Yes. I use it on my upgraded laravel 9 and it work perfectly |
thank you |
I did not find the LoginController .php in the laravel 9 structure. public function username() How did you make it work? |
LoginController was removed since Laravel 7. It will generated automatically when you install laravel/ui package https://github.com/laravel/laravel/commit/b5bb91fea79a3bd5504cbcadfd4766f41f7d01ce |
Yes, but how do I resolve item 12 of the documentation in order to proceed? |
plase add support php 8 |
Description:
Add support for laravel 9
Steps To Reproduce:
Change composer.json to require "laravel/framework": "^7.0"
got error
The text was updated successfully, but these errors were encountered: