bestmomo / simple-tall-starter-kit
A simple TALL starter kit for Laravel applications.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Type:project
pkg:composer/bestmomo/simple-tall-starter-kit
Requires
- php: ^8.2
- laravel/fortify: ^1.30
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/volt: ^1.7.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is auto-updated.
Last update: 2025-11-26 16:51:15 UTC
README
This Starter kit isbased on the official Livewire Starter kit. It contains my starting point when developing a new Laravel project.
TALL stack
It uses the TALL stack, which stands for:
- Tailwind CSS
- Alpine.js
- Laravel
- Livewire (with Volt)
Features
- ✅ Connection
- ✅ Reset password
- ✅ Registration with email confirmation
Installation using Laravel Installer
laravel new myproject --using=bestmomo/simple-tall-starter-kit
Then follow the instructions in the terminal to set up your environment variables and database.
Installation using Composer
composer create-project bestmomo/simple-tall-starter-kit myproject
Then follow the instructions in the terminal to set up your environment variables and database.
License
This project is open-sourced software licensed under the MIT license.
