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.
- Host: GitHub
- URL: https://github.com/fivepoint-0/laravel-php-setup
- Owner: fivepoint-0
- Created: 2020-11-30T13:54:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T13:57:11.000Z (over 5 years ago)
- Last Synced: 2025-01-13T20:41:37.635Z (over 1 year ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```