glebstar / laravel-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel rest api

Installation

  • To get started, the following steps needs to be taken:
  • Clone the repo.
  • cd laravel-rest-api to the project directory.
  • cp .env.example .env to use env config file
  • Run docker-compose up -d to start the containers.
  • Run docker-compose exec --user=www php-fpm bash
  • Run composer install
  • Run php artisan migrate
  • Run vendor/bin/phpunit

About


Languages

Language:PHP 95.2%Language:HTML 3.0%Language:Dockerfile 1.2%Language:Vue 0.6%