4 - Open your browser and visit localhost: http://localhost.
+
5 - Open your browser and visit localhost: http://localhost.
That's it! enjoy :)
@@ -380,14 +380,15 @@ QUEUE_HOST=beanstalkd
Features
-
Easy switch between PHP versions: 7.0, 5.6, 5.5…
+
Easy switch between PHP versions: 7.1, 7.0, 5.6…
Choose your favorite database engine: MySQL, Postgres, MariaDB…
Run your own combination of software: Memcached, HHVM, Beanstalkd…
Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI…
Easy to customize any container, with simple edit to the Dockerfile.
All Images extends from an official base Image. (Trusted base Images).
-
Pre-configured NGINX for Laravel.
-
Easy to apply configurations inside containers.
+
Pre-configured NGINX to host any code at your root directory.
+
Can use Laradock per project, or single Laradock for all projects.
+
Easy to install/remove software’s in Containers using environment variables.
Clean and well structured Dockerfiles (Dockerfile).
Latest version of the Docker Compose file (docker-compose).
Everything is visible and editable.
@@ -421,7 +422,7 @@ HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varni
It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of Containers and tools you may choose.
You can choose, which tools to install in your workspace container and other containers, from the .env file.
diff --git a/docs/index.xml b/docs/index.xml
index 1dd534f..7f6ab12 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -43,14 +43,14 @@
<pre><code class="language-shell">docker-compose up -d nginx mysql redis beanstalkd
</code></pre>
-<p>3 - Open your project’s <code>.env</code> file and set the following:</p>
+<p>4 - Open your project’s <code>.env</code> file and set the following:</p>
<pre><code class="language-shell">DB_HOST=mysql
REDIS_HOST=redis
QUEUE_HOST=beanstalkd
</code></pre>
-<p>4 - Open your browser and visit localhost: <code>http://localhost</code>.</p>
+<p>5 - Open your browser and visit localhost: <code>http://localhost</code>.</p>
<pre><code class="language-shell">That's it! enjoy :)
</code></pre>
@@ -60,14 +60,15 @@ QUEUE_HOST=beanstalkd
<h2 id="features">Features</h2>
<ul>
-<li>Easy switch between PHP versions: 7.0, 5.6, 5.5…</li>
+<li>Easy switch between PHP versions: 7.1, 7.0, 5.6…</li>
<li>Choose your favorite database engine: MySQL, Postgres, MariaDB…</li>
<li>Run your own combination of software: Memcached, HHVM, Beanstalkd…</li>
<li>Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI…</li>
<li>Easy to customize any container, with simple edit to the <code>Dockerfile</code>.</li>
<li>All Images extends from an official base Image. (Trusted base Images).</li>
-<li>Pre-configured NGINX for Laravel.</li>
-<li>Easy to apply configurations inside containers.</li>
+<li>Pre-configured NGINX to host any code at your root directory.</li>
+<li>Can use Laradock per project, or single Laradock for all projects.</li>
+<li>Easy to install/remove software’s in Containers using environment variables.</li>
<li>Clean and well structured Dockerfiles (<code>Dockerfile</code>).</li>
<li>Latest version of the Docker Compose file (<code>docker-compose</code>).</li>
<li>Everything is visible and editable.</li>
@@ -101,7 +102,7 @@ HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varni
It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of Containers and tools you may choose.</p>
<p><strong>Workspace Image Tools</strong>
-PHP CLI - Composer - Git - Linuxbrew - Node - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn…</p>
+PHP CLI - Composer - Git - Linuxbrew - Node - V8JS - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn - SOAP - Drush…</p>
<p>You can choose, which tools to install in your workspace container and other containers, from the <code>.env</code> file.</p>
diff --git a/docs/introduction/index.html b/docs/introduction/index.html
index 5826af0..d32e006 100644
--- a/docs/introduction/index.html
+++ b/docs/introduction/index.html
@@ -13,7 +13,7 @@
-
+
@@ -362,14 +362,14 @@
docker-compose up -d nginx mysql redis beanstalkd
-
3 - Open your project’s .env file and set the following:
+
4 - Open your project’s .env file and set the following:
4 - Open your browser and visit localhost: http://localhost.
+
5 - Open your browser and visit localhost: http://localhost.
That's it! enjoy :)
@@ -379,14 +379,15 @@ QUEUE_HOST=beanstalkd
Features
-
Easy switch between PHP versions: 7.0, 5.6, 5.5…
+
Easy switch between PHP versions: 7.1, 7.0, 5.6…
Choose your favorite database engine: MySQL, Postgres, MariaDB…
Run your own combination of software: Memcached, HHVM, Beanstalkd…
Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI…
Easy to customize any container, with simple edit to the Dockerfile.
All Images extends from an official base Image. (Trusted base Images).
-
Pre-configured NGINX for Laravel.
-
Easy to apply configurations inside containers.
+
Pre-configured NGINX to host any code at your root directory.
+
Can use Laradock per project, or single Laradock for all projects.
+
Easy to install/remove software’s in Containers using environment variables.
Clean and well structured Dockerfiles (Dockerfile).
Latest version of the Docker Compose file (docker-compose).
Everything is visible and editable.
@@ -420,7 +421,7 @@ HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varni
It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of Containers and tools you may choose.
You can choose, which tools to install in your workspace container and other containers, from the .env file.
diff --git a/docs/introduction/index.xml b/docs/introduction/index.xml
index c4743dd..f6c52c0 100644
--- a/docs/introduction/index.xml
+++ b/docs/introduction/index.xml
@@ -43,14 +43,14 @@
<pre><code class="language-shell">docker-compose up -d nginx mysql redis beanstalkd
</code></pre>
-<p>3 - Open your project’s <code>.env</code> file and set the following:</p>
+<p>4 - Open your project’s <code>.env</code> file and set the following:</p>
<pre><code class="language-shell">DB_HOST=mysql
REDIS_HOST=redis
QUEUE_HOST=beanstalkd
</code></pre>
-<p>4 - Open your browser and visit localhost: <code>http://localhost</code>.</p>
+<p>5 - Open your browser and visit localhost: <code>http://localhost</code>.</p>
<pre><code class="language-shell">That's it! enjoy :)
</code></pre>
@@ -60,14 +60,15 @@ QUEUE_HOST=beanstalkd
<h2 id="features">Features</h2>
<ul>
-<li>Easy switch between PHP versions: 7.0, 5.6, 5.5…</li>
+<li>Easy switch between PHP versions: 7.1, 7.0, 5.6…</li>
<li>Choose your favorite database engine: MySQL, Postgres, MariaDB…</li>
<li>Run your own combination of software: Memcached, HHVM, Beanstalkd…</li>
<li>Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI…</li>
<li>Easy to customize any container, with simple edit to the <code>Dockerfile</code>.</li>
<li>All Images extends from an official base Image. (Trusted base Images).</li>
-<li>Pre-configured NGINX for Laravel.</li>
-<li>Easy to apply configurations inside containers.</li>
+<li>Pre-configured NGINX to host any code at your root directory.</li>
+<li>Can use Laradock per project, or single Laradock for all projects.</li>
+<li>Easy to install/remove software’s in Containers using environment variables.</li>
<li>Clean and well structured Dockerfiles (<code>Dockerfile</code>).</li>
<li>Latest version of the Docker Compose file (<code>docker-compose</code>).</li>
<li>Everything is visible and editable.</li>
@@ -101,7 +102,7 @@ HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varni
It contains a rich set of helpful tools, all pre-configured to work and integrate with almost any combination of Containers and tools you may choose.</p>
<p><strong>Workspace Image Tools</strong>
-PHP CLI - Composer - Git - Linuxbrew - Node - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn…</p>
+PHP CLI - Composer - Git - Linuxbrew - Node - V8JS - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn - SOAP - Drush…</p>
<p>You can choose, which tools to install in your workspace container and other containers, from the <code>.env</code> file.</p>
diff --git a/docs/license/index.html b/docs/license/index.html
index 4a02ce4..b72d7e6 100644
--- a/docs/license/index.html
+++ b/docs/license/index.html
@@ -13,7 +13,7 @@
-
+
diff --git a/docs/related-projects/index.html b/docs/related-projects/index.html
index defc04f..fe9b5c2 100644
--- a/docs/related-projects/index.html
+++ b/docs/related-projects/index.html
@@ -13,7 +13,7 @@
-
+
diff --git a/env-example b/env-example
index 80a2564..b6c2ff1 100644
--- a/env-example
+++ b/env-example
@@ -26,7 +26,6 @@ WORKSPACE_INSTALL_LARAVEL_ENVOY=false
WORKSPACE_INSTALL_DEPLOYER=false
WORKSPACE_INSTALL_LINUXBREW=false
WORKSPACE_INSTALL_MC=false
-WORKSPACE_INSTALL_SYMFONY=false
WORKSPACE_PUID=1000
WORKSPACE_PGID=1000
WORKSPACE_NODE_VERSION=stable