Laravel, Tailwindcss, and purgeCss
To start a Laravel project which will work correctly with purgeCss you can set up like in the following example. Install new Laravel app with Then install Tailwindcss Add the Tailwind helpers to your app.scss file: Create your Tailwind CSS config file by running: Install purgeCss for laravel Then you’ll need to edit your webpack.mix.js... » read more