Skip to content

nandi95/laravel-starter

Repository files navigation

🚀 Laravel Starter Template

A modern, production-ready Laravel starter template with best practices, developer tools, and a robust foundation for building scalable applications.

✨ Features

🛠️ Development Tools & Quality

  • 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

🔒 Security & Authentication

  • Laravel Sanctum for API authentication
  • Socialite for social authentication
  • Spatie Permission for role-based access control
  • Security Advisories integration

🚀 Performance & Scalability

  • Redis integration for caching and queues
  • AWS S3 support for file storage
  • Device Detection capabilities
  • Location Services integration
  • OPcache configuration for production

🧪 Testing & Quality Assurance

  • PHPUnit for unit and feature testing
  • Parallel Testing support
  • Faker for generating test data
  • Mockery for mocking dependencies

🛡️ Development Workflow

  • Git Hooks for automated code quality checks
  • Composer Scripts for common development tasks
  • Docker development environment
  • Deployment Scripts for production

🛠️ Development Commands

  • composer test - Run PHPUnit tests
  • composer parallel-test - Run tests in parallel
  • composer lint - Run Laravel Pint
  • composer phpstan - Run static analysis
  • composer php-md - Run mess detection
  • composer rector - Run automated refactoring

🐳 Docker Support

This starter includes Docker configuration for both development and production:

  • Development environment with Caddy
  • Production-ready configuration
  • OPcache optimization
  • Deployment scripts

📚 Documentation

For detailed documentation, please visit:

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published