项目作者: shuvroroy

项目描述 :
A Laravel front-end scaffolding preset for Tailwind CSS - a Utility-First CSS Framework for Rapid UI Development.
高级语言: HTML
项目地址: git://github.com/shuvroroy/laravel-preset.git
创建时间: 2018-09-22T12:44:27Z
项目社区:https://github.com/shuvroroy/laravel-preset

开源协议:

下载


🚀 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:

  1. composer require shuvroroy/laravel-preset

Apply the scaffolding by running:

  1. php artisan preset tailwind

With authentication layout, apply the scaffolding by running:

  1. php artisan preset tailwind:auth

Then run this command

  1. npm install

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

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

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

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

Then run this command

  1. npm run dev

Screenshots

Welcome

Register

Login

Home

Reset Password

Send Password Reset

Verify

Security

If you discover any security related issues, please email shuvroshopno@gmail.com instead of using the issue tracker.

Credits