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 install
npm install && npm run build
php artisan storage:link
php artisan db:build
php artisan serve
Supports both light and dark modes.
Provided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).