10 Install Tailwind CSS - Laravel 11 tutorial for beginners.
HTML-код
- Опубликовано: 5 фев 2025
- In the world of Laravel, controllers are the decision-makers! This video dives into what Laravel controllers are and why they're essential for building dynamic web applications.
We'll break down:
The role of controllers in Laravel's MVC architecture
How controllers handle incoming requests and interact with models and views
Creating controllers with Laravel's Artisan command
Using resource controllers for CRUD operations (Create, Read, Update, Delete)
Best practices for organizing and writing clean controller code
By the end of this video, you'll be well on your way to mastering Laravel controllers and building robust web applications!
Follow me: pinkary.com/@t...
*#laravel #php #webdev #programming*
Install Tailwind CSS - Laravel 11 tutorial for beginners.
Please continue in this tutorial about tailwind ❤
Hi , Tony We want videos on Laravel + React
saya tidak bisa instal tailwind nya di laravel setelah saya tekan enter di terminal muncul tulisan :
npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ npm install -D tailwindcss postcss autoprefixer
+ ~~~
+ CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Has anyone had problems with not compiling correctly. I see the html without the tailwind styling. Running compiles everything fine. I double checked the Tailwindcss installation with the video.
have you add @vite('resources/css/app.css')
on html file
yes this is the same problem that I am facing. also added @vite('resources/css/app.css').
Fixed: in terminal run npm run dev and then the project will support tailwind
My nav Is a opposte color BG Why?