Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 304 Bytes

File metadata and controls

12 lines (11 loc) · 304 Bytes

buildingAPI

Installation

  • git clone https://github.com/matthiku/buildAPI.git
  • cd buildAPI
  • composer update
  • copy .env.example .env
  • create new database
  • edit .env, and enter database credentials
  • php artisan keys:generate
  • php artisan migrate
  • php artisan passport:install