Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 435 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 435 Bytes

Laravel Frontend Preset

Simple Laravel front-end preset. Strips out a few things we never really used and pulls in tailwind and the purgecss plugin for mix.

Install

composer require uogsoe/soe-laravel-preset

Usage

php artisan preset uogsoe

You'll have to make sure you've done an npm install before trying npm run dev etc.