techieni3 / laravel-legacy-skeleton
Laravel 12 starter kit built on the Laravel 10 application skeleton, designed for modern development workflows.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.4
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- laravel/telescope: ^5.9
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
- pestphp/pest-plugin-type-coverage: ^3.5
- rector/rector: ^2.1
- roave/security-advisories: dev-latest
- techieni3/laravel-stubs: ^1.0
README
This is a Laravel 12 starter kit that builds upon the legacy Laravel 10 application skeleton. It provides a modern development foundation with pre-configured tools, best practices, and enhancements for faster project bootstrapping.
Key Features:
- Laravel 10 base with Laravel 12 compatibility upgrades
- Pre-configured with code formatting, static analysis, and testing tools
- Type-safe development with 100% type coverage
- Clean, test-driven architecture with Pest
- Ready-to-use scripts for formatting, refactoring, and CI checks
Ideal for teams or individuals looking to start new Laravel 12 projects with a consistent and maintainable setup.
Quick Start
laravel new example --using=techieni3/laravel-legacy-skeleton
OR
composer create-project techieni3/laravel-legacy-skeleton example
Security
If you've found a bug regarding security, please mail niteen1593@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see the License File for more information.