calebporzio / laravel-frontend-preset

My personal frontend preset for new laravel applications.
31 stars 5 forks source link

My Laravel Frontend Preset

What you're getting:

Installation:

composer require calebporzio/laravel-frontend-preset

Usage:

php artisan preset calebporzio

Once finished, run the following command to properly run the build:

npm install && node_modules/.bin/tailwind init && npm run dev