Skip to content

🚀 Pre-configured Laravel Project Template. Includes PHPUnit, Pest PHP, PHPStan, Larastan, PHP CS Fixer, and CI tools. Supports OpenAPI, DDD, Deptrac, Deployer, PHP 8.3, Docker, local SSL, and DNS. Enhance development with advanced features and maintain high code quality.

License

Notifications You must be signed in to change notification settings

wayofdev/laravel-starter-tpl

Repository files navigation

Features:

  • Removed
    • removed laravel sanctum
    • removed laravel sail
    • removed laravel pint

Installation

  1. Create .env file:

    make env \
      APP_NAME=laravel \
      SHARED_SERVICES_NAMESPACE=ss \
      PROJECT_SERVICES_NAMESPACE=wod \
      COMPOSE_PROJECT_NAME=laravel-starter-tpl

    add FORCE=true to re-create .env from example file

    make env \
      APP_NAME=laravel \
      SHARED_SERVICES_NAMESPACE=ss \
      PROJECT_SERVICES_NAMESPACE=wod \
      COMPOSE_PROJECT_NAME=laravel-starter-tpl \
      FORCE=true
  2. Build, run and install. This will also generate Laravel app key:

    $ make

About

🚀 Pre-configured Laravel Project Template. Includes PHPUnit, Pest PHP, PHPStan, Larastan, PHP CS Fixer, and CI tools. Supports OpenAPI, DDD, Deptrac, Deployer, PHP 8.3, Docker, local SSL, and DNS. Enhance development with advanced features and maintain high code quality.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published