calebporzio / laravel-frontend-preset
This package is abandoned and no longer maintained.
No replacement package was suggested.
My personal frontend preset for new laravel applications.
v0.1.3
2020-03-03 13:56 UTC
Requires
- laravel/framework: ^5.5|^6.0|^7.0
This package is auto-updated.
Last update: 2024-01-29 03:07:41 UTC
README
What you're getting:
- Get rid of Bootstrap / jQuery
- Install Tailwind
- Enhance .gitignore
- Replace stock welcome.blade.php with Tailwind friendly version
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