folivaresrios/preset-tailwindcss

Laravel 5.5 frontend preset for Tailwind CSS

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 142

Language:JavaScript

0.4.4 2018-02-21 21:47 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:06:46 UTC


README

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

  1. Fresh install Laravel 5.5.x and cd to your app.
  2. Install this preset via composer require folivaresrios/preset-tailwindcss. Laravel ^5.5 will automatically discover this package. No need to register the service provider.
  3. Use php artisan preset tailwindcss for the basic Tailwind CSS preset OR use php 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 in routes/web.php)
  4. npm install
  5. npm run dev
  6. Configure your favorite database (mysql, sqlite etc.)
  7. php artisan migrate to create basic user tables.
  8. 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

Welcome

Register

Login

Send Password Reset

Reset Password

Dashboard