Is it possible to use Laravel UI in Laravel 8?

Yes, it is perfectly possible to develop an application in Laravel 8 and use Laravel UI. Newer would be to use Jetstream, but you can still use Laravel UI.

Just note that in the Laravel UI Github repository they report that to use Laravel 8 you have to use version 3.x of Laravel UI. If you install Laravel UI in a Laravel 8 project, that version will actually be installed, so you don’t have to do anything special.

Actually, the use of the package is exactly the same as it was used with previous versions of Laravel. Anyway, remember one thing. Laravel’s authentication system is integrated into the framework’s functionalities. What Laravel UI adds to you is the whole series of routes, controllers and views necessary so that everything that is the user login flow, logout, registration, remember password and account verification,… you have it already done beforehand . It takes a lot of work, but the framework itself already offers you the entire user authentication system.

Review the information in the .

See also  Intervention Image, image manipulation with PHP
Loading Facebook Comments ...
Loading Disqus Comments ...