/LaraDocker

Using docker for a local laravel environment

Primary LanguagePHP

Laravel-Docker

Using docker for a local laravel environment.

Run

Docker and composer must be installed.

Clone the repo

https://github.com/hasanemrebeyy/laravel-docker.git

Change Directory

cd laravel-docker/site/laravel/

The requirements must be established

composer update

Before, once again, change directory

cd ~/laravel-docker      

The docker must be run and built

docker-compose up -d 

This command, build containers and run them.

Later, you must enter the browser and visit http://localhost:5757 (5757 is mean my dream city Sinop ♥️ )