Installation


Requirements

  • Composer
  • Vagrant
  • Homestead

Installation

  • Install all dependencies: composer install
  • Create a per project Homestead instance: php vendor/bin/homestead make
  • Configure the generated Homestead.yaml as desired
  • Run vagrant up --provision
  • Setup the .env file based on .env.example
  • Run php artisan jwt:secret to generate the JWT key
  • Run php artisan key:generate to generate the Laravel encryption key
  • Run php artisan migrate to create the database structure