Laravel preset starter UI for laravel with Tailwind CSS.
This Laravel preset for TailwindCSS is a front-end scaffolding tool that allows for rapid UI development using the popular Utility-First CSS Framework. It provides two options for preset installation, one with authentication and one without, and includes basic user tables. The package is compatible with Laravel 7.0 or higher.
To install this Laravel preset for TailwindCSS, follow these steps:
Freshly install Laravel and navigate to your app’s directory.
Install the package using composer: composer require tailwindcomponents/laravel-preset --dev
.
Preset WITHOUT Authentication
php artisan ui tailwindcss
.npm install && npm run dev
.php artisan serve
(or equivalent) to test the preset.Preset WITH Authentication
php artisan ui tailwindcss --auth
.npm install && npm run dev
.php artisan migrate
.php artisan serve
(or equivalent) to test the preset.routes/web.php
.Configuration
tailwind.config.js
file that uses the config from the Tailwind vendor files.node_modules/.bin/tailwind init
to generate a fresh configuration file.This Laravel preset for TailwindCSS offers seamless integration of the Utility-First CSS Framework with Laravel, facilitating rapid UI development. With options for preset installation with or without authentication, and support for various databases, it provides flexibility for different project needs. Additionally, the included screenshots provide a visual reference for the preset’s pages.