laravel to use tailwind classes on all my pages
It is a small laravell app, I modified the tailwind.config.js file like this:
Failed acces css and js when running local laravel project in mobile
I want to access my local laravel project on mobile. i have run php artisan serve –host 0.0.0.0 and i have successfully accessed the project on mobile. but when i open the project the css and js from the project seems not connected. i use tailwind 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.