Skip to content

phpMv/laradock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img This project is a Laradock fork, adapted to the Ubiquity Framework.

Quick start

1 - Create a working folder ws:

mkdir ws && cd ws

2 - Clone this repository in the ws folder:

git clone https://github.com/phpMv/laradock.git

3 - Go to the laradock folder and copy env-example to .env:

cp env-example .env

4 - Run your container:

docker-compose up -d nginx mysql phpmyadmin workspace

5 - Open your browser and visit localhost: http://127.0.0.1

6 - Run the laradock bash workspace

docker-compose exec --user=laradock workspace bash

7 - Run ubiquity version

8 - Ubiquity project

  • For an existing project: it must be in the ws folder, on the same level as the laradock folder.
ws
   \laradock
   \ubiquity-project
  • For the creation of a project:
    • Start the workspace bash prompt.
    docker-compose exec --user=laradock workspace bash
    
    • Run the devtools new command
    ubiquity new myProject -a
    

Laradock Logo

contributions welcome GitHub forks GitHub issues GitHub stars Build status GitHub license

Full PHP development environment based on Docker.

forthebadge



Use Docker First - Learn About It Later!

Laradock Documentation

Join Us

Gitter

Gitpod


Awesome People

Laradock is an MIT-licensed open source project with its ongoing development made possible entirely by the support of all these smart and generous people, from code contributors to financial contributors. 💜

Project Maintainers


Mahmoud Zalt
@mahmoudz

Bo-Yi Wu
@appleboy

Philippe Trépanier
@philtrep

Mike Erickson
@mikeerickson

Dwi Fahni Denni
@zeroc0d3

Thor Erik
@thorerik

Winfried van Loon
@winfried-van-loon

TJ Miller
@sixlive

Yu-Lung Shao (Allen)
@bestlong

Milan Urukalo
@urukalo

Vince Chu
@vwchu

Huadong Zuo
@zuohuadong

Lan Phan
@lanphan

Ahkui
@ahkui

< Join Us >
@laradock

Code Contributors

Laradock Contributors

Financial Contributors

Open Collective backers

You can support us using any of the methods below:

1: Open Collective
2: Paypal
3: Github Sponsors
4: Patreon


Sponsors

Sponsoring is an act of giving in a different fashion. 🌱

Gold Sponsors

CasinoPilotti We thank bestonlinecasino.com for their support Apiato Build PHP API's faster

Silver Sponsors

Bronze Sponsors

You can sponsor us using any of the methods below:

1: Sponsor via Open Collective.
2: Email us at support@laradock.io.

Sponsors logos are displayed on the github repository page and the documentation website home page.

License

MIT © Mahmoud Zalt

About

The (most popular) full PHP development environment for Docker, adapted for Ubiquity.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 46.0%
  • Shell 28.2%
  • VCL 8.1%
  • HTML 8.1%
  • JavaScript 6.1%
  • Python 1.7%
  • Other 1.8%