santosvilanculos / cuirass
Tabler based Laravel starter kit
Package info
github.com/SantosVilanculos/cuirass
Language:Blade
Type:project
pkg:composer/santosvilanculos/cuirass
Fund package maintenance!
v2.0.0-beta.1
2026-08-12 09:43 UTC
Requires
- php: ^8.4
- intervention/image: ^4.2.1
- laravel/framework: ^13.25
- laravel/tinker: ^3.0.2
- livewire/livewire: ^4.4.0
- opcodesio/log-viewer: ^3.24.2
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.7
- fakerphp/faker: ^1.24.1
- laradumps/laradumps: ^5.4.2
- larastan/larastan: ^3.10
- laravel/boost: ^2.5.3
- laravel/pail: ^1.2.7
- laravel/pint: ^1.30.5
- laravel/sail: ^1.66
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.9.5
- pestphp/pest: ^5.1.0
- pestphp/pest-plugin-laravel: ^5.0.1
- pestphp/pest-plugin-phpstan: ^5.0
- pestphp/pest-plugin-rector: ^5.0
- pestphp/pest-plugin-type-coverage: ^5.0.2
- phpstan/phpstan: ^2.2.8
- phpunit/phpunit: ^13.3.0
- rector/rector: ^2.6.1
This package is auto-updated.
Last update: 2026-08-12 10:14:09 UTC
README
Introduction
Cuirass is a Laravel starter kit built on the Tabler admin dashboard. A solid foundation, ready to build on.
Features
- Authentication out of the box: login, registration, password reset
- Full test suite
- Typed codebase, PHP type hints throughout
- Tabler admin dashboard included
Installation
Using the Laravel installer:
laravel new --using santosvilanculos/cuirass your-project-name
Using Composer:
composer create-project santosvilanculos/cuirass your-project-name
License
MIT licensed. See LICENSE.
