mizamelo / laradock-mysql-nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LARADOCK with MySQL

This project contains three images for easy development with Laravel and MySQL. Are they:

1 - Nginx

2 - PHP-fpm

3 - MySQL

4 - PHPMyAdmin

How to install

At your terminal enter the code below to upload the images.

$ docker-compose up -d

Now enter in the terminal of the image laradock-php-fpm

$ docker exec -it laradock-php-fpm /bin/bash

Run composer install to install the dependencies

$ composer install

Access your browse at http://localhost:8088 and VUA-LÁ, enjoy! Pay attention, the Laravel's version used is 5.6. For the database, access the url http://localhost:8005 with the user's credentials

About


Languages

Language:PHP 95.4%Language:HTML 3.3%Language:Vue 0.7%Language:Dockerfile 0.6%