Skip to content

go-labs/php_rest_poc

Repository files navigation

PHP + Laravel + Rest + Swagger

###Installation

$ git clone [email protected]:go-labs/php_rest_poc.git
$ cd php_rest_poc
$ composer install
$ cp .env.example .env
$ edit .env file with database information
$ php artisan key:generate
$ php artisan migrate
$ php artisan serve
$ open http://localhost:8000 in your favorite browser

Running unit tests

  • Run phpunit (if exists any problem, execute vendor/phpunit/phpunit/phpunit )
  • Make sure to check code coverage reports on the reports directory

###Swagger Swagger UI

Unit Tests

Main view

Code Coverage

Code Coverage

Releases

No releases published

Packages

No packages published

Languages