santosvilanculos / cuirass
Tabler based Laravel starter kit
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:project
Requires
- php: ^8.2
- intervention/image: ^3.11
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/livewire: ^3.6
- opcodesio/log-viewer: ^3.15
Requires (Dev)
- fakerphp/faker: ^1.23
- laradumps/laradumps: ^4.0
- larastan/larastan: ^3.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
- pestphp/pest-plugin-type-coverage: ^3.4
- phpstan/phpstan: ^2.1
- rector/rector: ^2.0
This package is auto-updated.
Last update: 2025-05-04 19:17:53 UTC
README
Introduction
Cuirass is a Laravel application scaffold designed to kickstart your projects with a robust foundation. It combines the visually appealing and responsive Tabler admin dashboard template with the powerful Laravel framework, providing you with everything you need to start building your application immediately.
Features
- Pre-built authentication system (login, registration, password reset)
- Comprehensive test suite for code quality assurance
- Typed codebase for enhanced reliability via PHP type hinting
- Built on the responsive Tabler admin dashboard template
Installation
You can quickly get started with Cuirass using either the Laravel installer or Composer:
Using laravel installer
laravel new --using santosvilanculos/cuirass your-project-name
Using Composer
composer create-project santosvilanculos/cuirass your-project-name
License
Cuirass is open-sourced software licensed under the MIT license.