Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 531 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 531 Bytes

RestApiProject

Installation

Laravel

  1. $ composer install

  2. $ copy .env.example .env

  3. $ php artisan key:generate

  4. $ php artisan migrate or php artisan migrate:refresh

  5. $ php artisan passport:install

  6. $ php artisan serve