This is my Laravel preset to quickly get up and running in a new project using Tailwind CSS. The main part of this is the templates I've redesigned using Tailwind.
I have "stolen" a few things from a few different presets I've looked at and customised it to my preference.
First install this composer package in your fresh Laravel project:
composer require scripturadesign/tailwindcss-laravel-preset
And run the preset script using:
php artisan preset scriptura
I'm open to suggestions, but this is mainly made for my own usage so it might be a bit opinionated.
The MIT License (MIT). Please see License File for more information.