Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 417 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 417 Bytes

Contributing

Requirements

  • PHP >= 8.0.2
  • Composer >= 2.0
  • PHPUnit >= 9.5
  • git cli

Up & Running for Development

  1. Clone project with git:
    git clone [email protected]:christian-graf/laravel-application-version.git <destination directory>
    
    # Head to the project root directory
    cd <destination directory>
  2. Install php dependencies:
    composer install