/laravel-mongodb-docker

Ready-to-run Laravel 5.5 (fresh install) and MongoDB with dockers.

Primary LanguagePHP

Ready-to-run Laravel 5.5 (fresh install) and MongoDB with dockers.

See how to install Docker in Ubuntu

Install

Clone the repository

git clone https://github.com/asepmaulanaismail/laravel-mongodb-docker.git
cd laravel-mongodb-docker/

Install dependecies

./install.sh
composer install

Run

docker-compose up -d

Test

Open http://localhost/ in your browser.

See Laravel's Documentations here.