Relative Content

Tag Archive for laraveltailwind-css

How to customize laravel 11 breeze files

i am currently working on laravel 11 project which i used breeze installation. Unlike any other laravel versions, i can not locate welcome and home blade files in view folder.

Error I can’t access my tailwind files on hostinger

I have a problem uploading a project using Laravel and Tailwind, when I am programming and on the local server everything looks good, but when I uploaded it it did not have any design, I open the console and this appears
enter image description here

Laravel 11 does not compile Tailwind CSS

I’ve been looking for Tailwind CSS components to apply to a laravel project to be able to move faster, every component I add in the view doesn’t work properly. They don’t look good or as they should.

Laravel project missing Tailwind classes

I have a fresh Laravel + Tailwind Breeze installed project. Some classes such as text-blue-800 bg-blue-50 are available while for example text-green-800 bg-green-50 are not. What could be the issue? I tried running npm run build as well as npm run dev but nothing works.