Modules Starter Kit built on TALL stack
Fuse is a Laravel Modules Starter Kit | TALL admin theme built with Laravel modules.


Fuse is built on top of Laravel, Livewire, and Tailwind CSS.
Includes:
Copy the .env.example file to .env:
cp .env.example .env
Set database and emails settings inside .env
composer installnpm install && npm run buildphp artisan storage:linkphp artisan db:buildphp artisan serveSupports both light and dark modes.
Provided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).