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

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ellgreen/tailpine-laravel-preset

1.1.0 2020-08-19 17:27 UTC

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