How to Install Laravel UI Auth in Tailwind CSS | Laravel 10 Tutorial

preview_player
Показать описание
In this video, I'm gonna show you how to install Laravel Auth in Tailwind CSS.

Laravel is a web application framework with expressive, elegant syntax. One of the most popular framework for PHP.
Tailwind CSS is a utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.

How to install laravel ui in Tailwind CSS:
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 breeze
composer require laravel/breeze --dev
4. Run breeze command
php artisan breeze:install
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:

For business inquiries, email me at:
Рекомендации по теме
Комментарии
Автор

FIRST OF ALL THANKS FOR THE VID
I AM AS WELL NEW TO LARAVEL. - STRUGGLING A BIT BUT ENJOYING
YOUR VID REALLY HELPED ALOT TO SCAFFOLD MY CURRENT PROJECT CAUSE I COULDNT JUST GET IT
OTHER LADS THEY TEND TO USE "UI TAILWINDCSS "COMMAND WHICH COULD BE RIGHT THING IF YOU USUING OLDER VERSION OF LARAVEL
AND NOW I UNDERSTOOD I HAVE TO INSTALL THROUGH BREAZE -
HOW TO CONNECT WITH YOU - THANKS

mazinmohamed