-
Laravel Version12 PHP Version8.3 Database Driver & VersionMySQL 8.0 DescriptionCurrently, a fresh Laravel installation includes TailwindCSS even when no frontend starter kit. This design decision implicitly assumes TailwindCSS as the default styling framework for all Laravel applications. This approach raises important concerns about framework neutrality, developer freedom, and project efficiency. Problem Statement Laravel has historically maintained a philosophy of freedom of choice — enabling developers to choose the best tools for their use cases. However, forcing TailwindCSS as a default dependency in every new Laravel project, regardless of frontend requirements, introduces unnecessary assumptions and dependencies. This creates several problems:
Steps To ReproduceCreate new Laravel project using Which starter kit would you like to install? [None] This also should be case for other options as well! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you confirm it is not only for dev env? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Also
vite.config.js
should be like this