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

Maintainers

Package info

gitlab.com/nel.son/tall

Issues

pkg:composer/variable.club/tall

Statistics

Installs: 255

Dependents: 0

Suggesters: 0

Stars: 0

1.0.50 2026-04-14 13:08 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.

Then simply run the following commands:

composer require variable.club/tall
php artisan ui tall
npm install
npm run dev

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