How to Install Laravel UI Auth in Bootstrap | Laravel 10 Tutorial

Опубликовано: 29 Сентябрь 2024
на канале: Ron Dev
5,230
49

In this video, I'm gonna show you how to install Laravel UI Auth with Bootstrap in Laravel.

Laravel is a web application framework with expressive, elegant syntax. One of the most popular framework for PHP.

How to install laravel ui with bootstrap:
1. Create laravel project:
composer create-project laravel/laravel project_name or laravel new project_name
2. Run the project
php artisan serve
3. Install laravel ui
composer require laravel/ui
4. Run laravel ui with bootstrap
php artisan ui bootstrap --auth
5. Install node modules
npm install && npm run dev
6. Migrate database
php artisan migrate
7. Run the project
php artisan serve
That's it! You can now test your project.

If you have questions, feel free to leave them in the comments section below!

📌Help my channel grow and connect with me at:
YouTube:    / @rontech101  
Twitter:   / rontech101  

For business inquiries, email me at:
[email protected]