A Laravel frontend preset that scaffolds applications using the TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire).
Laravel TALL Preset is a frontend scaffolding package for Laravel that sets up a new application with the TALL stack: Tailwind CSS, Alpine.js, Laravel, and Livewire. It provides a pre-configured development environment, including authentication scaffolding and modern asset compilation with Vite, to accelerate the initial setup of Laravel projects.
Laravel developers who want to quickly start building applications with the TALL stack without manually configuring each technology. It's ideal for those who prefer a scaffolded setup that they can fully customize.
Developers choose this preset because it eliminates the repetitive setup of the TALL stack, provides production-ready authentication with tests, and gives full control by publishing all scaffolding code to the application, unlike other presets that lock logic in vendor directories.
A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Sets up Tailwind CSS, Alpine.js, Laravel, and Livewire in one command, eliminating manual integration and saving setup time.
Uses Vite 3 for compiling frontend assets, ensuring fast builds and a contemporary development workflow as highlighted in the README.
Provides optional auth scaffolding with Livewire components and pre-written tests, all published to the app directory for full control and easy modification.
Includes Tailwind UI and Custom Forms extensions out-of-the-box, offering polished, responsive UI elements without additional configuration.
Forces adherence to the TALL stack; deviating to other frontend tools like React or Vue.js requires significant rework and manual setup.
Lacks built-in features such as teams support or API scaffolding, which are available in alternatives like Laravel Jetstream, as noted in the README.
Requires multiple commands (Composer, Artisan, npm) for installation, which can be cumbersome compared to more integrated starters or presets.