Download the PHP package folivaresrios/preset-tailwindcss without Composer
On this page you can find all versions of the php package folivaresrios/preset-tailwindcss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download folivaresrios/preset-tailwindcss
More information about folivaresrios/preset-tailwindcss
Files in folivaresrios/preset-tailwindcss
Download folivaresrios/preset-tailwindcss
More information about folivaresrios/preset-tailwindcss
Files in folivaresrios/preset-tailwindcss
Vendor folivaresrios
Package preset-tailwindcss
Short Description Laravel 5.5 frontend preset for Tailwind CSS
License MIT
Package preset-tailwindcss
Short Description Laravel 5.5 frontend preset for Tailwind CSS
License MIT
Please rate this library. Is it a good library?
Informations about the package preset-tailwindcss
Fork from laravel-frontend-presets/tailwindcss with my own configuration
Laravel ^5.5 Frontend preset for Tailwind CSS
A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development.
Current version: Tailwind CSS 0.4.0
Usage
- Fresh install Laravel 5.5.x and cd to your app.
- Install this preset via
composer require folivaresrios/preset-tailwindcss
. Laravel ^5.5 will automatically discover this package. No need to register the service provider. - Use
php artisan preset tailwindcss
for the basic Tailwind CSS preset OR usephp artisan preset tailwindcss-auth
for the basic preset, auth route entry and Tailwind CSS auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php
) npm install
npm run dev
- Configure your favorite database (mysql, sqlite etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.
Changing colours
If you want to change the default orange colour being used, update the brand-{modifier}
values in your tailwind.js
file. You are of course free to modify this file as you see fit, and even remove and replace the brand configuration in the scaffolded views entirely.
Screenshots
All versions of preset-tailwindcss with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^5.5
The package folivaresrios/preset-tailwindcss contains the following files
Loading the files please wait ....