Laravel TALL Preset
A front-end preset for Laravel to scaffold an application using the TALL stack, jumpstarting your application's development.
The TALL stack includes:
- Tailwind CSS
- Alpine.js
- Laravel
- Livewire
Key features:
- Views extending a default layout
- Front-end assets compiled with Vite 3
- Tailwind-powered pagination views
- Tailwind UI and Custom Forms extensions available out-of-the-box
Installation:
composer require livewire/livewire laravel-frontend-presets/tall
php artisan ui tall --auth
npm install
npm run dev
This preset publishes all auth logic to your project's /app
directory, giving you full control. It also includes pre-written tests for the authentication scaffolding.