TALL preset for Laravel, forked from https://github.com/laravel-frontend-presets/tall.

1.0.21 2024-04-17 16:55 UTC

This package is auto-updated.

Last update: 2024-04-21 14:05:22 UTC


README

TALL preset for Laravel, forked from https://github.com/laravel-frontend-presets/tall.

Installation

This preset is intended to be installed into a fresh Laravel application. Follow Laravel's installation instructions to ensure you have a working environment before continuing.

Installation (without auth)

Then simply run the following commands:

composer require livewire/livewire:^2.0 variable.club/tall && php artisan ui tall && npm i

CSS purging

Tailwind uses PurgeCSS to remove any unused classes from your production CSS builds. You can modify or remove this behaviour in the purge section of your tailwind.config.js file. For more information, please see the Tailwind documentation.

Removing the package

If you don't want to keep this package installed once you've installed the preset, you can safely remove it. Unlike the default Laravel presets, this one publishes all the auth logic to your project's /app directory, so it's fully redundant.

Credits

Original authors

Fork author