API Laravel

📜 Overview

Template for new projects using php and nginx inside docker containers

🖥️ Start Project

First clone the project:

git clone https://github.com/walternascimentobarroso/php-nginx-docker.git
php artisan migrate:fresh --seed

Make the build

💡 NOTE: Before next step, check the variables in .env file

make build

💡 NOTE: If the project is already compiled then just run the make up command

⚒️ Tools

📂 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

📝 License

The MIT License (MIT)

😺 Author


Made with  ❤️