ellgreen / tailpine-laravel-preset
This package is abandoned and no longer maintained.
No replacement package was suggested.
Tailwind CSS and Alpine.js Laravel UI Preset
1.1.0
2020-08-19 17:27 UTC
Requires
- php: ^7.4
- laravel/ui: ^2.1
Requires (Dev)
- orchestra/testbench: ^5.3
This package is auto-updated.
Last update: 2024-03-21 01:57:36 UTC
README
Lightweight laravel frontend preset for Tailwind CSS and Alpine.js
Installation
composer require --dev ellgreen/tailpine-laravel-preset
Once that has installed, you can run the following command to install the preset:
php artisan ui tailpine
After that, the assets will need to be updated like so:
npm install
npm run dev
Optionally, after install, you can remove the dependency as it's not needed anymore:
composer remove --dev ellgreen/tailpine-laravel-preset