Skip to content

kuzukawa/docker-larabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-larabel

This is docker-compose env to develop larabel on Docker using nginx, PHP and mysql.

How to use

  1. clone this repo

  2. setup

    1. Type below to build docker-compose file.

      docker-compose up -d --build
    2. Install libraries for Larabel and copy .env.

      [host] docker-compose exec app bash
      [app]  composer install
      [app]  cp .env.example .env
      [app]  php artisan key:generate
    3. Check if database is connected.

      [app]  php artisan migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages