Ministrare`s Laradock Starters Template

Table of contents

Description

This project consist off a ready to use:

Dependencies

In order to use the full functionality of this package, you`ll need a couple of programs already installed on your machine:

How to install

  1. git clone https://github.com/ministrare/laradock-starters-template.git
  2. git submodule update --recursive --remote
  3. Open terminal and execute the following commands:
    cp .env.example-laradock laradock/.env
    cp docker-compose-laradock-example.yml laradock/docker-compose.yml
    cp .env.example-laravel laravel/.env
    cd laradock
    docker-compose up -d nginx mariadb phpmyadmin
    docker exec -it laradock_project_workspace_1 bash
    composer install
    php artisan key:generate
    php artisan migrate
    
  4. Open your browser and go to localhost.

Credits

Special thanks to Laravel Team!

Author

This repository is created and updated by Ministrare: Lesley Forn.
Last update: 25/04/2019