• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    HTML
  • Created about 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development.

🚀 Shuvro Roy's Laravel Frontend Preset

Latest Version on Packagist Issues Total Downloads

A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development 👌🏻

What it includes:

Installation

Run this command to add the preset to your project:

composer require shuvroroy/laravel-preset

Apply the scaffolding by running:

php artisan preset tailwind

With authentication layout, apply the scaffolding by running:

php artisan preset tailwind:auth

Then run this command

npm install

To generate a Tailwind config file for your project, apply the scaffolding by running:

./node_modules/.bin/tailwind init tailwind.js

Then update the setting in webpack.mix.js file:

require('tailwindcss')('./tailwind.js')

Then run this command

npm run dev

Screenshots

Welcome

Register

Login

Home

Reset Password

Send Password Reset

Verify

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits