A modern, production-ready Laravel starter template with best practices, developer tools, and a robust foundation for building scalable applications.
- PHP 8.3+ with strict typing and modern features
- Laravel 12.x - The latest stable version
- Docker setup with Caddy for development and production
- IDE Helper for better PHPStorm/VS Code integration
- Code Quality Tools:
- Laravel Pint for PSR-12 coding standards
- PHPStan for static analysis
- PHPMD for mess detection
- Rector for automated refactoring
- GrumPHP for git hooks
- Laravel Sanctum for API authentication
- Socialite for social authentication
- Spatie Permission for role-based access control
- Security Advisories integration
- Redis integration for caching and queues
- AWS S3 support for file storage
- Device Detection capabilities
- Location Services integration
- OPcache configuration for production
- PHPUnit for unit and feature testing
- Parallel Testing support
- Faker for generating test data
- Mockery for mocking dependencies
- Git Hooks for automated code quality checks
- Composer Scripts for common development tasks
- Docker development environment
- Deployment Scripts for production
composer test
- Run PHPUnit testscomposer parallel-test
- Run tests in parallelcomposer lint
- Run Laravel Pintcomposer phpstan
- Run static analysiscomposer php-md
- Run mess detectioncomposer rector
- Run automated refactoring
This starter includes Docker configuration for both development and production:
- Development environment with Caddy
- Production-ready configuration
- OPcache optimization
- Deployment scripts
For detailed documentation, please visit:
- Laravel Documentation
- Docker Documentation
- Spatie Permission Documentation
- Laravel Sanctum Documentation
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open-sourced software licensed under the MIT license.