This project is a Laradock fork, adapted to the Ubiquity Framework.
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
Full PHP development environment based on Docker.
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. 💜
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 |
You can support us using any of the methods below:
1: Open Collective
2: Paypal
3: Github Sponsors
4: Patreon
Sponsoring is an act of giving in a different fashion. 🌱
You can sponsor us using any of the methods below:
1: Sponsor via Open Collective.
2: Email us at [email protected].
Sponsors logos are displayed on the github repository page and the documentation website home page.
MIT © Mahmoud Zalt