An open API service indexing awesome lists of open source software.

https://github.com/fivepoint-0/laravel-php-setup

Setup for a PHP web/api project.
https://github.com/fivepoint-0/laravel-php-setup

Last synced: over 1 year ago
JSON representation

Setup for a PHP web/api project.

Awesome Lists containing this project

README

          

# PHP Laravel Docker Image

## Rebuilding the application with Docker (must be in 'down' state)
```shell
$ docker-compose build
```

## Running the application with Docker:

```shell
$ docker-compose up
```

## Shutting down the application with Docker:
```shell
$ docker-compose down
```