2017 © Pedro Peláez
 

library tailwindcss

Laravel frontend preset for Tailwind CSS

image

laravel-frontend-presets/tailwindcss

Laravel frontend preset for Tailwind CSS

  • Wednesday, May 9, 2018
  • by michaeldyrynda
  • Repository
  • 10 Watchers
  • 261 Stars
  • 10,157 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 26 Forks
  • 2 Open issues
  • 23 Versions
  • 51 % Grown

The README.md

Laravel 7.0+ Frontend preset for Tailwind CSS

A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development., (*1)

Usage

  1. Fresh install Laravel >= 7.0 and cd to your app.
  2. Install this preset via composer require laravel-frontend-presets/tailwindcss --dev. Laravel will automatically discover this package. No need to register the service provider.

a. For Presets without Authentication

  1. Use php artisan ui tailwindcss for the basic Tailwind CSS preset
  2. npm install && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.

b. For Presets with Authentication

  1. Use php artisan ui 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)
  2. npm install && npm run dev
  3. Configure your favorite database (mysql, sqlite etc.)
  4. php artisan migrate to create basic user tables.
  5. php artisan serve (or equivalent) to run server and test preset.

Config

The default tailwind.config.js configuration file included by this package simply uses the config from the Tailwind vendor files. Should you wish to make changes, you should remove the file and run node_modules/.bin/tailwind init, which will generate a fresh configuration file for you, which you are free to change to suit your needs., (*2)

Add a new i18n string in the resources/lang/XX/pagination.php file for each language that your app uses:, (*3)

'previous' => '« Previous',
'next' => 'Next »',
'goto_page' => 'Goto page #:page', // Add this line

This should help with accessibility, (*4)

<li>
    <a href="URL?page=2" class="..." 
       aria-label="Goto page #2"
    >
        2
    </a>
</li>

Screenshots

Welcome, (*5)

Register, (*6)

Login, (*7)

Reset Password, (*8)

Dashboard, (*9)

Verify, (*10)

Pagination Simple Pagination, (*11)

The Versions

09/05 2018

dev-master

9999999-dev

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

09/05 2018

0.6.0

0.6.0.0

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

09/05 2018

dev-feature/use-laravel-mix-tailwind

dev-feature/use-laravel-mix-tailwind

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

29/04 2018

0.5.4

0.5.4.0

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

27/03 2018

0.5.3

0.5.3.0

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

19/03 2018

0.5.2

0.5.2.0

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

18/03 2018

0.5.1

0.5.1.0

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

18/03 2018

0.5.0

0.5.0.0

Laravel frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

11/02 2018

0.4.3

0.4.3.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

09/02 2018

dev-support-56

dev-support-56

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

23/01 2018

0.4.2

0.4.2.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

23/01 2018

dev-laurencei-master

dev-laurencei-master

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

20/12 2017

0.4.1

0.4.1.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

07/12 2017

0.4.0

0.4.0.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

24/11 2017

0.3.1

0.3.1.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

19/11 2017

0.3.0

0.3.0.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

11/11 2017

0.2.4

0.2.4.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

07/11 2017

0.2.3

0.2.3.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

07/11 2017

0.2.2

0.2.2.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

05/11 2017

0.2.1

0.2.1.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

02/11 2017

0.2.0

0.2.0.0

Laravel 5.5 frontend preset for Tailwind CSS

  Sources   Download

MIT

The Requires

 

laravel preset tailwindcss

01/11 2017

0.1.1

0.1.1.0

Laravel 5.5 frontend preset for Tailwind

  Sources   Download

MIT

The Requires

 

laravel preset tailwind

01/11 2017

0.1.0

0.1.0.0

Laravel 5.5 frontend preset for Tailwind

  Sources   Download

MIT

The Requires

 

laravel preset tailwind