Complete User Management, Role Management and Permissions Management with a Dashboard for Admins.
Supporting multiple languages.

Updated for Laravel 12.0 and Livewire 3.0
This repository contains my starting point when developing a new Laravel project. It comes with a basic user management, role management and permissions management and a dashboard.
- Tailwind CSS
- Alpine.js
- Laravel
- Laravel Livewire using the components.
- Flux UI for flexible UI components
- Laravel Pint for code style fixes
- PestPHP for testing
- missing-livewire-assertions for extra testing of Livewire components by Christoph Rumpel
- LivewireAlerts for SweetAlerts
- Spatie Roles & Permissions for user roles and permissions
- Strict Eloquent Models for safety
- Laravel Debugbar for debugging
- Laravel IDE helper for IDE support
- Wire Elements / Modals for modals (still deciding)
- Laravel Cashier for Stripe integration
laravel new my-project --using=mortenebak/tallstarterYou could also just use this repository as a starting point for your own project by clicking use template. If installing manually, these are the steps to install:
composer install
npm install
npm run build # or npm run devSetup your .env file and run the migrations.
cp .env.example .env
php artisan key:generate
php artisan storage:linkphp artisan migratephp artisan db:seedphp artisan app:create-super-admin// config/app.php
return [
// ...
'timezone' => 'Europe/Copenhagen' // Default: UTC
// ...
];composer reviewThis command will run, in order:
- Laravel/Pint
- PHPStan
- Rector (dry-run)
- PestPHP
Ensuring that your code is up to standard and tested.
Feel free to contribute to this project by submitting a pull request.
I'd like to thank all the people who have contributed to the packages used in this project. Especially Spatie for their great packages, Livewire and Alpinejs for their awesome framework and the Laravel community for their great work. And of course Laravel for their awesome framework, and their Livewire Starter Kit, which this kit is based on.
If you like this project, please consider donating to support it.
