Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walternascimentobarroso/php-nginx-docker
Micro template for new projects with php
https://github.com/walternascimentobarroso/php-nginx-docker
Last synced: about 2 months ago
JSON representation
Micro template for new projects with php
- Host: GitHub
- URL: https://github.com/walternascimentobarroso/php-nginx-docker
- Owner: walternascimentobarroso
- License: mit
- Created: 2022-09-05T19:10:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T22:45:43.000Z (11 months ago)
- Last Synced: 2024-04-11T20:58:04.905Z (9 months ago)
- Language: Makefile
- Homepage:
- Size: 43.9 KB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Templat PHP-Nginx-Docker
:scroll: Overview
Template for new projects using php and nginx inside docker containers
:desktop_computer: Start Project
First clone the project:
```
git clone https://github.com/walternascimentobarroso/php-nginx-docker.git
```Make the build
_:bulb: NOTE: Before next step, check the variables in `.env` file_
```
make build
```_:bulb: NOTE: If the project is already compiled then just run the `make up` command_
:hammer_and_pick: Tools
- [VSCode](https://code.visualstudio.com/)
- [EditorConfig](https://editorconfig.org/)
- [Docker](https://www.docker.com/)
- [NGINX](https://www.nginx.com/)
- [PHP](https://www.php.net/)
- [Composer](https://getcomposer.org/)
- [Makefile](https://www.gnu.org/software/make/manual/make.html):open_file_folder: Folder Structure
```
.
├── .editorconfig
├── .env.example
├── .gitignore
├── .vscode
│ └── launch.json
├── LICENSE
├── Makefile
├── README.md
├── composer.json
├── docker
│ ├── docker-compose.yml
│ ├── nginx
│ │ └── default.conf
│ └── php
│ ├── Dockerfile
│ └── xdebug.ini
└── public
└── index.php
```:memo: License
The [MIT License](LICENSE) (MIT)
:smiley_cat: Author
- [@walternascimentobarroso](https://walternascimentobarroso.github.io/)
---
Made with ❤️