From 4d1aee0fbeee3df1617979d4341e48c538780a18 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Sat, 22 Apr 2017 14:08:01 -0400 Subject: [PATCH] delete the docs folder --- docs/CNAME | 1 - docs/contributing/index.html | 670 ----- docs/contributing/index.xml | 196 -- docs/documentation/index.html | 1725 ------------- docs/documentation/index.xml | 1251 --------- docs/fonts/icon.eot | Bin 2224 -> 0 bytes docs/fonts/icon.svg | 22 - docs/fonts/icon.ttf | Bin 2072 -> 0 bytes docs/fonts/icon.woff | Bin 2148 -> 0 bytes docs/getting-started/index.html | 695 ----- docs/getting-started/index.xml | 221 -- docs/help/index.html | 498 ---- docs/help/index.xml | 24 - docs/images/favicon.ico | Bin 1150 -> 0 bytes docs/images/logo.png | Bin 145650 -> 0 bytes docs/index.html | 2938 ---------------------- docs/index.xml | 2517 ------------------ docs/introduction/index.html | 616 ----- docs/introduction/index.xml | 158 -- docs/javascripts/application.js | 1 - docs/javascripts/modernizr.js | 1 - docs/license/index.html | 496 ---- docs/license/index.xml | 22 - docs/related-projects/index.html | 509 ---- docs/related-projects/index.xml | 35 - docs/sitemap.xml | 85 - docs/stylesheets/application.css | 1 - docs/stylesheets/highlight/highlight.css | 116 - docs/stylesheets/palettes.css | 1 - docs/stylesheets/temporary.css | 11 - 30 files changed, 12810 deletions(-) delete mode 100644 docs/CNAME delete mode 100644 docs/contributing/index.html delete mode 100644 docs/contributing/index.xml delete mode 100644 docs/documentation/index.html delete mode 100644 docs/documentation/index.xml delete mode 100755 docs/fonts/icon.eot delete mode 100755 docs/fonts/icon.svg delete mode 100755 docs/fonts/icon.ttf delete mode 100755 docs/fonts/icon.woff delete mode 100644 docs/getting-started/index.html delete mode 100644 docs/getting-started/index.xml delete mode 100644 docs/help/index.html delete mode 100644 docs/help/index.xml delete mode 100644 docs/images/favicon.ico delete mode 100644 docs/images/logo.png delete mode 100644 docs/index.html delete mode 100644 docs/index.xml delete mode 100644 docs/introduction/index.html delete mode 100644 docs/introduction/index.xml delete mode 100644 docs/javascripts/application.js delete mode 100644 docs/javascripts/modernizr.js delete mode 100644 docs/license/index.html delete mode 100644 docs/license/index.xml delete mode 100644 docs/related-projects/index.html delete mode 100644 docs/related-projects/index.xml delete mode 100644 docs/sitemap.xml delete mode 100644 docs/stylesheets/application.css delete mode 100644 docs/stylesheets/highlight/highlight.css delete mode 100644 docs/stylesheets/palettes.css delete mode 100644 docs/stylesheets/temporary.css diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index df75fb6b..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -laradock.io \ No newline at end of file diff --git a/docs/contributing/index.html b/docs/contributing/index.html deleted file mode 100644 index 9974ffe4..00000000 --- a/docs/contributing/index.html +++ /dev/null @@ -1,670 +0,0 @@ - - - - - - - - - - - - Contributing - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - - - - -
- - -
- -
-
- - -
- -
-
-

Contributing

- - - -

Your contribution is more than welcome.

- -

I have a Question/Problem

- -

If you have questions about how to use Laradock, please direct your questions to the discussion on Gitter. If you believe your question could help others, then consider opening an Issue (it will be labeled as Question) And you can still seek help on Gitter for it.

- -

I found an Issue

- -

If have an issue or you found a typo in the documentation, you can help us by -opnening an Issue.

- -

Steps to do before opening an Issue:

- -
    -
  1. Before you submit your issue search the archive, maybe your question was already answered couple hours ago (search in the closed Issues as well).

  2. - -
  3. Decide if the Issue belongs to this project or to Docker itself! or even the tool you are using such as Nginx or MongoDB…

  4. -
- -

If your issue appears to be a bug, and hasn’t been reported, then open a new issue.

- -

This Help us to maximize the effort we can spend fixing issues and adding new -features, by not reporting duplicate issues.

- -

I want a Feature

- -

You can request a new feature by submitting an Issue (it will be labeled as Feature Suggestion). If you would like to implement a new feature then consider submitting a Pull Request yourself.

- -

I want to update the Documentation (Site)

- -

Laradock uses Hugo as website generator tool, with the Material Docs theme. You might need to check their docs quickly.

- -

Go the DOCUMENTATION/content and search for the markdown file you want to edit

- -

Note: Every folder represents a section in the sidebar “Menu”. And every page and sidebar has a weight number to show it’s position in the site.

- -

To update the sidebar or add a new section to it, you can edit this DOCUMENTATION/config.toml toml file.

- -
-

The site will be auto-generated in the docs/ folder by Travis CI.

-
- -


- -

To Host the website locally

- -
    -
  1. Install Hugo on your machine.
  2. -
  3. Edit the DOCUMENTATION/content.
  4. -
  5. Delete the /docs folder from the root.
  6. -
  7. After you finish the editing, go to DOCUMENTATION/ and run the hugo command to generate the HTML docs (inside a new /docs folder).
  8. -
- -

How to support new Software (Add new Container)

- -
    -
  • Create folder with the software name.

  • - -
  • Add a Dockerfile, write your code there.

  • - -
  • You may add additional files in the software folder.

  • - -
  • Add the software to the docker-compose.yml file.

  • - -
  • Make sure you follow our commenting style.

  • - -
  • Add the software in the Documentation.

  • -
- -

Edit existing Software (Edit a Container)

- -
    -
  • Open the software (container) folder.

  • - -
  • Edit the files you want to update.

  • - -
  • Note: If you want to edit the base image of the Workspace or the php-fpm Containers, -you need to edit their Docker-files from their GitHub repositories. For more info read their Dockerfiles comment on the Laradock repository.

  • - -
  • Make sure to update the Documentation in case you made any changes.

  • -
- -

Pull Request

- -

1. Before Submitting a Pull Request (PR)

- -

Always Test everything and make sure its working:

- -
    -
  • Pull the latest updates (or fork of you don’t have permission)
  • -
  • Before editing anything: - -
      -
    • Test building the container (docker-compose build –no-cache container-name) build with no cache first.
    • -
    • Test running the container with some other containers in real app and see of everything is working fine.
    • -
  • -
  • Now edit the container (edit section by section and test rebuilding the container after every edited section) - -
      -
    • Testing building the container (docker-compose build container-name) with no errors.
    • -
    • Test it in a real App if possible.
    • -
  • -
- -

2. Submitting a PR

- -

Consider the following guidelines:

- -
    -
  • Search GitHub for an open or closed Pull Request that relates to your submission. You don’t want to duplicate efforts.

  • - -
  • Make your changes in a new git branch:

    - -
     git checkout -b my-fix-branch master
    -
  • - -
  • Commit your changes using a descriptive commit message.

  • - -
  • Push your branch to GitHub:

    - -
    git push origin my-fix-branch
    -
  • - -
  • In GitHub, send a pull request to laradock:master.

  • - -
  • If we suggest changes then:

    - -
      -
    • Make the required updates.
    • -
    • Commit your changes to your branch (e.g. my-fix-branch).
    • -
    • Push the changes to your GitHub repository (this will update your Pull Request).
    • -
  • -
- -
-

If the PR gets too outdated we may ask you to rebase and force push to update the PR:

-
- -
git rebase master -i
-git push origin my-fix-branch -f
-
- -

WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments on code that were previously made by you and others in your commits.

- -

3. After your PR is merged

- -

After your pull request is merged, you can safely delete your branch and pull the changes from the main (upstream) repository:

- -
    -
  • Delete the remote branch on GitHub either through the GitHub web UI or your local shell as follows:

    - -
    git push origin --delete my-fix-branch
    -
  • - -
  • Check out the master branch:

    - -
    git checkout master -f
    -
  • - -
  • Delete the local branch:

    - -
    git branch -D my-fix-branch
    -
  • - -
  • Update your master with the latest upstream version:

    - -
    git pull --ff upstream master
    -
  • -
- -


- -

Happy Coding :)

- - - - - -
-
- -
-
-
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - diff --git a/docs/contributing/index.xml b/docs/contributing/index.xml deleted file mode 100644 index bbd50dd7..00000000 --- a/docs/contributing/index.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - - Contributings on Laradock - http://laradock.io/contributing/index.xml - Recent content in Contributings on Laradock - Hugo -- gohugo.io - en-us - - - - Contributing - http://laradock.io/contributing/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/contributing/ - - -<p>Your contribution is more than welcome.</p> - -<h2 id="i-have-a-question-problem">I have a Question/Problem</h2> - -<p>If you have questions about how to use Laradock, please direct your questions to the discussion on <a href="https://gitter.im/Laradock/laradock">Gitter</a>. If you believe your question could help others, then consider opening an <a href="https://github.com/laradock/laradock/issues">Issue</a> (it will be labeled as <code>Question</code>) And you can still seek help on Gitter for it.</p> - -<h2 id="i-found-an-issue">I found an Issue</h2> - -<p>If have an issue or you found a typo in the documentation, you can help us by -opnening an <a href="https://github.com/laradock/laradock/issues">Issue</a>.</p> - -<p><strong>Steps to do before opening an Issue:</strong></p> - -<ol> -<li><p>Before you submit your issue search the archive, maybe your question was already answered couple hours ago (search in the closed Issues as well).</p></li> - -<li><p>Decide if the Issue belongs to this project or to <a href="https://github.com/docker">Docker</a> itself! or even the tool you are using such as Nginx or MongoDB&hellip;</p></li> -</ol> - -<p>If your issue appears to be a bug, and hasn&rsquo;t been reported, then open a new issue.</p> - -<p><em>This Help us to maximize the effort we can spend fixing issues and adding new -features, by not reporting duplicate issues.</em></p> - -<h2 id="i-want-a-feature">I want a Feature</h2> - -<p>You can request a new feature by submitting an <a href="https://github.com/laradock/laradock/issues">Issue</a> (it will be labeled as <code>Feature Suggestion</code>). If you would like to implement a new feature then consider submitting a Pull Request yourself.</p> - -<h2 id="i-want-to-update-the-documentation-site">I want to update the Documentation (Site)</h2> - -<p>Laradock uses <a href="https://gohugo.io/">Hugo</a> as website generator tool, with the <a href="http://themes.gohugo.io/theme/material-docs/">Material Docs theme</a>. You might need to check their docs quickly.</p> - -<p>Go the <code>DOCUMENTATION/content</code> and search for the markdown file you want to edit</p> - -<p>Note: Every folder represents a section in the sidebar &ldquo;Menu&rdquo;. And every page and sidebar has a <code>weight</code> number to show it&rsquo;s position in the site.</p> - -<p>To update the sidebar or add a new section to it, you can edit this <code>DOCUMENTATION/config.toml</code> toml file.</p> - -<blockquote> -<p>The site will be auto-generated in the <code>docs/</code> folder by <a href="https://travis-ci.org/laradock/laradock/">Travis CI</a>.</p> -</blockquote> - -<p><br></p> - -<h3 id="to-host-the-website-locally">To Host the website locally</h3> - -<ol> -<li>Install <a href="https://gohugo.io/">Hugo</a> on your machine.</li> -<li>Edit the <code>DOCUMENTATION/content</code>.</li> -<li>Delete the <code>/docs</code> folder from the root.</li> -<li>After you finish the editing, go to <code>DOCUMENTATION/</code> and run the <code>hugo</code> command to generate the HTML docs (inside a new <code>/docs</code> folder).</li> -</ol> - -<h2 id="how-to-support-new-software-add-new-container">How to support new Software (Add new Container)</h2> - -<ul> -<li><p>Create folder with the software name.</p></li> - -<li><p>Add a <code>Dockerfile</code>, write your code there.</p></li> - -<li><p>You may add additional files in the software folder.</p></li> - -<li><p>Add the software to the <code>docker-compose.yml</code> file.</p></li> - -<li><p>Make sure you follow our commenting style.</p></li> - -<li><p>Add the software in the <code>Documentation</code>.</p></li> -</ul> - -<h2 id="edit-existing-software-edit-a-container">Edit existing Software (Edit a Container)</h2> - -<ul> -<li><p>Open the software (container) folder.</p></li> - -<li><p>Edit the files you want to update.</p></li> - -<li><p><strong>Note:</strong> If you want to edit the base image of the <code>Workspace</code> or the <code>php-fpm</code> Containers, -you need to edit their Docker-files from their GitHub repositories. For more info read their Dockerfiles comment on the Laradock repository.</p></li> - -<li><p>Make sure to update the <code>Documentation</code> in case you made any changes.</p></li> -</ul> - -<h2 id="pull-request">Pull Request</h2> - -<h3 id="1-before-submitting-a-pull-request-pr">1. Before Submitting a Pull Request (PR)</h3> - -<p>Always Test everything and make sure its working:</p> - -<ul> -<li>Pull the latest updates (or fork of you don’t have permission)</li> -<li>Before editing anything: - -<ul> -<li>Test building the container (docker-compose build &ndash;no-cache container-name) build with no cache first.</li> -<li>Test running the container with some other containers in real app and see of everything is working fine.</li> -</ul></li> -<li>Now edit the container (edit section by section and test rebuilding the container after every edited section) - -<ul> -<li>Testing building the container (docker-compose build container-name) with no errors.</li> -<li>Test it in a real App if possible.</li> -</ul></li> -</ul> - -<h3 id="2-submitting-a-pr">2. Submitting a PR</h3> - -<p>Consider the following guidelines:</p> - -<ul> -<li><p>Search <a href="https://github.com/laradock/laradock/pulls">GitHub</a> for an open or closed Pull Request that relates to your submission. You don&rsquo;t want to duplicate efforts.</p></li> - -<li><p>Make your changes in a new git branch:</p> - -<pre><code class="language-shell"> git checkout -b my-fix-branch master -</code></pre></li> - -<li><p>Commit your changes using a descriptive commit message.</p></li> - -<li><p>Push your branch to GitHub:</p> - -<pre><code class="language-shell">git push origin my-fix-branch -</code></pre></li> - -<li><p>In GitHub, send a pull request to <code>laradock:master</code>.</p></li> - -<li><p>If we suggest changes then:</p> - -<ul> -<li>Make the required updates.</li> -<li>Commit your changes to your branch (e.g. <code>my-fix-branch</code>).</li> -<li>Push the changes to your GitHub repository (this will update your Pull Request).</li> -</ul></li> -</ul> - -<blockquote> -<p>If the PR gets too outdated we may ask you to rebase and force push to update the PR:</p> -</blockquote> - -<pre><code class="language-shell">git rebase master -i -git push origin my-fix-branch -f -</code></pre> - -<p><em>WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments on code that were previously made by you and others in your commits.</em></p> - -<h3 id="3-after-your-pr-is-merged">3. After your PR is merged</h3> - -<p>After your pull request is merged, you can safely delete your branch and pull the changes from the main (upstream) repository:</p> - -<ul> -<li><p>Delete the remote branch on GitHub either through the GitHub web UI or your local shell as follows:</p> - -<pre><code class="language-shell">git push origin --delete my-fix-branch -</code></pre></li> - -<li><p>Check out the master branch:</p> - -<pre><code class="language-shell">git checkout master -f -</code></pre></li> - -<li><p>Delete the local branch:</p> - -<pre><code class="language-shell">git branch -D my-fix-branch -</code></pre></li> - -<li><p>Update your master with the latest upstream version:</p> - -<pre><code class="language-shell">git pull --ff upstream master -</code></pre></li> -</ul> - -<p><br></p> - -<h4 id="happy-coding">Happy Coding :)</h4> - - - - - \ No newline at end of file diff --git a/docs/documentation/index.html b/docs/documentation/index.html deleted file mode 100644 index 905dfa10..00000000 --- a/docs/documentation/index.html +++ /dev/null @@ -1,1725 +0,0 @@ - - - - - - - - - - - - Documentation - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - - - - -
- - -
- -
-
- - -
- -
-
-

Documentation

- - - -

- -

List current running Containers

- -
docker ps
-
- -

You can also use the following command if you want to see only this project containers:

- -
docker-compose ps
-
- -


-

- -

Close all running Containers

- -
docker-compose stop
-
- -

To stop single container do:

- -
docker-compose stop {container-name}
-
- -


-

- -

Delete all existing Containers

- -
docker-compose down
-
- -


-

- -

Enter a Container (run commands in a running Container)

- -

1 - First list the current running containers with docker ps

- -

2 - Enter any container using:

- -
docker-compose exec {container-name} bash
-
- -

Example: enter MySQL container

- -
docker-compose exec mysql bash
-
- -

Example: enter to MySQL prompt within MySQL container

- -
docker-compose exec mysql mysql -u homestead -psecret
-
- -

3 - To exit a container, type exit.

- -


-

- -

Edit default container configuration

- -

Open the docker-compose.yml and change anything you want.

- -

Examples:

- -

Change MySQL Database Name:

- -
    environment:
-        MYSQL_DATABASE: laradock
-    ...
-
- -

Change Redis default port to 1111:

- -
    ports:
-        - "1111:6379"
-    ...
-
- -


-

- -

Edit a Docker Image

- -

1 - Find the Dockerfile of the image you want to edit, -
-example for mysql it will be mysql/Dockerfile.

- -

2 - Edit the file the way you want.

- -

3 - Re-build the container:

- -
docker-compose build mysql
-
- -

More info on Containers rebuilding here.

- -


-

- -

Build/Re-build Containers

- -

If you do any change to any Dockerfile make sure you run this command, for the changes to take effect:

- -
docker-compose build
-
- -

Optionally you can specify which container to rebuild (instead of rebuilding all the containers):

- -
docker-compose build {container-name}
-
- -

You might use the --no-cache option if you want full rebuilding (docker-compose build --no-cache {container-name}).

- -


-

- -

Add more Software (Docker Images)

- -

To add an image (software), just edit the docker-compose.yml and add your container details, to do so you need to be familiar with the docker compose file syntax.

- -


-

- -

View the Log files

- -

The NGINX Log file is stored in the logs/nginx directory.

- -

However to view the logs of all the other containers (MySQL, PHP-FPM,…) you can run this:

- -
docker logs {container-name}
-
- -

More options

- -
docker logs -f {container-name}
-
- -


-

- -

- -

Install PHP Extensions

- -

Before installing PHP extensions, you have to decide whether you need for the FPM or CLI because each lives on a different container, if you need it for both you have to edit both containers.

- -

The PHP-FPM extensions should be installed in php-fpm/Dockerfile-XX. (replace XX with your default PHP version number). -
-The PHP-CLI extensions should be installed in workspace/Dockerfile.

- -


-

- -

Change the (PHP-FPM) Version

- -

By default PHP-FPM 7.0 is running.

- -
-

The PHP-FPM is responsible of serving your application code, you don’t have to change the PHP-CLI version if you are planning to run your application on different PHP-FPM version.

-
- -

A) Switch from PHP 7.0 to PHP 5.6

- -

1 - Open the docker-compose.yml.

- -

2 - Search for Dockerfile-70 in the PHP container section.

- -

3 - Change the version number, by replacing Dockerfile-70 with Dockerfile-56, like this:

- -
    php-fpm:
-        build:
-            context: ./php-fpm
-            dockerfile: Dockerfile-70
-    ...
-
- -

4 - Finally rebuild the container

- -
docker-compose build php-fpm
-
- -
-

For more details about the PHP base image, visit the official PHP docker images.

-
- -

B) Switch from PHP 7.0 or 5.6 to PHP 5.5

- -

We do not natively support PHP 5.5 anymore, but you can get it in few steps:

- -

1 - Clone https://github.com/laradock/php-fpm.

- -

3 - Rename Dockerfile-56 to Dockerfile-55.

- -

3 - Edit the file FROM php:5.6-fpm to FROM php:5.5-fpm.

- -

4 - Build an image from Dockerfile-55.

- -

5 - Open the docker-compose.yml file.

- -

6 - Point php-fpm to your Dockerfile-55 file.

- -


-

- -

Change the PHP-CLI Version

- -

By default PHP-CLI 7.0 is running.

- -
-

Note: it’s not very essential to edit the PHP-CLI version. The PHP-CLI is only used for the Artisan Commands & Composer. It doesn’t serve your Application code, this is the PHP-FPM job.

-
- -

The PHP-CLI is installed in the Workspace container. To change the PHP-CLI version you need to edit the workspace/Dockerfile.

- -

Right now you have to manually edit the Dockerfile or create a new one like it’s done for the PHP-FPM. (consider contributing).

- -


-

- -

Install xDebug

- -

1 - First install xDebug in the Workspace and the PHP-FPM Containers: -
-a) open the docker-compose.yml file -
-b) search for the INSTALL_XDEBUG argument under the Workspace Container -
-c) set it to true -
-d) search for the INSTALL_XDEBUG argument under the PHP-FPM Container -
-e) set it to true

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_XDEBUG=true
-    ...
-    php-fpm:
-        build:
-            context: ./php-fpm
-            args:
-                - INSTALL_XDEBUG=true
-    ...
-
- -

2 - Re-build the containers docker-compose build workspace php-fpm

- -

3 - Open laradock/workspace/xdebug.ini and/or laradock/php-fpm/xdebug.ini and enable at least the following configurations:

- -
xdebug.remote_autostart=1
-xdebug.remote_enable=1
-xdebug.remote_connect_back=1
-
- -

For information on how to configure xDebug with your IDE and work it out, check this Repository.

- -


-

- -

Start/Stop xDebug:

- -

By installing xDebug, you are enabling it to run on startup by default.

- -

To control the behavior of xDebug (in the php-fpm Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):

- -
    -
  • Stop xDebug from running by default: .php-fpm/xdebug stop.
  • -
  • Start xDebug by default: .php-fpm/xdebug start.
  • -
  • See the status: .php-fpm/xdebug status.
  • -
- -

Note: If .php-fpm/xdebug doesn’t execute and gives Permission Denied error the problem can be that file xdebug doesn’t have execution access. This can be fixed by running chmod command with desired access permissions.

- -


-

- -

Install Deployer (Deployment tool for PHP)

- -

1 - Open the docker-compose.yml file -
-2 - Search for the INSTALL_DEPLOYER argument under the Workspace Container -
-3 - Set it to true -

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_DEPLOYER=true
-    ...
-
- -

4 - Re-build the containers docker-compose build workspace

- -

Deployer Documentation Here

- -


-

- -


-

- -

Prepare Laradock for Production

- -

It’s recommended for production to create a custom docker-compose.yml file. For that reason, Laradock is shipped with production-docker-compose.yml which should contain only the containers you are planning to run on production (usage example: docker-compose -f production-docker-compose.yml up -d nginx mysql redis ...).

- -

Note: The Database (MySQL/MariaDB/…) ports should not be forwarded on production, because Docker will automatically publish the port on the host, which is quite insecure, unless specifically told not to. So make sure to remove these lines:

- -
ports:
-    - "3306:3306"
-
- -

To learn more about how Docker publishes ports, please read this excellent post on the subject.

- -


-

- -

Setup Laravel and Docker on Digital Ocean

- -

Full Guide Here

- -


-

- -

- -

Install Laravel from a Docker Container

- -

1 - First you need to enter the Workspace Container.

- -

2 - Install Laravel.

- -

Example using Composer

- -
composer create-project laravel/laravel my-cool-app "5.2.*"
-
- -
-

We recommend using composer create-project instead of the Laravel installer, to install Laravel.

-
- -

For more about the Laravel installation click here.

- -

3 - Edit docker-compose.yml to Map the new application path:

- -

By default, Laradock assumes the Laravel application is living in the parent directory of the laradock folder.

- -

Since the new Laravel application is in the my-cool-app folder, we need to replace ../:/var/www with ../my-cool-app/:/var/www, as follow:

- -
    application:
-		 image: tianon/true
-        volumes:
-            - ../my-cool-app/:/var/www
-    ...
-
- -

4 - Go to that folder and start working..

- -
cd my-cool-app
-
- -

5 - Go back to the Laradock installation steps to see how to edit the .env file.

- -


-

- -

Run Artisan Commands

- -

You can run artisan commands and many other Terminal commands from the Workspace container.

- -

1 - Make sure you have the workspace container running.

- -
docker-compose up -d workspace // ..and all your other containers
-
- -

2 - Find the Workspace container name:

- -
docker-compose ps
-
- -

3 - Enter the Workspace container:

- -
docker-compose exec workspace bash
-
- -

Add --user=laradock (example docker-compose exec --user=laradock workspace bash) to have files created as your host’s user.

- -

4 - Run anything you want :)

- -
php artisan
-
- -
Composer update
-
- -
phpunit
-
- -


-

- -

Run Laravel Queue Worker

- -

1 - First add php-worker container. It will be similar as like PHP-FPM Container. -
-a) open the docker-compose.yml file -
-b) add a new service container by simply copy-paste this section below PHP-FPM container

- -
    php-worker:
-      build:
-        context: ./php-fpm
-        dockerfile: Dockerfile-70 # or Dockerfile-56, choose your PHP-FPM container setting
-      volumes_from:
-        - applications
-      command: php artisan queue:work
-
- -

2 - Start everything up

- -
docker-compose up -d php-worker
-
- -


-

- -

Use Redis

- -

1 - First make sure you run the Redis Container (redis) with the docker-compose up command.

- -
docker-compose up -d redis
-
- -

2 - Open your Laravel’s .env file and set the REDIS_HOST to redis

- -
REDIS_HOST=redis
-
- -

If you don’t find the REDIS_HOST variable in your .env file. Go to the database configuration file config/database.php and replace the default 127.0.0.1 IP with redis for Redis like this:

- -
'redis' => [
-    'cluster' => false,
-    'default' => [
-        'host'     => 'redis',
-        'port'     => 6379,
-        'database' => 0,
-    ],
-],
-
- -

3 - To enable Redis Caching and/or for Sessions Management. Also from the .env file set CACHE_DRIVER and SESSION_DRIVER to redis instead of the default file.

- -
CACHE_DRIVER=redis
-SESSION_DRIVER=redis
-
- -

4 - Finally make sure you have the predis/predis package (~1.0) installed via Composer:

- -
composer require predis/predis:^1.0
-
- -

5 - You can manually test it from Laravel with this code:

- -
\Cache::store('redis')->put('Laradock', 'Awesome', 10);
-
- -


-

- -

Use Mongo

- -

1 - First install mongo in the Workspace and the PHP-FPM Containers: -
-a) open the docker-compose.yml file -
-b) search for the INSTALL_MONGO argument under the Workspace Container -
-c) set it to true -
-d) search for the INSTALL_MONGO argument under the PHP-FPM Container -
-e) set it to true

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_MONGO=true
-    ...
-    php-fpm:
-        build:
-            context: ./php-fpm
-            args:
-                - INSTALL_MONGO=true
-    ...
-
- -

2 - Re-build the containers docker-compose build workspace php-fpm

- -

3 - Run the MongoDB Container (mongo) with the docker-compose up command.

- -
docker-compose up -d mongo
-
- -

4 - Add the MongoDB configurations to the config/database.php configuration file:

- -
'connections' => [
-
-    'mongodb' => [
-        'driver'   => 'mongodb',
-        'host'     => env('DB_HOST', 'localhost'),
-        'port'     => env('DB_PORT', 27017),
-        'database' => env('DB_DATABASE', 'database'),
-        'username' => '',
-        'password' => '',
-        'options'  => [
-            'database' => '',
-        ]
-    ],
-
-	// ...
-
-],
-
- -

5 - Open your Laravel’s .env file and update the following variables:

- -
    -
  • set the DB_HOST to your mongo.
  • -
  • set the DB_PORT to 27017.
  • -
  • set the DB_DATABASE to database.
  • -
- -

6 - Finally make sure you have the jenssegers/mongodb package installed via Composer and its Service Provider is added.

- -
composer require jenssegers/mongodb
-
- -

More details about this here.

- -

7 - Test it:

- -
    -
  • First let your Models extend from the Mongo Eloquent Model. Check the documentation.
  • -
  • Enter the Workspace Container.
  • -
  • Migrate the Database php artisan migrate.
  • -
- -


-

- -

Use PhpMyAdmin

- -

1 - Run the phpMyAdmin Container (phpmyadmin) with the docker-compose up command. Example:

- -
# use with mysql
-docker-compose up -d mysql phpmyadmin
-
-# use with mariadb
-docker-compose up -d mariadb phpmyadmin
-
- -

2 - Open your browser and visit the localhost on port 8080: http://localhost:8080

- -


-

- -

Use Adminer

- -

1 - Run the Adminer Container (adminer) with the docker-compose up command. Example:

- -
docker-compose up -d adminer  
-
- -

2 - Open your browser and visit the localhost on port 8080: http://localhost:8080

- -


-

- -

Use PgAdmin

- -

1 - Run the pgAdmin Container (pgadmin) with the docker-compose up command. Example:

- -
docker-compose up -d postgres pgadmin
-
- -

2 - Open your browser and visit the localhost on port 5050: http://localhost:5050

- -


-

- -

Use Beanstalkd

- -

1 - Run the Beanstalkd Container:

- -
docker-compose up -d beanstalkd
-
- -

2 - Configure Laravel to connect to that container by editing the config/queue.php config file.

- -

a. first set beanstalkd as default queue driver -b. set the queue host to beanstalkd : QUEUE_HOST=beanstalkd

- -

beanstalkd is now available on default port 11300.

- -

3 - Require the dependency package pda/pheanstalk using composer.

- -

Optionally you can use the Beanstalkd Console Container to manage your Queues from a web interface.

- -

1 - Run the Beanstalkd Console Container:

- -
docker-compose up -d beanstalkd-console
-
- -

2 - Open your browser and visit http://localhost:2080/

- -

3 - Add the server

- -
    -
  • Host: beanstalkd
  • -
  • Port: 11300
  • -
- -

4 - Done.

- -


-

- -

Use ElasticSearch

- -

1 - Run the ElasticSearch Container (elasticsearch) with the docker-compose up command:

- -
docker-compose up -d elasticsearch
-
- -

2 - Open your browser and visit the localhost on port 9200: http://localhost:9200

- -

Install ElasticSearch Plugin

- -

1 - Install the ElasticSearch plugin like delete-by-query.

- -
docker exec {container-name} /usr/share/elasticsearch/bin/plugin install delete-by-query
-
- -

2 - Restart elasticsearch container

- -
docker restart {container-name}
-
- -


-

- -

Use Selenium

- -

1 - Run the Selenium Container (selenium) with the docker-compose up command. Example:

- -
docker-compose up -d selenium
-
- -

2 - Open your browser and visit the localhost on port 4444 at the following URL: http://localhost:4444/wd/hub

- -


-

- -

Use RethinkDB

- -

The RethinkDB is an open-source Database for Real-time Web (RethinkDB). -A package (Laravel RethinkDB) is being developed and was released a version for Laravel 5.2 (experimental).

- -

1 - Run the RethinkDB Container (rethinkdb) with the docker-compose up command.

- -
docker-compose up -d rethinkdb
-
- -

2 - Access the RethinkDB Administration Console http://localhost:8090/#tables for create a database called database.

- -

3 - Add the RethinkDB configurations to the config/database.php configuration file:

- -
'connections' => [
-
-	'rethinkdb' => [
-		'name'      => 'rethinkdb',
-		'driver'    => 'rethinkdb',
-		'host'      => env('DB_HOST', 'rethinkdb'),
-		'port'      => env('DB_PORT', 28015),
-		'database'  => env('DB_DATABASE', 'test'),
-	]
-
-	// ...
-
-],
-
- -

4 - Open your Laravel’s .env file and update the following variables:

- -
    -
  • set the DB_CONNECTION to your rethinkdb.
  • -
  • set the DB_HOST to rethinkdb.
  • -
  • set the DB_PORT to 28015.
  • -
  • set the DB_DATABASE to database.
  • -
- -


-

- -

Use Minio

- -

1 - Configure Minio: - - On the workspace container, change INSTALL_MC to true to get the client - - Set MINIO_ACCESS_KEY and MINIO_ACCESS_SECRET if you wish to set proper keys

- -

2 - Run the Minio Container (minio) with the docker-compose up command. Example:

- -
docker-compose up -d minio
-
- -

3 - Open your browser and visit the localhost on port 9000 at the following URL: http://localhost:9000

- -

4 - Create a bucket either through the webui or using the mc client:

- -
  mc mb minio/bucket
-
- -

5 - When configuring your other clients use the following details:

- -
  S3_HOST=http://minio
-  S3_KEY=access
-  S3_SECRET=secretkey
-  S3_REGION=us-east-1
-  S3_BUCKET=bucket
-
- -


-

- -


-

- -

Install CodeIgniter

- -

To install CodeIgniter 3 on Laradock all you have to do is the following simple steps:

- -

1 - Open the docker-compose.yml file.

- -

2 - Change CODEIGNITER=false to CODEIGNITER=true.

- -

3 - Re-build your PHP-FPM Container docker-compose build php-fpm.

- -


-

- -

Miscellaneous

- -


-

- -

Change the timezone

- -

To change the timezone for the workspace container, modify the TZ build argument in the Docker Compose file to one in the TZ database.

- -

For example, if I want the timezone to be New York:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - TZ=America/New_York
-    ...
-
- -

We also recommend setting the timezone in Laravel.

- -


-

- -

Adding cron jobs

- -

You can add your cron jobs to workspace/crontab/root after the php artisan line.

- -
* * * * * php /var/www/artisan schedule:run >> /dev/null 2>&1
-
-# Custom cron
-* * * * * root echo "Every Minute" > /var/log/cron.log 2>&1
-
- -

Make sure you change the timezone if you don’t want to use the default (UTC).

- -


-

- -

Access workspace via ssh

- -

You can access the workspace container through localhost:2222 by setting the INSTALL_WORKSPACE_SSH build argument to true.

- -

To change the default forwarded port for ssh:

- -
    workspace:
-		ports:
-			- "2222:22" # Edit this line
-    ...
-
- -


-

- -

MySQL access from host

- -

You can forward the MySQL/MariaDB port to your host by making sure these lines are added to the mysql or mariadb section of the docker-compose.yml or in your environment specific Compose file.

- -
ports:
-    - "3306:3306"
-
- -


-

- -

MySQL root access

- -

The default username and password for the root MySQL user are root and root.

- -

1 - Enter the MySQL container: docker-compose exec mysql bash.

- -

2 - Enter mysql: mysql -uroot -proot for non root access use mysql -uhomestead -psecret.

- -

3 - See all users: SELECT User FROM mysql.user;

- -

4 - Run any commands show databases, show tables, select * from......

- -


-

- -

Change MySQL port

- -

Modify the mysql/my.cnf file to set your port number, 1234 is used as an example.

- -
[mysqld]
-port=1234
-
- -

If you need MySQL access from your host, do not forget to change the internal port number ("3306:3306" -> "3306:1234") in the docker-compose configuration file.

- -


-

- -

Use custom Domain (instead of the Docker IP)

- -

Assuming your custom domain is laravel.dev

- -

1 - Open your /etc/hosts file and map your localhost address 127.0.0.1 to the laravel.dev domain, by adding the following:

- -
127.0.0.1    laravel.dev
-
- -

2 - Open your browser and visit {http://laravel.dev}

- -

Optionally you can define the server name in the NGINX configuration file, like this:

- -
server_name laravel.dev;
-
- -


-

- -

Enable Global Composer Build Install

- -

Enabling Global Composer Install during the build for the container allows you to get your composer requirements installed and available in the container after the build is done.

- -

1 - Open the docker-compose.yml file

- -

2 - Search for the COMPOSER_GLOBAL_INSTALL argument under the Workspace Container and set it to true

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - COMPOSER_GLOBAL_INSTALL=true
-    ...
-
- -

3 - Now add your dependencies to workspace/composer.json

- -

4 - Re-build the Workspace Container docker-compose build workspace

- -


-

- -

Install Prestissimo

- -

Prestissimo is a plugin for composer which enables parallel install functionality.

- -

1 - Enable Running Global Composer Install during the Build:

- -

Click on this Enable Global Composer Build Install and do steps 1 and 2 only then continue here.

- -

2 - Add prestissimo as requirement in Composer:

- -

a - Now open the workspace/composer.json file

- -

b - Add "hirak/prestissimo": "^0.3" as requirement

- -

c - Re-build the Workspace Container docker-compose build workspace

- -


-

- -

Install Node + NVM

- -

To install NVM and NodeJS in the Workspace container

- -

1 - Open the docker-compose.yml file

- -

2 - Search for the INSTALL_NODE argument under the Workspace Container and set it to true

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_NODE=true
-    ...
-
- -

3 - Re-build the container docker-compose build workspace

- -


-

- -

Install Node + YARN

- -

Yarn is a new package manager for JavaScript. It is so faster than npm, which you can find here.To install NodeJS and Yarn in the Workspace container:

- -

1 - Open the docker-compose.yml file

- -

2 - Search for the INSTALL_NODE and INSTALL_YARN argument under the Workspace Container and set it to true

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_NODE=true
-                - INSTALL_YARN=true
-    ...
-
- -

3 - Re-build the container docker-compose build workspace

- -


-

- -

Install Linuxbrew

- -

Linuxbrew is a package manager for Linux. It is the Linux version of MacOS Homebrew and can be found here. To install Linuxbrew in the Workspace container:

- -

1 - Open the docker-compose.yml file

- -

2 - Search for the INSTALL_LINUXBREW argument under the Workspace Container and set it to true

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_LINUXBREW=true
-    ...
-
- -

3 - Re-build the container docker-compose build workspace

- -


- -

- -

Common Terminal Aliases

- -

When you start your docker container, Laradock will copy the aliases.sh file located in the laradock/workspace directory and add sourcing to the container ~/.bashrc file.

- -

You are free to modify the aliases.sh as you see fit, adding your own aliases (or function macros) to suit your requirements.

- -


-

- -

Install Aerospike extension

- -

1 - First install aerospike in the Workspace and the PHP-FPM Containers: -
-a) open the docker-compose.yml file -
-b) search for the INSTALL_AEROSPIKE_EXTENSION argument under the Workspace Container -
-c) set it to true -
-d) search for the INSTALL_AEROSPIKE_EXTENSION argument under the PHP-FPM Container -
-e) set it to true

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_AEROSPIKE_EXTENSION=true
-    ...
-    php-fpm:
-        build:
-            context: ./php-fpm
-            args:
-                - INSTALL_AEROSPIKE_EXTENSION=true
-    ...
-
- -

2 - Re-build the containers docker-compose build workspace php-fpm

- -


-

- -

Install Laravel Envoy (Envoy Task Runner)

- -

1 - Open the docker-compose.yml file -
-2 - Search for the INSTALL_LARAVEL_ENVOY argument under the Workspace Container -
-3 - Set it to true -

- -

It should be like this:

- -
    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_LARAVEL_ENVOY=true
-    ...
-
- -

4 - Re-build the containers docker-compose build workspace

- -

Laravel Envoy Documentation Here

- -


-

- -

PHPStorm Debugging Guide

- -

Remote debug Laravel web and phpunit tests.

- -

Debugging Guide Here

- -


-

- -

Keep track of your Laradock changes

- -
    -
  1. Fork the Laradock repository.
  2. -
  3. Use that fork as a submodule.
  4. -
  5. Commit all your changes to your fork.
  6. -
  7. Pull new stuff from the main repository from time to time.
  8. -
- -


-

- -

Upgrading Laradock

- -

Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requires upgrading Laradock from v3.* to v4.*:

- -
    -
  1. Stop the docker VM docker-machine stop {default}
  2. -
  3. Install Docker for Mac or Windows.
  4. -
  5. Upgrade Laradock to v4.*.* (git pull origin master)
  6. -
  7. Use Laradock as you used to do: docker-compose up -d nginx mysql.
  8. -
- -

Note: If you face any problem with the last step above: rebuild all your containers -docker-compose build --no-cache -“Warning Containers Data might be lost!”

- -


-

- -

Improve speed on MacOS

- -

Sharing code into Docker containers with osxfs have very poor performance compared to Linux. Likely there are some workarounds:

- -

Workaround A: using dinghy

- -

Dinghy creates its own VM using docker-machine, it will not modify your existing docker-machine VMs.

- -

Quick Setup giude, (we recommend you check their docs)

- -

1) brew tap codekitchen/dinghy

- -

2) brew install dinghy

- -

3) dinghy create --provider virtualbox (must have virtualbox installed, but they support other providers if you prefer)

- -

4) after the above command is done it will display some env variables, copy them to the bash profile or zsh or.. (this will instruct docker to use the server running inside the VM)

- -

5) docker-compose up ...

- -

Workaround B: using d4m-nfs

- -

D4m-nfs automatically mount NFS volume instead of osxfs one.

- -

1) Update the Docker [File Sharing] preferences:

- -

Click on the Docker Icon > Preferences > (remove everything form the list except /tmp).

- -

2) Restart Docker.

- -

3) Clone the d4m-nfs repository to your home directory.

- -
git clone https://github.com/IFSight/d4m-nfs ~/d4m-nfs
-
- -

4) Create (or edit) the file ~/d4m-nfs/etc/d4m-nfs-mounts.txt, and write the follwing configuration in it:

- -
/Users:/Users
-
- -

5) Create (or edit) the file /etc/exports, make sure it exists and is empty. (There may be collisions if you come from Vagrant or if you already executed the d4m-nfs.sh script before).

- -

6) Run the d4m-nfs.sh script (might need Sudo):

- -
~/d4m-nfs/d4m-nfs.sh
-
- -

That’s it! Run your containers.. Example:

- -
docker-compose up ...
-
- -

Note: If you faced any errors, try restarting Docker, and make sure you have no spaces in the d4m-nfs-mounts.txt file, and your /etc/exports file is clear.

- -

Other good workarounds:

- - - -

More details about this issue here.

- -


-

- -

Common Problems

- -

Here’s a list of the common problems you might face, and the possible solutions.

- -


- -

I see a blank (white) page instead of the Laravel ‘Welcome’ page!

- -

Run the following command from the Laravel root directory:

- -
sudo chmod -R 777 storage bootstrap/cache
-
- -


- -

I see “Welcome to nginx” instead of the Laravel App!

- -

Use http://127.0.0.1 instead of http://localhost in your browser.

- -


- -

I see an error message containing address already in use or port is already allocated

- -

Make sure the ports for the services that you are trying to run (22, 80, 443, 3306, etc.) are not being used already by other programs on the host, such as a built in apache/httpd service or other development tools you have installed.

- -


- -

I get NGINX error 404 Not Found on Windows.

- -
    -
  1. Go to docker Settings on your Windows machine.
  2. -
  3. Click on the Shared Drives tab and check the drive that contains your project files.
  4. -
  5. Enter your windows username and password.
  6. -
  7. Go to the reset tab and click restart docker.
  8. -
- -


- -

The time in my services does not match the current time

- -
    -
  1. Make sure you’ve changed the timezone.
  2. -
  3. Stop and rebuild the containers (docker-compose up -d --build <services>)
  4. -
- -


- -

I get MySQL connection refused

- -

This error sometimes happens because your Laravel application isn’t running on the container localhost IP (Which is 127.0.0.1). Steps to fix it:

- -
    -
  • Option A - -
      -
    1. Check your running Laravel application IP by dumping Request::ip() variable using dd(Request::ip()) anywhere on your application. The result is the IP of your Laravel container.
    2. -
    3. Change the DB_HOST variable on env with the IP that you received from previous step.
    4. -
  • -
  • Option B - -
      -
    1. Change the DB_HOST value to the same name as the MySQL docker container. The Laradock docker-compose file currently has this as mysql
    2. -
  • -
- - - - - -
-
- -
-
-
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - diff --git a/docs/documentation/index.xml b/docs/documentation/index.xml deleted file mode 100644 index f1db1822..00000000 --- a/docs/documentation/index.xml +++ /dev/null @@ -1,1251 +0,0 @@ - - - - Documentations on Laradock - http://laradock.io/documentation/index.xml - Recent content in Documentations on Laradock - Hugo -- gohugo.io - en-us - - - - Documentation - http://laradock.io/documentation/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/documentation/ - - -<p><a name="List-current-running-Containers"></a></p> - -<h2 id="list-current-running-containers">List current running Containers</h2> - -<pre><code class="language-bash">docker ps -</code></pre> - -<p>You can also use the following command if you want to see only this project containers:</p> - -<pre><code class="language-bash">docker-compose ps -</code></pre> - -<p><br> -<a name="Close-all-running-Containers"></a></p> - -<h2 id="close-all-running-containers">Close all running Containers</h2> - -<pre><code class="language-bash">docker-compose stop -</code></pre> - -<p>To stop single container do:</p> - -<pre><code class="language-bash">docker-compose stop {container-name} -</code></pre> - -<p><br> -<a name="Delete-all-existing-Containers"></a></p> - -<h2 id="delete-all-existing-containers">Delete all existing Containers</h2> - -<pre><code class="language-bash">docker-compose down -</code></pre> - -<p><br> -<a name="Enter-Container"></a></p> - -<h2 id="enter-a-container-run-commands-in-a-running-container">Enter a Container (run commands in a running Container)</h2> - -<p>1 - First list the current running containers with <code>docker ps</code></p> - -<p>2 - Enter any container using:</p> - -<pre><code class="language-bash">docker-compose exec {container-name} bash -</code></pre> - -<p><em>Example: enter MySQL container</em></p> - -<pre><code class="language-bash">docker-compose exec mysql bash -</code></pre> - -<p><em>Example: enter to MySQL prompt within MySQL container</em></p> - -<pre><code class="language-bash">docker-compose exec mysql mysql -u homestead -psecret -</code></pre> - -<p>3 - To exit a container, type <code>exit</code>.</p> - -<p><br> -<a name="Edit-Container"></a></p> - -<h2 id="edit-default-container-configuration">Edit default container configuration</h2> - -<p>Open the <code>docker-compose.yml</code> and change anything you want.</p> - -<p>Examples:</p> - -<p>Change MySQL Database Name:</p> - -<pre><code class="language-yml"> environment: - MYSQL_DATABASE: laradock - ... -</code></pre> - -<p>Change Redis default port to 1111:</p> - -<pre><code class="language-yml"> ports: - - &quot;1111:6379&quot; - ... -</code></pre> - -<p><br> -<a name="Edit-a-Docker-Image"></a></p> - -<h2 id="edit-a-docker-image">Edit a Docker Image</h2> - -<p>1 - Find the <code>Dockerfile</code> of the image you want to edit, -<br> -example for <code>mysql</code> it will be <code>mysql/Dockerfile</code>.</p> - -<p>2 - Edit the file the way you want.</p> - -<p>3 - Re-build the container:</p> - -<pre><code class="language-bash">docker-compose build mysql -</code></pre> - -<p>More info on Containers rebuilding <a href="#Build-Re-build-Containers">here</a>.</p> - -<p><br> -<a name="Build-Re-build-Containers"></a></p> - -<h2 id="build-re-build-containers">Build/Re-build Containers</h2> - -<p>If you do any change to any <code>Dockerfile</code> make sure you run this command, for the changes to take effect:</p> - -<pre><code class="language-bash">docker-compose build -</code></pre> - -<p>Optionally you can specify which container to rebuild (instead of rebuilding all the containers):</p> - -<pre><code class="language-bash">docker-compose build {container-name} -</code></pre> - -<p>You might use the <code>--no-cache</code> option if you want full rebuilding (<code>docker-compose build --no-cache {container-name}</code>).</p> - -<p><br> -<a name="Add-Docker-Images"></a></p> - -<h2 id="add-more-software-docker-images">Add more Software (Docker Images)</h2> - -<p>To add an image (software), just edit the <code>docker-compose.yml</code> and add your container details, to do so you need to be familiar with the <a href="https://docs.docker.com/compose/compose-file/">docker compose file syntax</a>.</p> - -<p><br> -<a name="View-the-Log-files"></a></p> - -<h2 id="view-the-log-files">View the Log files</h2> - -<p>The NGINX Log file is stored in the <code>logs/nginx</code> directory.</p> - -<p>However to view the logs of all the other containers (MySQL, PHP-FPM,&hellip;) you can run this:</p> - -<pre><code class="language-bash">docker logs {container-name} -</code></pre> - -<p>More <a href="https://docs.docker.com/compose/reference/logs/">options</a></p> - -<pre><code class="language-bash">docker logs -f {container-name} -</code></pre> - -<p><br> -<a name="PHP"></a></p> - -<p><a name="Install-PHP-Extensions"></a></p> - -<h2 id="install-php-extensions">Install PHP Extensions</h2> - -<p>Before installing PHP extensions, you have to decide whether you need for the <code>FPM</code> or <code>CLI</code> because each lives on a different container, if you need it for both you have to edit both containers.</p> - -<p>The PHP-FPM extensions should be installed in <code>php-fpm/Dockerfile-XX</code>. <em>(replace XX with your default PHP version number)</em>. -<br> -The PHP-CLI extensions should be installed in <code>workspace/Dockerfile</code>.</p> - -<p><br> -<a name="Change-the-PHP-FPM-Version"></a></p> - -<h2 id="change-the-php-fpm-version">Change the (PHP-FPM) Version</h2> - -<p>By default <strong>PHP-FPM 7.0</strong> is running.</p> - -<blockquote> -<p>The PHP-FPM is responsible of serving your application code, you don&rsquo;t have to change the PHP-CLI version if you are planning to run your application on different PHP-FPM version.</p> -</blockquote> - -<h3 id="a-switch-from-php-7-0-to-php-5-6">A) Switch from PHP <code>7.0</code> to PHP <code>5.6</code></h3> - -<p>1 - Open the <code>docker-compose.yml</code>.</p> - -<p>2 - Search for <code>Dockerfile-70</code> in the PHP container section.</p> - -<p>3 - Change the version number, by replacing <code>Dockerfile-70</code> with <code>Dockerfile-56</code>, like this:</p> - -<pre><code class="language-yml"> php-fpm: - build: - context: ./php-fpm - dockerfile: Dockerfile-70 - ... -</code></pre> - -<p>4 - Finally rebuild the container</p> - -<pre><code class="language-bash">docker-compose build php-fpm -</code></pre> - -<blockquote> -<p>For more details about the PHP base image, visit the <a href="https://hub.docker.com/_/php/">official PHP docker images</a>.</p> -</blockquote> - -<h3 id="b-switch-from-php-7-0-or-5-6-to-php-5-5">B) Switch from PHP <code>7.0</code> or <code>5.6</code> to PHP <code>5.5</code></h3> - -<p>We do not natively support PHP 5.5 anymore, but you can get it in few steps:</p> - -<p>1 - Clone <code>https://github.com/laradock/php-fpm</code>.</p> - -<p>3 - Rename <code>Dockerfile-56</code> to <code>Dockerfile-55</code>.</p> - -<p>3 - Edit the file <code>FROM php:5.6-fpm</code> to <code>FROM php:5.5-fpm</code>.</p> - -<p>4 - Build an image from <code>Dockerfile-55</code>.</p> - -<p>5 - Open the <code>docker-compose.yml</code> file.</p> - -<p>6 - Point <code>php-fpm</code> to your <code>Dockerfile-55</code> file.</p> - -<p><br> -<a name="Change-the-PHP-CLI-Version"></a></p> - -<h2 id="change-the-php-cli-version">Change the PHP-CLI Version</h2> - -<p>By default <strong>PHP-CLI 7.0</strong> is running.</p> - -<blockquote> -<p>Note: it&rsquo;s not very essential to edit the PHP-CLI version. The PHP-CLI is only used for the Artisan Commands &amp; Composer. It doesn&rsquo;t serve your Application code, this is the PHP-FPM job.</p> -</blockquote> - -<p>The PHP-CLI is installed in the Workspace container. To change the PHP-CLI version you need to edit the <code>workspace/Dockerfile</code>.</p> - -<p>Right now you have to manually edit the <code>Dockerfile</code> or create a new one like it&rsquo;s done for the PHP-FPM. (consider contributing).</p> - -<p><br> -<a name="Install-xDebug"></a></p> - -<h2 id="install-xdebug">Install xDebug</h2> - -<p>1 - First install <code>xDebug</code> in the Workspace and the PHP-FPM Containers: -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) search for the <code>INSTALL_XDEBUG</code> argument under the Workspace Container -<br> -c) set it to <code>true</code> -<br> -d) search for the <code>INSTALL_XDEBUG</code> argument under the PHP-FPM Container -<br> -e) set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_XDEBUG=true - ... - php-fpm: - build: - context: ./php-fpm - args: - - INSTALL_XDEBUG=true - ... -</code></pre> - -<p>2 - Re-build the containers <code>docker-compose build workspace php-fpm</code></p> - -<p>3 - Open <code>laradock/workspace/xdebug.ini</code> and/or <code>laradock/php-fpm/xdebug.ini</code> and enable at least the following configurations:</p> - -<pre><code>xdebug.remote_autostart=1 -xdebug.remote_enable=1 -xdebug.remote_connect_back=1 -</code></pre> - -<p>For information on how to configure xDebug with your IDE and work it out, check this <a href="https://github.com/LarryEitel/laravel-laradock-phpstorm">Repository</a>.</p> - -<p><br> -<a name="Control-xDebug"></a></p> - -<h2 id="start-stop-xdebug">Start/Stop xDebug:</h2> - -<p>By installing xDebug, you are enabling it to run on startup by default.</p> - -<p>To control the behavior of xDebug (in the <code>php-fpm</code> Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):</p> - -<ul> -<li>Stop xDebug from running by default: <code>.php-fpm/xdebug stop</code>.</li> -<li>Start xDebug by default: <code>.php-fpm/xdebug start</code>.</li> -<li>See the status: <code>.php-fpm/xdebug status</code>.</li> -</ul> - -<p>Note: If <code>.php-fpm/xdebug</code> doesn&rsquo;t execute and gives <code>Permission Denied</code> error the problem can be that file <code>xdebug</code> doesn&rsquo;t have execution access. This can be fixed by running <code>chmod</code> command with desired access permissions.</p> - -<p><br> -<a name="Install-Deployer"></a></p> - -<h2 id="install-deployer-deployment-tool-for-php">Install Deployer (Deployment tool for PHP)</h2> - -<p>1 - Open the <code>docker-compose.yml</code> file -<br> -2 - Search for the <code>INSTALL_DEPLOYER</code> argument under the Workspace Container -<br> -3 - Set it to <code>true</code> -<br></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_DEPLOYER=true - ... -</code></pre> - -<p>4 - Re-build the containers <code>docker-compose build workspace</code></p> - -<p><a href="https://deployer.org/docs"><strong>Deployer Documentation Here</strong></a></p> - -<p><br> -<a name="Production"></a></p> - -<p><br> -<a name="Laradock-for-Production"></a></p> - -<h2 id="prepare-laradock-for-production">Prepare Laradock for Production</h2> - -<p>It&rsquo;s recommended for production to create a custom <code>docker-compose.yml</code> file. For that reason, Laradock is shipped with <code>production-docker-compose.yml</code> which should contain only the containers you are planning to run on production (usage example: <code>docker-compose -f production-docker-compose.yml up -d nginx mysql redis ...</code>).</p> - -<p>Note: The Database (MySQL/MariaDB/&hellip;) ports should not be forwarded on production, because Docker will automatically publish the port on the host, which is quite insecure, unless specifically told not to. So make sure to remove these lines:</p> - -<pre><code>ports: - - &quot;3306:3306&quot; -</code></pre> - -<p>To learn more about how Docker publishes ports, please read <a href="https://fralef.me/docker-and-iptables.html">this excellent post on the subject</a>.</p> - -<p><br> -<a name="Digital-Ocean"></a></p> - -<h2 id="setup-laravel-and-docker-on-digital-ocean">Setup Laravel and Docker on Digital Ocean</h2> - -<h3 id="full-guide-here-https-github-com-laradock-laradock-blob-master-guides-digital-ocean-md"><a href="https://github.com/laradock/laradock/blob/master/_guides/digital_ocean.md">Full Guide Here</a></h3> - -<p><br> -<a name="Laravel"></a></p> - -<p><a name="Install-Laravel"></a></p> - -<h2 id="install-laravel-from-a-docker-container">Install Laravel from a Docker Container</h2> - -<p>1 - First you need to enter the Workspace Container.</p> - -<p>2 - Install Laravel.</p> - -<p>Example using Composer</p> - -<pre><code class="language-bash">composer create-project laravel/laravel my-cool-app &quot;5.2.*&quot; -</code></pre> - -<blockquote> -<p>We recommend using <code>composer create-project</code> instead of the Laravel installer, to install Laravel.</p> -</blockquote> - -<p>For more about the Laravel installation click <a href="https://laravel.com/docs/master#installing-laravel">here</a>.</p> - -<p>3 - Edit <code>docker-compose.yml</code> to Map the new application path:</p> - -<p>By default, Laradock assumes the Laravel application is living in the parent directory of the laradock folder.</p> - -<p>Since the new Laravel application is in the <code>my-cool-app</code> folder, we need to replace <code>../:/var/www</code> with <code>../my-cool-app/:/var/www</code>, as follow:</p> - -<pre><code class="language-yaml"> application: - image: tianon/true - volumes: - - ../my-cool-app/:/var/www - ... -</code></pre> - -<p>4 - Go to that folder and start working..</p> - -<pre><code class="language-bash">cd my-cool-app -</code></pre> - -<p>5 - Go back to the Laradock installation steps to see how to edit the <code>.env</code> file.</p> - -<p><br> -<a name="Run-Artisan-Commands"></a></p> - -<h2 id="run-artisan-commands">Run Artisan Commands</h2> - -<p>You can run artisan commands and many other Terminal commands from the Workspace container.</p> - -<p>1 - Make sure you have the workspace container running.</p> - -<pre><code class="language-bash">docker-compose up -d workspace // ..and all your other containers -</code></pre> - -<p>2 - Find the Workspace container name:</p> - -<pre><code class="language-bash">docker-compose ps -</code></pre> - -<p>3 - Enter the Workspace container:</p> - -<pre><code class="language-bash">docker-compose exec workspace bash -</code></pre> - -<p>Add <code>--user=laradock</code> (example <code>docker-compose exec --user=laradock workspace bash</code>) to have files created as your host&rsquo;s user.</p> - -<p>4 - Run anything you want :)</p> - -<pre><code class="language-bash">php artisan -</code></pre> - -<pre><code class="language-bash">Composer update -</code></pre> - -<pre><code class="language-bash">phpunit -</code></pre> - -<p><br> -<a name="Run-Laravel-Queue-Worker"></a></p> - -<h2 id="run-laravel-queue-worker">Run Laravel Queue Worker</h2> - -<p>1 - First add <code>php-worker</code> container. It will be similar as like PHP-FPM Container. -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) add a new service container by simply copy-paste this section below PHP-FPM container</p> - -<pre><code class="language-yaml"> php-worker: - build: - context: ./php-fpm - dockerfile: Dockerfile-70 # or Dockerfile-56, choose your PHP-FPM container setting - volumes_from: - - applications - command: php artisan queue:work -</code></pre> - -<p>2 - Start everything up</p> - -<pre><code class="language-bash">docker-compose up -d php-worker -</code></pre> - -<p><br> -<a name="Use-Redis"></a></p> - -<h2 id="use-redis">Use Redis</h2> - -<p>1 - First make sure you run the Redis Container (<code>redis</code>) with the <code>docker-compose up</code> command.</p> - -<pre><code class="language-bash">docker-compose up -d redis -</code></pre> - -<p>2 - Open your Laravel&rsquo;s <code>.env</code> file and set the <code>REDIS_HOST</code> to <code>redis</code></p> - -<pre><code class="language-env">REDIS_HOST=redis -</code></pre> - -<p>If you don&rsquo;t find the <code>REDIS_HOST</code> variable in your <code>.env</code> file. Go to the database configuration file <code>config/database.php</code> and replace the default <code>127.0.0.1</code> IP with <code>redis</code> for Redis like this:</p> - -<pre><code class="language-php">'redis' =&gt; [ - 'cluster' =&gt; false, - 'default' =&gt; [ - 'host' =&gt; 'redis', - 'port' =&gt; 6379, - 'database' =&gt; 0, - ], -], -</code></pre> - -<p>3 - To enable Redis Caching and/or for Sessions Management. Also from the <code>.env</code> file set <code>CACHE_DRIVER</code> and <code>SESSION_DRIVER</code> to <code>redis</code> instead of the default <code>file</code>.</p> - -<pre><code class="language-env">CACHE_DRIVER=redis -SESSION_DRIVER=redis -</code></pre> - -<p>4 - Finally make sure you have the <code>predis/predis</code> package <code>(~1.0)</code> installed via Composer:</p> - -<pre><code class="language-bash">composer require predis/predis:^1.0 -</code></pre> - -<p>5 - You can manually test it from Laravel with this code:</p> - -<pre><code class="language-php">\Cache::store('redis')-&gt;put('Laradock', 'Awesome', 10); -</code></pre> - -<p><br> -<a name="Use-Mongo"></a></p> - -<h2 id="use-mongo">Use Mongo</h2> - -<p>1 - First install <code>mongo</code> in the Workspace and the PHP-FPM Containers: -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) search for the <code>INSTALL_MONGO</code> argument under the Workspace Container -<br> -c) set it to <code>true</code> -<br> -d) search for the <code>INSTALL_MONGO</code> argument under the PHP-FPM Container -<br> -e) set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_MONGO=true - ... - php-fpm: - build: - context: ./php-fpm - args: - - INSTALL_MONGO=true - ... -</code></pre> - -<p>2 - Re-build the containers <code>docker-compose build workspace php-fpm</code></p> - -<p>3 - Run the MongoDB Container (<code>mongo</code>) with the <code>docker-compose up</code> command.</p> - -<pre><code class="language-bash">docker-compose up -d mongo -</code></pre> - -<p>4 - Add the MongoDB configurations to the <code>config/database.php</code> configuration file:</p> - -<pre><code class="language-php">'connections' =&gt; [ - - 'mongodb' =&gt; [ - 'driver' =&gt; 'mongodb', - 'host' =&gt; env('DB_HOST', 'localhost'), - 'port' =&gt; env('DB_PORT', 27017), - 'database' =&gt; env('DB_DATABASE', 'database'), - 'username' =&gt; '', - 'password' =&gt; '', - 'options' =&gt; [ - 'database' =&gt; '', - ] - ], - - // ... - -], -</code></pre> - -<p>5 - Open your Laravel&rsquo;s <code>.env</code> file and update the following variables:</p> - -<ul> -<li>set the <code>DB_HOST</code> to your <code>mongo</code>.</li> -<li>set the <code>DB_PORT</code> to <code>27017</code>.</li> -<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li> -</ul> - -<p>6 - Finally make sure you have the <code>jenssegers/mongodb</code> package installed via Composer and its Service Provider is added.</p> - -<pre><code class="language-bash">composer require jenssegers/mongodb -</code></pre> - -<p>More details about this <a href="https://github.com/jenssegers/laravel-mongodb#installation">here</a>.</p> - -<p>7 - Test it:</p> - -<ul> -<li>First let your Models extend from the Mongo Eloquent Model. Check the <a href="https://github.com/jenssegers/laravel-mongodb#eloquent">documentation</a>.</li> -<li>Enter the Workspace Container.</li> -<li>Migrate the Database <code>php artisan migrate</code>.</li> -</ul> - -<p><br> -<a name="Use-phpMyAdmin"></a></p> - -<h2 id="use-phpmyadmin">Use PhpMyAdmin</h2> - -<p>1 - Run the phpMyAdmin Container (<code>phpmyadmin</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash"># use with mysql -docker-compose up -d mysql phpmyadmin - -# use with mariadb -docker-compose up -d mariadb phpmyadmin -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>8080</strong>: <code>http://localhost:8080</code></p> - -<p><br> -<a name="Use-Adminer"></a></p> - -<h2 id="use-adminer">Use Adminer</h2> - -<p>1 - Run the Adminer Container (<code>adminer</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d adminer -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>8080</strong>: <code>http://localhost:8080</code></p> - -<p><br> -<a name="Use-pgAdmin"></a></p> - -<h2 id="use-pgadmin">Use PgAdmin</h2> - -<p>1 - Run the pgAdmin Container (<code>pgadmin</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d postgres pgadmin -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>5050</strong>: <code>http://localhost:5050</code></p> - -<p><br> -<a name="Use-Beanstalkd"></a></p> - -<h2 id="use-beanstalkd">Use Beanstalkd</h2> - -<p>1 - Run the Beanstalkd Container:</p> - -<pre><code class="language-bash">docker-compose up -d beanstalkd -</code></pre> - -<p>2 - Configure Laravel to connect to that container by editing the <code>config/queue.php</code> config file.</p> - -<p>a. first set <code>beanstalkd</code> as default queue driver -b. set the queue host to beanstalkd : <code>QUEUE_HOST=beanstalkd</code></p> - -<p><em>beanstalkd is now available on default port <code>11300</code>.</em></p> - -<p>3 - Require the dependency package <a href="https://github.com/pda/pheanstalk">pda/pheanstalk</a> using composer.</p> - -<p>Optionally you can use the Beanstalkd Console Container to manage your Queues from a web interface.</p> - -<p>1 - Run the Beanstalkd Console Container:</p> - -<pre><code class="language-bash">docker-compose up -d beanstalkd-console -</code></pre> - -<p>2 - Open your browser and visit <code>http://localhost:2080/</code></p> - -<p>3 - Add the server</p> - -<ul> -<li>Host: beanstalkd</li> -<li>Port: 11300</li> -</ul> - -<p>4 - Done.</p> - -<p><br> -<a name="Use-ElasticSearch"></a></p> - -<h2 id="use-elasticsearch">Use ElasticSearch</h2> - -<p>1 - Run the ElasticSearch Container (<code>elasticsearch</code>) with the <code>docker-compose up</code> command:</p> - -<pre><code class="language-bash">docker-compose up -d elasticsearch -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>9200</strong>: <code>http://localhost:9200</code></p> - -<h3 id="install-elasticsearch-plugin">Install ElasticSearch Plugin</h3> - -<p>1 - Install the ElasticSearch plugin like <a href="https://www.elastic.co/guide/en/elasticsearch/plugins/current/plugins-delete-by-query.html">delete-by-query</a>.</p> - -<pre><code class="language-bash">docker exec {container-name} /usr/share/elasticsearch/bin/plugin install delete-by-query -</code></pre> - -<p>2 - Restart elasticsearch container</p> - -<pre><code class="language-bash">docker restart {container-name} -</code></pre> - -<p><br> -<a name="Use-Selenium"></a></p> - -<h2 id="use-selenium">Use Selenium</h2> - -<p>1 - Run the Selenium Container (<code>selenium</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d selenium -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>4444</strong> at the following URL: <code>http://localhost:4444/wd/hub</code></p> - -<p><br> -<a name="Use-RethinkDB"></a></p> - -<h2 id="use-rethinkdb">Use RethinkDB</h2> - -<p>The RethinkDB is an open-source Database for Real-time Web (<a href="https://rethinkdb.com/">RethinkDB</a>). -A package (<a href="https://github.com/duxet/laravel-rethinkdb">Laravel RethinkDB</a>) is being developed and was released a version for Laravel 5.2 (experimental).</p> - -<p>1 - Run the RethinkDB Container (<code>rethinkdb</code>) with the <code>docker-compose up</code> command.</p> - -<pre><code class="language-bash">docker-compose up -d rethinkdb -</code></pre> - -<p>2 - Access the RethinkDB Administration Console <a href="http://localhost:8090/#tables">http://localhost:8090/#tables</a> for create a database called <code>database</code>.</p> - -<p>3 - Add the RethinkDB configurations to the <code>config/database.php</code> configuration file:</p> - -<pre><code class="language-php">'connections' =&gt; [ - - 'rethinkdb' =&gt; [ - 'name' =&gt; 'rethinkdb', - 'driver' =&gt; 'rethinkdb', - 'host' =&gt; env('DB_HOST', 'rethinkdb'), - 'port' =&gt; env('DB_PORT', 28015), - 'database' =&gt; env('DB_DATABASE', 'test'), - ] - - // ... - -], -</code></pre> - -<p>4 - Open your Laravel&rsquo;s <code>.env</code> file and update the following variables:</p> - -<ul> -<li>set the <code>DB_CONNECTION</code> to your <code>rethinkdb</code>.</li> -<li>set the <code>DB_HOST</code> to <code>rethinkdb</code>.</li> -<li>set the <code>DB_PORT</code> to <code>28015</code>.</li> -<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li> -</ul> - -<p><br> -<a name="Use-Minio"></a></p> - -<h2 id="use-minio">Use Minio</h2> - -<p>1 - Configure Minio: - - On the workspace container, change <code>INSTALL_MC</code> to true to get the client - - Set <code>MINIO_ACCESS_KEY</code> and <code>MINIO_ACCESS_SECRET</code> if you wish to set proper keys</p> - -<p>2 - Run the Minio Container (<code>minio</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d minio -</code></pre> - -<p>3 - Open your browser and visit the localhost on port <strong>9000</strong> at the following URL: <code>http://localhost:9000</code></p> - -<p>4 - Create a bucket either through the webui or using the mc client:</p> - -<pre><code class="language-bash"> mc mb minio/bucket -</code></pre> - -<p>5 - When configuring your other clients use the following details:</p> - -<pre><code> S3_HOST=http://minio - S3_KEY=access - S3_SECRET=secretkey - S3_REGION=us-east-1 - S3_BUCKET=bucket -</code></pre> - -<p><br> -<a name="CodeIgniter"></a></p> - -<p><br> -<a name="Install-CodeIgniter"></a></p> - -<h2 id="install-codeigniter">Install CodeIgniter</h2> - -<p>To install CodeIgniter 3 on Laradock all you have to do is the following simple steps:</p> - -<p>1 - Open the <code>docker-compose.yml</code> file.</p> - -<p>2 - Change <code>CODEIGNITER=false</code> to <code>CODEIGNITER=true</code>.</p> - -<p>3 - Re-build your PHP-FPM Container <code>docker-compose build php-fpm</code>.</p> - -<p><br> -<a name="Misc"></a></p> - -<h2 id="miscellaneous">Miscellaneous</h2> - -<p><br> -<a name="Change-the-timezone"></a></p> - -<h2 id="change-the-timezone">Change the timezone</h2> - -<p>To change the timezone for the <code>workspace</code> container, modify the <code>TZ</code> build argument in the Docker Compose file to one in the <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones">TZ database</a>.</p> - -<p>For example, if I want the timezone to be <code>New York</code>:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - TZ=America/New_York - ... -</code></pre> - -<p>We also recommend <a href="http://www.camroncade.com/managing-timezones-with-laravel/">setting the timezone in Laravel</a>.</p> - -<p><br> -<a name="CronJobs"></a></p> - -<h2 id="adding-cron-jobs">Adding cron jobs</h2> - -<p>You can add your cron jobs to <code>workspace/crontab/root</code> after the <code>php artisan</code> line.</p> - -<pre><code>* * * * * php /var/www/artisan schedule:run &gt;&gt; /dev/null 2&gt;&amp;1 - -# Custom cron -* * * * * root echo &quot;Every Minute&quot; &gt; /var/log/cron.log 2&gt;&amp;1 -</code></pre> - -<p>Make sure you <a href="#Change-the-timezone">change the timezone</a> if you don&rsquo;t want to use the default (UTC).</p> - -<p><br> -<a name="Workspace-ssh"></a></p> - -<h2 id="access-workspace-via-ssh">Access workspace via ssh</h2> - -<p>You can access the <code>workspace</code> container through <code>localhost:2222</code> by setting the <code>INSTALL_WORKSPACE_SSH</code> build argument to <code>true</code>.</p> - -<p>To change the default forwarded port for ssh:</p> - -<pre><code class="language-yml"> workspace: - ports: - - &quot;2222:22&quot; # Edit this line - ... -</code></pre> - -<p><br> -<a name="MySQL-access-from-host"></a></p> - -<h2 id="mysql-access-from-host">MySQL access from host</h2> - -<p>You can forward the MySQL/MariaDB port to your host by making sure these lines are added to the <code>mysql</code> or <code>mariadb</code> section of the <code>docker-compose.yml</code> or in your <a href="https://docs.docker.com/compose/extends/">environment specific Compose</a> file.</p> - -<pre><code>ports: - - &quot;3306:3306&quot; -</code></pre> - -<p><br> -<a name="MySQL-root-access"></a></p> - -<h2 id="mysql-root-access">MySQL root access</h2> - -<p>The default username and password for the root MySQL user are <code>root</code> and <code>root</code>.</p> - -<p>1 - Enter the MySQL container: <code>docker-compose exec mysql bash</code>.</p> - -<p>2 - Enter mysql: <code>mysql -uroot -proot</code> for non root access use <code>mysql -uhomestead -psecret</code>.</p> - -<p>3 - See all users: <code>SELECT User FROM mysql.user;</code></p> - -<p>4 - Run any commands <code>show databases</code>, <code>show tables</code>, <code>select * from.....</code>.</p> - -<p><br> -<a name="Change-MySQL-port"></a></p> - -<h2 id="change-mysql-port">Change MySQL port</h2> - -<p>Modify the <code>mysql/my.cnf</code> file to set your port number, <code>1234</code> is used as an example.</p> - -<pre><code>[mysqld] -port=1234 -</code></pre> - -<p>If you need <a href="#MySQL-access-from-host">MySQL access from your host</a>, do not forget to change the internal port number (<code>&quot;3306:3306&quot;</code> -&gt; <code>&quot;3306:1234&quot;</code>) in the docker-compose configuration file.</p> - -<p><br> -<a name="Use-custom-Domain"></a></p> - -<h2 id="use-custom-domain-instead-of-the-docker-ip">Use custom Domain (instead of the Docker IP)</h2> - -<p>Assuming your custom domain is <code>laravel.dev</code></p> - -<p>1 - Open your <code>/etc/hosts</code> file and map your localhost address <code>127.0.0.1</code> to the <code>laravel.dev</code> domain, by adding the following:</p> - -<pre><code class="language-bash">127.0.0.1 laravel.dev -</code></pre> - -<p>2 - Open your browser and visit <code>{http://laravel.dev}</code></p> - -<p>Optionally you can define the server name in the NGINX configuration file, like this:</p> - -<pre><code class="language-conf">server_name laravel.dev; -</code></pre> - -<p><br> -<a name="Enable-Global-Composer-Build-Install"></a></p> - -<h2 id="enable-global-composer-build-install">Enable Global Composer Build Install</h2> - -<p>Enabling Global Composer Install during the build for the container allows you to get your composer requirements installed and available in the container after the build is done.</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>COMPOSER_GLOBAL_INSTALL</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - COMPOSER_GLOBAL_INSTALL=true - ... -</code></pre> - -<p>3 - Now add your dependencies to <code>workspace/composer.json</code></p> - -<p>4 - Re-build the Workspace Container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Prestissimo"></a></p> - -<h2 id="install-prestissimo">Install Prestissimo</h2> - -<p><a href="https://github.com/hirak/prestissimo">Prestissimo</a> is a plugin for composer which enables parallel install functionality.</p> - -<p>1 - Enable Running Global Composer Install during the Build:</p> - -<p>Click on this <a href="#Enable-Global-Composer-Build-Install">Enable Global Composer Build Install</a> and do steps 1 and 2 only then continue here.</p> - -<p>2 - Add prestissimo as requirement in Composer:</p> - -<p>a - Now open the <code>workspace/composer.json</code> file</p> - -<p>b - Add <code>&quot;hirak/prestissimo&quot;: &quot;^0.3&quot;</code> as requirement</p> - -<p>c - Re-build the Workspace Container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Node"></a></p> - -<h2 id="install-node-nvm">Install Node + NVM</h2> - -<p>To install NVM and NodeJS in the Workspace container</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>INSTALL_NODE</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_NODE=true - ... -</code></pre> - -<p>3 - Re-build the container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Yarn"></a></p> - -<h2 id="install-node-yarn">Install Node + YARN</h2> - -<p>Yarn is a new package manager for JavaScript. It is so faster than npm, which you can find <a href="http://yarnpkg.com/en/compare">here</a>.To install NodeJS and <a href="https://yarnpkg.com/">Yarn</a> in the Workspace container:</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>INSTALL_NODE</code> and <code>INSTALL_YARN</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_NODE=true - - INSTALL_YARN=true - ... -</code></pre> - -<p>3 - Re-build the container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Linuxbrew"></a></p> - -<h2 id="install-linuxbrew">Install Linuxbrew</h2> - -<p>Linuxbrew is a package manager for Linux. It is the Linux version of MacOS Homebrew and can be found <a href="http://linuxbrew.sh">here</a>. To install Linuxbrew in the Workspace container:</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>INSTALL_LINUXBREW</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_LINUXBREW=true - ... -</code></pre> - -<p>3 - Re-build the container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Common-Aliases"></a> -<br></p> - -<h2 id="common-terminal-aliases">Common Terminal Aliases</h2> - -<p>When you start your docker container, Laradock will copy the <code>aliases.sh</code> file located in the <code>laradock/workspace</code> directory and add sourcing to the container <code>~/.bashrc</code> file.</p> - -<p>You are free to modify the <code>aliases.sh</code> as you see fit, adding your own aliases (or function macros) to suit your requirements.</p> - -<p><br> -<a name="Install-Aerospike-Extension"></a></p> - -<h2 id="install-aerospike-extension">Install Aerospike extension</h2> - -<p>1 - First install <code>aerospike</code> in the Workspace and the PHP-FPM Containers: -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) search for the <code>INSTALL_AEROSPIKE_EXTENSION</code> argument under the Workspace Container -<br> -c) set it to <code>true</code> -<br> -d) search for the <code>INSTALL_AEROSPIKE_EXTENSION</code> argument under the PHP-FPM Container -<br> -e) set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_AEROSPIKE_EXTENSION=true - ... - php-fpm: - build: - context: ./php-fpm - args: - - INSTALL_AEROSPIKE_EXTENSION=true - ... -</code></pre> - -<p>2 - Re-build the containers <code>docker-compose build workspace php-fpm</code></p> - -<p><br> -<a name="Install-Laravel-Envoy"></a></p> - -<h2 id="install-laravel-envoy-envoy-task-runner">Install Laravel Envoy (Envoy Task Runner)</h2> - -<p>1 - Open the <code>docker-compose.yml</code> file -<br> -2 - Search for the <code>INSTALL_LARAVEL_ENVOY</code> argument under the Workspace Container -<br> -3 - Set it to <code>true</code> -<br></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_LARAVEL_ENVOY=true - ... -</code></pre> - -<p>4 - Re-build the containers <code>docker-compose build workspace</code></p> - -<p><a href="https://laravel.com/docs/5.3/envoy"><strong>Laravel Envoy Documentation Here</strong></a></p> - -<p><br> -<a name="phpstorm-debugging"></a></p> - -<h2 id="phpstorm-debugging-guide">PHPStorm Debugging Guide</h2> - -<p>Remote debug Laravel web and phpunit tests.</p> - -<p><a href="https://github.com/laradock/laradock/blob/master/_guides/phpstorm.md"><strong>Debugging Guide Here</strong></a></p> - -<p><br> -<a name="keep-tracking-Laradock"></a></p> - -<h2 id="keep-track-of-your-laradock-changes">Keep track of your Laradock changes</h2> - -<ol> -<li>Fork the Laradock repository.</li> -<li>Use that fork as a submodule.</li> -<li>Commit all your changes to your fork.</li> -<li>Pull new stuff from the main repository from time to time.</li> -</ol> - -<p><br> -<a name="upgrading-laradock"></a></p> - -<h2 id="upgrading-laradock">Upgrading Laradock</h2> - -<p>Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requires upgrading Laradock from v3.* to v4.*:</p> - -<ol> -<li>Stop the docker VM <code>docker-machine stop {default}</code></li> -<li>Install Docker for <a href="https://docs.docker.com/docker-for-mac/">Mac</a> or <a href="https://docs.docker.com/docker-for-windows/">Windows</a>.</li> -<li>Upgrade Laradock to <code>v4.*.*</code> (<code>git pull origin master</code>)</li> -<li>Use Laradock as you used to do: <code>docker-compose up -d nginx mysql</code>.</li> -</ol> - -<p><strong>Note:</strong> If you face any problem with the last step above: rebuild all your containers -<code>docker-compose build --no-cache</code> -&ldquo;Warning Containers Data might be lost!&rdquo;</p> - -<p><br> -<a name="Speed-MacOS"></a></p> - -<h2 id="improve-speed-on-macos">Improve speed on MacOS</h2> - -<p>Sharing code into Docker containers with osxfs have very poor performance compared to Linux. Likely there are some workarounds:</p> - -<h3 id="workaround-a-using-dinghy">Workaround A: using dinghy</h3> - -<p><a href="https://github.com/codekitchen/dinghy">Dinghy</a> creates its own VM using docker-machine, it will not modify your existing docker-machine VMs.</p> - -<p>Quick Setup giude, (we recommend you check their docs)</p> - -<p>1) <code>brew tap codekitchen/dinghy</code></p> - -<p>2) <code>brew install dinghy</code></p> - -<p>3) <code>dinghy create --provider virtualbox</code> (must have virtualbox installed, but they support other providers if you prefer)</p> - -<p>4) after the above command is done it will display some env variables, copy them to the bash profile or zsh or.. (this will instruct docker to use the server running inside the VM)</p> - -<p>5) <code>docker-compose up ...</code></p> - -<h3 id="workaround-b-using-d4m-nfs">Workaround B: using d4m-nfs</h3> - -<p><a href="https://github.com/IFSight/d4m-nfs">D4m-nfs</a> automatically mount NFS volume instead of osxfs one.</p> - -<p>1) Update the Docker [File Sharing] preferences:</p> - -<p>Click on the Docker Icon &gt; Preferences &gt; (remove everything form the list except <code>/tmp</code>).</p> - -<p>2) Restart Docker.</p> - -<p>3) Clone the <a href="https://github.com/IFSight/d4m-nfs">d4m-nfs</a> repository to your <code>home</code> directory.</p> - -<pre><code class="language-bash">git clone https://github.com/IFSight/d4m-nfs ~/d4m-nfs -</code></pre> - -<p>4) Create (or edit) the file <code>~/d4m-nfs/etc/d4m-nfs-mounts.txt</code>, and write the follwing configuration in it:</p> - -<pre><code class="language-txt">/Users:/Users -</code></pre> - -<p>5) Create (or edit) the file <code>/etc/exports</code>, make sure it exists and is empty. (There may be collisions if you come from Vagrant or if you already executed the <code>d4m-nfs.sh</code> script before).</p> - -<p>6) Run the <code>d4m-nfs.sh</code> script (might need Sudo):</p> - -<pre><code class="language-bash">~/d4m-nfs/d4m-nfs.sh -</code></pre> - -<p>That&rsquo;s it! Run your containers.. Example:</p> - -<pre><code class="language-bash">docker-compose up ... -</code></pre> - -<p><em>Note: If you faced any errors, try restarting Docker, and make sure you have no spaces in the <code>d4m-nfs-mounts.txt</code> file, and your <code>/etc/exports</code> file is clear.</em></p> - -<h3 id="other-good-workarounds">Other good workarounds:</h3> - -<ul> -<li><a href="https://github.com/EugenMayer/docker-sync">docker-sync</a></li> -<li>Add more here..</li> -</ul> - -<p>More details about this issue <a href="https://github.com/docker/for-mac/issues/77">here</a>.</p> - -<p><br> -<a name="Common-Problems"></a></p> - -<h2 id="common-problems">Common Problems</h2> - -<p><em>Here&rsquo;s a list of the common problems you might face, and the possible solutions.</em></p> - -<p><br></p> - -<h2 id="i-see-a-blank-white-page-instead-of-the-laravel-welcome-page">I see a blank (white) page instead of the Laravel &lsquo;Welcome&rsquo; page!</h2> - -<p>Run the following command from the Laravel root directory:</p> - -<pre><code class="language-bash">sudo chmod -R 777 storage bootstrap/cache -</code></pre> - -<p><br></p> - -<h2 id="i-see-welcome-to-nginx-instead-of-the-laravel-app">I see &ldquo;Welcome to nginx&rdquo; instead of the Laravel App!</h2> - -<p>Use <code>http://127.0.0.1</code> instead of <code>http://localhost</code> in your browser.</p> - -<p><br></p> - -<h2 id="i-see-an-error-message-containing-address-already-in-use-or-port-is-already-allocated">I see an error message containing <code>address already in use</code> or <code>port is already allocated</code></h2> - -<p>Make sure the ports for the services that you are trying to run (22, 80, 443, 3306, etc.) are not being used already by other programs on the host, such as a built in <code>apache</code>/<code>httpd</code> service or other development tools you have installed.</p> - -<p><br></p> - -<h2 id="i-get-nginx-error-404-not-found-on-windows">I get NGINX error 404 Not Found on Windows.</h2> - -<ol> -<li>Go to docker Settings on your Windows machine.</li> -<li>Click on the <code>Shared Drives</code> tab and check the drive that contains your project files.</li> -<li>Enter your windows username and password.</li> -<li>Go to the <code>reset</code> tab and click restart docker.</li> -</ol> - -<p><br></p> - -<h2 id="the-time-in-my-services-does-not-match-the-current-time">The time in my services does not match the current time</h2> - -<ol> -<li>Make sure you&rsquo;ve <a href="#Change-the-timezone">changed the timezone</a>.</li> -<li>Stop and rebuild the containers (<code>docker-compose up -d --build &lt;services&gt;</code>)</li> -</ol> - -<p><br></p> - -<h2 id="i-get-mysql-connection-refused">I get MySQL connection refused</h2> - -<p>This error sometimes happens because your Laravel application isn&rsquo;t running on the container localhost IP (Which is 127.0.0.1). Steps to fix it:</p> - -<ul> -<li>Option A - -<ol> -<li>Check your running Laravel application IP by dumping <code>Request::ip()</code> variable using <code>dd(Request::ip())</code> anywhere on your application. The result is the IP of your Laravel container.</li> -<li>Change the <code>DB_HOST</code> variable on env with the IP that you received from previous step.</li> -</ol></li> -<li>Option B - -<ol> -<li>Change the <code>DB_HOST</code> value to the same name as the MySQL docker container. The Laradock docker-compose file currently has this as <code>mysql</code></li> -</ol></li> -</ul> - - - - - diff --git a/docs/fonts/icon.eot b/docs/fonts/icon.eot deleted file mode 100755 index 8f81638c2de436e1b5cc77b6a2693b2b347a0151..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2224 zcmaJDYiN^K^qhP1ZcHEMVbZM4%Vs7uwoQ|)E~(XOx7OBXnq))T&RAn>*Cw^Cqp}}H zWH6912NR|+2m5JcjIkeMjv=!Q9249yfx%!u#)^-T>W{&MHQBjeBBo>Pe4KmF^E>CB z@7#O8&r|?g2oV@;1cVDHB*W2-a$#G6b3^#>-#P#loPbHlK$=uKI0z}2f>SUHNmw9> z5fUU>fJL$rHa6%4A9RqW){j^bqzea^bdbuq5*;Zk-LE^Cdn?+_Wk$3IeMJy!S`Wh)UMyN+J zdS?0mGDhF6kI!%~<+qJq>2&vEpxeis4jnV-TbREq7%~}5A-CPp7U&N8yNm|C!pSZ= z>RMgx`%^o6Qv2I!?&%)eT36VWFT?1`lcUl3`6$Mm(PLi)Z77M4~2lu_KixyTMMWFbEgdpD<-HjI^xqTD%xRVN3f% z27EufM7BCq_F{-eA6ANNH2Jt&hXy?n=(b9Pj&yDA7Bp1}?(gblf$p{dxyryAvDrJc zt^F=*bbI@7kDasKZ>5j8H`V(+mJUPmWnFWsN4v+*4sUM2nLSNzr@QTW$GB0}ROgND*=9A% zw1)nnmfd#y?v|l`gH~p?ZtFkf)fup1^YGd6?&$gJGyIAekox zZ*nZ1`&86Qhw@P=Z(>&x;ARp0>8hS~9}KyeD>li(=rCx4^e?QEnx+3`oEyA6+GNZnmZ#7YHL z5IITs5QomaULXEb^rwKI?mhVE*tF(gTJylu*7C253QKlw|iZm6P z(d9W@r8&tvtF(;hi7G9p>(o@G6(o;TX$^Ek_QYf+{q!nMq!t!WWYV@yU&nvnzqQ7- z^ug5BsoCVh#%sLRU?7uTvQ4GZsfFZH>X_~5Y1`mrW+anI`(Qx2;FrKgKL9DZ>czF6 gge97fk?bg(rg2dERTv>l@iX9~idJf0Tk{R{Kaui$V*mgE diff --git a/docs/fonts/icon.svg b/docs/fonts/icon.svg deleted file mode 100755 index 86250e7b..00000000 --- a/docs/fonts/icon.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/fonts/icon.ttf b/docs/fonts/icon.ttf deleted file mode 100755 index b5ab5601bed7765790037c721c2ee1c7d444a7a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2072 zcmaJ>ZD^ZS6h7zPd^bx!mX9TkZNApHq|4go%g&_h)~(vEUF()a8EswGW$kL4bZsXc z{#b?xf`|$Z+`tL`T!ufyAL2xYE5gLVlqDbt{t(MPB;9@p4s7DNZ{D%&kLTsw`<$

vJhI<5Xe z^&QFMB)b;UtBYWSqa?48?8v4UGUKsFzmfbg(%Sf&xy$DPi zbfnwchv86wxm^ZkGPbc`Pb6wFS)yL2t0NqW1bfUTqsq-LxEk6$od+|!dou?+Y3~h9 zY;P#-DOO?Z^y#tj#l>+<>OGUe-8Hl1=4scviv7i!dF-^PzW_;|q^3}((HZq>k@AFj za`SOHRw-aIR%U7}ZV;|qiIO54r&n>b%tw?$r;Xb*d)E+ zLNcE$rBZdZYot1yCMT7`AXeUd%+%!=(zRk6$#NWpFMS^h;0NI)@-?8k52LgOu-0U= zCBVG~G#Lq?*De7A**d&!XpsRA_VlrEs3T0F3b4l=&MtlXfX6<*vvZ`^$=Tkwvd6qz z8iPJtmnr?Sp|w$G)EeJ75P4^Ki&gI)c_r2P(eIxe!uGI<-PJcMj4@A(P2KKs_Ky0u zY-`}I-b1@A;pd_gcHE*z#F6Dju3&7>Vf1w|G`p?(`K!fQwLxu;wu}Bk^=rD%Wq6eY zc~C6oNH~UGRY!LKyE`J?ZP;y&M5){Wr@4s+Fxq9d^dSupt=(pox{WSsVA7_dyGQ%T zkLHfS+_m?{LzCx6wl?A1z80_B+wr_>(yVA{@F(`|uv-;+)4*`sUZ-@(rOxUz_){IXb+m(ESuc#BROaaae4B#(WznI{#M;k znD=Nk8f^~`59wO>`-Z2YR;7NICpfCtZB^K&&Rt51V#M4rnyDoB(|4iA;f>}+;x z5otP{++V0d0sZLTyuwn%euOGiis-N8X;i3RN$~RmPl`F;uH@0}4XCtm2B;alSGl#i zTDf&^@W;=v^QH}3D}UNqE(z!PfayTO(nue&J!2t7nh~I_*9l`!Y*`4VjnRT zN2H^_cpFT>oA54t4&T6Sd;!12+jyTTn2qcrYZJUi-4XPpI!TZh1AHOZh9ZTG8Fll3 zj5+Cd%2+}8sEn2L{p)3{B7Lunbzp;&lo1tL(rCz1!wd{CB4bYaZW${GPsvybX0XUu zMf$jmbr6F5sp(u6PQf(fAe+i8EuYF|9o>O0NI?dcV3|y000$i$fUbJydVDxDb7nrh z1cxbT2F}1dq+zMvVKA3nam-}0nWgkf=7i(;S;x?HZZwz624GN1utF(jC^{>pO~VT9 cCrEc3&eA$0)i+9>qL=`6wATCjoC1DrZ;vj6}9 diff --git a/docs/fonts/icon.woff b/docs/fonts/icon.woff deleted file mode 100755 index ed0f20d5b80ab98072f3557225b3333e01b78670..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2148 zcmaJ?U2M};6hG(Qeym;Bb)z4&t6RTVr5$BkzZkY-Fqm#^Y(iTNVUx0zjk&dB8w&A( z8e?KYjQT(#L^1J^5+8grk{BY32}Tk$w26s{CdP%2q=N?^NL=f=|NfEk;{E5G`#WF% zbMEQ+-@ZLQGz18=8fKtT+PBtZfuCRFM|SoCU;}B73uHeVHCj?Ez9{;wK zTUn*D_W$R{332`_ehf+gc8O7y@KJ5YhY&;!$@L2j^^(8?0P8LMM)d{^a3azm(bMIS zfRu%hoooWzi3=|~D5MA-b&3&2aI9i2uExtracIOW6c|0?H$$~W zZ9y!=*Vf_)tPsDs7NdhB6d}+3tSBZMy=t#;i_#gmKVB}!H#Q{BF2%~_Sb0P64eD(k z3OrBm<)9XEQD?aJn4IA}hfUH8DkSsCQYuwfJIy)O;WRm^6b7;K<`bqa$B>Q{+ent< zD0~4L6~GU|%jBy^bw5Ul2e8&;vn9a2dNdgcpw}(|J=r?F?P!q!5BB!6aHum(p$f3a z9nNlD$DqePv7>9W&&k=|ce2O5P0c}{t=p7-Mc>w}HEN7+9*Dd@(qz@SM_)~Kee(OK zhp;1TV)t|{3S-REYEyT3oPA^drmcrvRh&Z~^%oU97IgGw;hGw@_ zw{WdEr`D^@(GJmHsD4A|xdN||AP+eZdXI)&A~eej51Z$iVC(RU|96Bn+}^DBZUFQ1>X@m8%S;;ip%T zC`Qa3qnS!_KYb@^(9x;gEzTCV29c)2$^C^Y6wr_U&8sX$|R8 z@T8dYZAu>9)`&_AXLP3y-LKp}d$w}>{?LzKVAm}hwpISJ-KyNBN%K)miDJY&YUw3m zx5+}J)FAUE5{XIzOY|hKUAvk}<+<;l66GmTOp2rQJq25wUUv)C$xc41+%-H(AWe5A zm8g_hNz^3KLmYYUjpo?jVm`(C<=%tOpY8ImEbel;MWjV>(tSr4mRQ8ao9dULW~r$} z7|D5}0$p)g+KbO*$tLVVmn8BLQE{}iV1#!1Z+QzofG^=&xP!a!YrKOGn1b2JF0vZn zb?S~-Ppgvznd#vxxi%CjWX!0W2V~4izeC0f!bfGSr0-uRV-@N9WUK`noTQAX(2%Bq zEH%tP52G^Xr0R1(LwEqj{ug`Uae@E< diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html deleted file mode 100644 index 51c198c4..00000000 --- a/docs/getting-started/index.html +++ /dev/null @@ -1,695 +0,0 @@ - - - - - - - - - - - - Getting Started - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-
-
- - - - - -
- - -
- -
-
- - -
- -
-
-

Getting Started

- - - -

Requirements

- - - -

Installation

- -

Choose the setup the best suits your needs.

- - - -

- -

A) Setup for Single Project

- -
-

(Follow these steps if you want a separate Docker environment for each project)

-
- -

- -

A.1) Already have a PHP project:

- -

1 - Clone laradock on your project root directory:

- -
git submodule add https://github.com/Laradock/laradock.git
-
- -

Notes:

- -
    -
  • If you are not using Git yet for your project, you can use git clone instead of git submodule.

  • - -
  • Note 2: To keep track of your Laradock changes, between your projects and also keep Laradock updated. Check this

  • -
- -

Your folder structure should look like this:

- -
+ project-a
-	+ laradock-a
-+ project-b
-	+ laradock-b
-
- -

(It’s important to rename the folders differently in each project.)

- -
-

Now jump to the Usage section.

-
- -

- -

A.2) Don’t have a PHP project yet:

- -

1 - Clone this repository anywhere on your machine:

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

Your folder structure should look like this:

- -
+ laradock
-+ project-z
-
- -

2 - Edit your web server sites configuration.

- -

In case of NGINX: open nginx/sites/default.conf and change the root from /var/www/public to /var/www/{my-project-folder-name}/public.

- -

Or you can keep default.conf as it is, and create a separate config my-site.conf file for it.

- -

In case of Apache: :P

- -


- -
-

Now jump to the Usage section.

-
- -

- -

B) Setup for Multiple Projects:

- -
-

(Follow these steps if you want a single Docker environment for all your project)

-
- -

1 - Clone this repository anywhere on your machine (similar to Steps A.2. from above):

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

Your folder structure should look like this:

- -
+ laradock
-+ project-1
-+ project-2
-
- -

2 - Go to nginx/sites and create config files to point to different project directory when visiting different domains.

- -

Laradock by default includes project-1.conf and project-2.conf as working samples.

- -

3 - change the default names project-n:

- -

You can rename the config files, project folders and domains as you like, just make sure the root in the config files, is pointing to the correct project folder name.

- -

4 - Add the domains to the hosts files.

- -
127.0.0.1  project-1.dev
-127.0.0.1  project-2.dev
-
- -
-

Now jump to the Usage section.

-
- -

- -

Usage

- -

Read Before starting:

- -

If you are using Docker Toolbox (VM), do one of the following:

- - - -


- -
-

Warning: If you used an older version of Laradock it’s highly recommended to rebuild the containers you need to use see how you rebuild a container in order to prevent as much errors as possible.

-
- -


- -

1 - Enter the laradock folder and rename env-example to .env

- -
cp env-example .env
-
- -

You can edit the .env file to chose which software’s you want to be installed in your environment. You can always refer to the docker-compose.yml file to see how those variables are been used.

- -

2 - Build the enviroment and run it using docker-compose

- -

In this example we’ll see how to run NGINX (web server) and MySQL (database engine) to host a PHP Web Scripts:

- -
docker-compose up -d nginx mysql
-
- -

Note: The workspace and php-fpm will run automatically in most of the cases, so no need to specify them in the up command. If you couldn’t find them running then you need specify them as follow: docker-compose up -d nginx php-fpm mysql workspace.

- -

You can select your own combination of containers form this list.

- -

(Please note that sometimes we forget to update the docs, so check the docker-compose.yml file to see an updated list of all available containers).

- -


-3 - Enter the Workspace container, to execute commands like (Artisan, Composer, PHPUnit, Gulp, …)

- -
docker-compose exec workspace bash
-
- -

Alternatively, for Windows PowerShell users: execute the following command to enter any running container:

- -
docker exec -it {workspace-container-id} bash
-
- -

Note: You can add --user=laradock to have files created as your host’s user. Example:

- -
docker-compose exec --user=laradock workspace bash
-
- -

You can change the PUID (User id) and PGID (group id) variables from the .env file)

- -


-4 - Update your project configurations to use the database host

- -

Open your PHP project’s .env file or whichever configuration file you are reading from, and set the database host DB_HOST to mysql:

- -
DB_HOST=mysql
-
- -

If you want to install Laravel as PHP project, see How to Install Laravel in a Docker Container.

- -


-5 - Open your browser and visit your localhost address http://localhost/. If you followed the multiple projects setup, you can visit http://project-1.dev/ and http://project-2.dev/. But first don’t

- - - - - -
-
- -
-
-
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - diff --git a/docs/getting-started/index.xml b/docs/getting-started/index.xml deleted file mode 100644 index ade36fd4..00000000 --- a/docs/getting-started/index.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - Getting-starteds on Laradock - http://laradock.io/getting-started/index.xml - Recent content in Getting-starteds on Laradock - Hugo -- gohugo.io - en-us - - - - Getting Started - http://laradock.io/getting-started/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/getting-started/ - - -<h2 id="requirements">Requirements</h2> - -<ul> -<li><a href="https://git-scm.com/downloads">Git</a></li> -<li><a href="https://www.docker.com/products/docker/">Docker</a> <code>&gt;= 1.12</code></li> -</ul> - -<h2 id="installation">Installation</h2> - -<p>Choose the setup the best suits your needs.</p> - -<ul> -<li><a href="#A">A) Setup for Single Project</a> - -<ul> -<li><a href="#A1">A.1) Already have a PHP project</a></li> -<li><a href="#A2">A.2) Don&rsquo;t have a PHP project yet</a></li> -</ul></li> -<li><a href="#B">B) Setup for Multiple Projects</a></li> -</ul> - -<p><a name="A"></a></p> - -<h3 id="a-setup-for-single-project">A) Setup for Single Project</h3> - -<blockquote> -<p>(Follow these steps if you want a separate Docker environment for each project)</p> -</blockquote> - -<p><a name="A1"></a></p> - -<h3 id="a-1-already-have-a-php-project">A.1) Already have a PHP project:</h3> - -<p>1 - Clone laradock on your project root directory:</p> - -<pre><code class="language-bash">git submodule add https://github.com/Laradock/laradock.git -</code></pre> - -<p><strong>Notes:</strong></p> - -<ul> -<li><p>If you are not using Git yet for your project, you can use <code>git clone</code> instead of <code>git submodule</code>.</p></li> - -<li><p>Note 2: To keep track of your Laradock changes, between your projects and also keep Laradock updated. <a href="http://laradock.io/documentation/#keep-track-of-your-laradock-changes">Check this</a></p></li> -</ul> - -<p>Your folder structure should look like this:</p> - -<pre><code>+ project-a - + laradock-a -+ project-b - + laradock-b -</code></pre> - -<p>(It&rsquo;s important to rename the folders differently in each project.)</p> - -<blockquote> -<p><strong>Now jump to the <a href="#Usage">Usage</a> section.</strong></p> -</blockquote> - -<p><a name="A2"></a></p> - -<h3 id="a-2-don-t-have-a-php-project-yet">A.2) Don&rsquo;t have a PHP project yet:</h3> - -<p>1 - Clone this repository anywhere on your machine:</p> - -<pre><code class="language-bash">git clone https://github.com/laradock/laradock.git -</code></pre> - -<p>Your folder structure should look like this:</p> - -<pre><code>+ laradock -+ project-z -</code></pre> - -<p>2 - Edit your web server sites configuration.</p> - -<p><strong>In case of NGINX:</strong> open <code>nginx/sites/default.conf</code> and change the <code>root</code> from <code>/var/www/public</code> to <code>/var/www/{my-project-folder-name}/public</code>.</p> - -<p><em>Or you can keep <code>default.conf</code> as it is, and create a separate config <code>my-site.conf</code> file for it.</em></p> - -<p><strong>In case of Apache:</strong> :P</p> - -<p><br></p> - -<blockquote> -<p><strong>Now jump to the <a href="#Usage">Usage</a> section.</strong></p> -</blockquote> - -<p><a name="B"></a></p> - -<h3 id="b-setup-for-multiple-projects">B) Setup for Multiple Projects:</h3> - -<blockquote> -<p>(Follow these steps if you want a single Docker environment for all your project)</p> -</blockquote> - -<p>1 - Clone this repository anywhere on your machine (similar to <a href="#A2">Steps A.2. from above</a>):</p> - -<pre><code class="language-bash">git clone https://github.com/laradock/laradock.git -</code></pre> - -<p>Your folder structure should look like this:</p> - -<pre><code>+ laradock -+ project-1 -+ project-2 -</code></pre> - -<p>2 - Go to <code>nginx/sites</code> and create config files to point to different project directory when visiting different domains.</p> - -<p>Laradock by default includes <code>project-1.conf</code> and <code>project-2.conf</code> as working samples.</p> - -<p>3 - change the default names <code>project-n</code>:</p> - -<p>You can rename the config files, project folders and domains as you like, just make sure the <code>root</code> in the config files, is pointing to the correct project folder name.</p> - -<p>4 - Add the domains to the <strong>hosts</strong> files.</p> - -<pre><code>127.0.0.1 project-1.dev -127.0.0.1 project-2.dev -</code></pre> - -<blockquote> -<p><strong>Now jump to the <a href="#Usage">Usage</a> section.</strong></p> -</blockquote> - -<p><a name="Usage"></a></p> - -<h2 id="usage">Usage</h2> - -<p><strong>Read Before starting:</strong></p> - -<p>If you are using <strong>Docker Toolbox</strong> (VM), do one of the following:</p> - -<ul> -<li>Upgrade to Docker <a href="https://www.docker.com/products/docker">Native</a> for Mac/Windows (Recommended). Check out <a href="http://laradock.io/documentation/#upgrading-laradock">Upgrading Laradock</a></li> -<li>Use Laradock v3.*. Visit the <a href="https://github.com/laradock/laradock/tree/Laradock-ToolBox">Laradock-ToolBox</a> branch. <em>(outdated)</em></li> -</ul> - -<p><br></p> - -<blockquote> -<p><strong>Warning:</strong> If you used an older version of Laradock it&rsquo;s highly recommended to rebuild the containers you need to use <a href="#Build-Re-build-Containers">see how you rebuild a container</a> in order to prevent as much errors as possible.</p> -</blockquote> - -<p><br></p> - -<p>1 - Enter the laradock folder and rename <code>env-example</code> to <code>.env</code></p> - -<pre><code class="language-shell">cp env-example .env -</code></pre> - -<p>You can edit the <code>.env</code> file to chose which software&rsquo;s you want to be installed in your environment. You can always refer to the <code>docker-compose.yml</code> file to see how those variables are been used.</p> - -<p>2 - Build the enviroment and run it using <code>docker-compose</code></p> - -<p>In this example we&rsquo;ll see how to run NGINX (web server) and MySQL (database engine) to host a PHP Web Scripts:</p> - -<pre><code class="language-bash">docker-compose up -d nginx mysql -</code></pre> - -<p><strong>Note</strong>: The <code>workspace</code> and <code>php-fpm</code> will run automatically in most of the cases, so no need to specify them in the <code>up</code> command. If you couldn&rsquo;t find them running then you need specify them as follow: <code>docker-compose up -d nginx php-fpm mysql workspace</code>.</p> - -<p>You can select your own combination of containers form <a href="http://laradock.io/introduction/#supported-software-images">this list</a>.</p> - -<p><em>(Please note that sometimes we forget to update the docs, so check the <code>docker-compose.yml</code> file to see an updated list of all available containers).</em></p> - -<p><br> -3 - Enter the Workspace container, to execute commands like (Artisan, Composer, PHPUnit, Gulp, &hellip;)</p> - -<pre><code class="language-bash">docker-compose exec workspace bash -</code></pre> - -<p><em>Alternatively, for Windows PowerShell users: execute the following command to enter any running container:</em></p> - -<pre><code class="language-bash">docker exec -it {workspace-container-id} bash -</code></pre> - -<p><strong>Note:</strong> You can add <code>--user=laradock</code> to have files created as your host&rsquo;s user. Example:</p> - -<pre><code class="language-shell">docker-compose exec --user=laradock workspace bash -</code></pre> - -<p><em>You can change the PUID (User id) and PGID (group id) variables from the <code>.env</code> file)</em></p> - -<p><br> -4 - Update your project configurations to use the database host</p> - -<p>Open your PHP project&rsquo;s <code>.env</code> file or whichever configuration file you are reading from, and set the database host <code>DB_HOST</code> to <code>mysql</code>:</p> - -<pre><code class="language-env">DB_HOST=mysql -</code></pre> - -<p><em>If you want to install Laravel as PHP project, see <a href="#Install-Laravel">How to Install Laravel in a Docker Container</a>.</em></p> - -<p><br> -5 - Open your browser and visit your localhost address <code>http://localhost/</code>. If you followed the multiple projects setup, you can visit <code>http://project-1.dev/</code> and <code>http://project-2.dev/</code>. But first don&rsquo;t</p> - - - - - diff --git a/docs/help/index.html b/docs/help/index.html deleted file mode 100644 index 65beb98f..00000000 --- a/docs/help/index.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - - - - - - - - Help & Questions - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - - - - -
- - -
- -
-
- - -
- - - -
-
-
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - diff --git a/docs/help/index.xml b/docs/help/index.xml deleted file mode 100644 index e3380084..00000000 --- a/docs/help/index.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Helps on Laradock - http://laradock.io/help/index.xml - Recent content in Helps on Laradock - Hugo -- gohugo.io - en-us - - - - Help & Questions - http://laradock.io/help/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/help/ - <p>Join the chat room on <a href="https://gitter.im/Laradock/laradock">Gitter</a> and get help and support from the community.</p> - -<p>You can as well can open an <a href="https://github.com/laradock/laradock/issues">issue</a> on Github (will be labeled as Question) and discuss it with people on <a href="https://gitter.im/Laradock/laradock">Gitter</a>.</p> - - - - - \ No newline at end of file diff --git a/docs/images/favicon.ico b/docs/images/favicon.ico deleted file mode 100644 index e85006a3ce1c6fd81faa6d5a13095519c4a6fc96..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1150 zcmd6lF-yZh9L1kl>(HSEK`2y^4yB6->f+$wD)=oNY!UheIt03Q=;qj=;8*Bap_4*& za8yAl;wmmx5Yyi^7dXN-WYdJ-{qNqpcez|5t#Fr0qTSYcPTG`I2PBk8r$~4kg^0zN zCJe(rhix3do!L$bZ+IuZ{i08x=JR3=e+M4pv0KsKA??{u_*EFfo|`p&t`Vf=jn{)F z1fKk9hWsmYwqWAP^JO*5u*R;*L&dX3H$%S7oB$f0{ISh{QVXuncnzN67WQH2`lip7 zhX+VI$6x$1+$8gMjh4+1l0N#8_0Fh=N#EwpKk{SeE!)SHFB@xQFX3y+8sF#_@!bDW eIdI-IC`$c%>bk?KbPeN9RHtL<1^)v~#xMt8oB^@` diff --git a/docs/images/logo.png b/docs/images/logo.png deleted file mode 100644 index e2d54a4427e7a0181836cf29fd0ecd7ca33d38be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145650 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

    %Ww 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 diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index a515354d..00000000 --- a/docs/index.html +++ /dev/null @@ -1,2938 +0,0 @@ - - - - - - - - - - - - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - -
    - - -
    - -
    -
    - - -
    - -
    -
    - -

    Introduction

    - - - -

    A full PHP development environment for Docker.

    - -

    Includes pre-packaged Docker Images, all pre-configured to provide a wonderful PHP development environment.

    - -

    Laradock is well known in the Laravel community, as the project started with single focus on running Laravel projects on Docker. Later and due to the large adoption from the PHP community, it started supporting other PHP projects like Symfony, CodeIgniter, WordPress, Drupal…

    - -

    - -

    Quick Overview

    - -

    Let’s see how easy it is to install NGINX, PHP, Composer, MySQL, Redis and Beanstalkd:

    - -

    1 - Clone Laradock inside your PHP project:

    - -
    git clone https://github.com/Laradock/laradock.git
    -
    - -

    2 - Enter the laradock folder and rename env-example to .env.

    - -
    cp env-example .env
    -
    - -

    3 - Run your containers:

    - -
    docker-compose up -d nginx mysql redis beanstalkd
    -
    - -

    4 - Open your project’s .env file and set the following:

    - -
    DB_HOST=mysql
    -REDIS_HOST=redis
    -QUEUE_HOST=beanstalkd
    -
    - -

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

    - -
    That's it! enjoy :)
    -
    - -

    - -

    Features

    - -
      -
    • 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 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.
    • -
    • Fast Images Builds.
    • -
    • More to come every week..
    • -
    - -

    - -

    Supported Software (Images)

    - -

    In adhering to the separation of concerns principle as promoted by Docker, Laradock runs each software on its own Container. -You can turn On/Off as many instances of as any container without worrying about the configurations, everything works like a charm.

    - -
      -
    • Database Engines: -MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.
    • -
    • Cache Engines: -Redis - Memcached - Aerospike
    • -
    • PHP Servers: -NGINX - Apache2 - Caddy
    • -
    • PHP Compilers: -PHP FPM - HHVM
    • -
    • Message Queuing: -Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker
    • -
    • Tools: -HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog…
    • -
    - -

    Laradock introduces the Workspace Image, as a development environment. -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.

    - -

    Workspace Image Tools -PHP CLI - Composer - Git - Linuxbrew - Node - V8JS - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn - SOAP - Drush…

    - -

    You can choose, which tools to install in your workspace container and other containers, from the .env file.

    - -
    -

    If you modify docker-compose.yml, .env or any dockerfile file, you must re-build your containers, to see those effects in the running instance.

    -
    - -

    If you can’t find your Software in the list, build it yourself and sumit it. Contributions are welcomed :)

    - -

    - -

    What is Docker?

    - -

    Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux, Mac OS and Windows.

    - -

    - -

    Why Docker not Vagrant!?

    - -

    Vagrant creates Virtual Machines in minutes while Docker creates Virtual Containers in seconds.

    - -

    Instead of providing a full Virtual Machines, like you get with Vagrant, Docker provides you lightweight Virtual Containers, that share the same kernel and allow to safely execute independent processes.

    - -

    In addition to the speed, Docker gives tons of features that cannot be achieved with Vagrant.

    - -

    Most importantly Docker can run on Development and on Production (same environment everywhere). While Vagrant is designed for Development only, (so you have to re-provision your server on Production every time).

    - -

    - -

    Demo Video

    - -

    What’s better than a Demo Video:

    - -
      -
    • Laradock v5.* (soon or never)
    • -
    • Laradock v4.*
    • -
    • Laradock v2.*
    • -
    • Laradock v0.3
    • -
    • Laradock v0.1
    • -
    - -

    - -

    Chat with us

    - -

    You are welcome to join our chat room on Gitter.

    - -

    Gitter

    - - -

    Getting Started

    - - - -

    Requirements

    - - - -

    Installation

    - -

    Choose the setup the best suits your needs.

    - - - -

    - -

    A) Setup for Single Project

    - -
    -

    (Follow these steps if you want a separate Docker environment for each project)

    -
    - -

    - -

    A.1) Already have a PHP project:

    - -

    1 - Clone laradock on your project root directory:

    - -
    git submodule add https://github.com/Laradock/laradock.git
    -
    - -

    Notes:

    - -
      -
    • If you are not using Git yet for your project, you can use git clone instead of git submodule.

    • - -
    • Note 2: To keep track of your Laradock changes, between your projects and also keep Laradock updated. Check this

    • -
    - -

    Your folder structure should look like this:

    - -
    + project-a
    -	+ laradock-a
    -+ project-b
    -	+ laradock-b
    -
    - -

    (It’s important to rename the folders differently in each project.)

    - -
    -

    Now jump to the Usage section.

    -
    - -

    - -

    A.2) Don’t have a PHP project yet:

    - -

    1 - Clone this repository anywhere on your machine:

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

    Your folder structure should look like this:

    - -
    + laradock
    -+ project-z
    -
    - -

    2 - Edit your web server sites configuration.

    - -

    In case of NGINX: open nginx/sites/default.conf and change the root from /var/www/public to /var/www/{my-project-folder-name}/public.

    - -

    Or you can keep default.conf as it is, and create a separate config my-site.conf file for it.

    - -

    In case of Apache: :P

    - -


    - -
    -

    Now jump to the Usage section.

    -
    - -

    - -

    B) Setup for Multiple Projects:

    - -
    -

    (Follow these steps if you want a single Docker environment for all your project)

    -
    - -

    1 - Clone this repository anywhere on your machine (similar to Steps A.2. from above):

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

    Your folder structure should look like this:

    - -
    + laradock
    -+ project-1
    -+ project-2
    -
    - -

    2 - Go to nginx/sites and create config files to point to different project directory when visiting different domains.

    - -

    Laradock by default includes project-1.conf and project-2.conf as working samples.

    - -

    3 - change the default names project-n:

    - -

    You can rename the config files, project folders and domains as you like, just make sure the root in the config files, is pointing to the correct project folder name.

    - -

    4 - Add the domains to the hosts files.

    - -
    127.0.0.1  project-1.dev
    -127.0.0.1  project-2.dev
    -
    - -
    -

    Now jump to the Usage section.

    -
    - -

    - -

    Usage

    - -

    Read Before starting:

    - -

    If you are using Docker Toolbox (VM), do one of the following:

    - - - -


    - -
    -

    Warning: If you used an older version of Laradock it’s highly recommended to rebuild the containers you need to use see how you rebuild a container in order to prevent as much errors as possible.

    -
    - -


    - -

    1 - Enter the laradock folder and rename env-example to .env

    - -
    cp env-example .env
    -
    - -

    You can edit the .env file to chose which software’s you want to be installed in your environment. You can always refer to the docker-compose.yml file to see how those variables are been used.

    - -

    2 - Build the enviroment and run it using docker-compose

    - -

    In this example we’ll see how to run NGINX (web server) and MySQL (database engine) to host a PHP Web Scripts:

    - -
    docker-compose up -d nginx mysql
    -
    - -

    Note: The workspace and php-fpm will run automatically in most of the cases, so no need to specify them in the up command. If you couldn’t find them running then you need specify them as follow: docker-compose up -d nginx php-fpm mysql workspace.

    - -

    You can select your own combination of containers form this list.

    - -

    (Please note that sometimes we forget to update the docs, so check the docker-compose.yml file to see an updated list of all available containers).

    - -


    -3 - Enter the Workspace container, to execute commands like (Artisan, Composer, PHPUnit, Gulp, …)

    - -
    docker-compose exec workspace bash
    -
    - -

    Alternatively, for Windows PowerShell users: execute the following command to enter any running container:

    - -
    docker exec -it {workspace-container-id} bash
    -
    - -

    Note: You can add --user=laradock to have files created as your host’s user. Example:

    - -
    docker-compose exec --user=laradock workspace bash
    -
    - -

    You can change the PUID (User id) and PGID (group id) variables from the .env file)

    - -


    -4 - Update your project configurations to use the database host

    - -

    Open your PHP project’s .env file or whichever configuration file you are reading from, and set the database host DB_HOST to mysql:

    - -
    DB_HOST=mysql
    -
    - -

    If you want to install Laravel as PHP project, see How to Install Laravel in a Docker Container.

    - -


    -5 - Open your browser and visit your localhost address http://localhost/. If you followed the multiple projects setup, you can visit http://project-1.dev/ and http://project-2.dev/. But first don’t

    - - -

    Documentation

    - - - -

    - -

    List current running Containers

    - -
    docker ps
    -
    - -

    You can also use the following command if you want to see only this project containers:

    - -
    docker-compose ps
    -
    - -


    -

    - -

    Close all running Containers

    - -
    docker-compose stop
    -
    - -

    To stop single container do:

    - -
    docker-compose stop {container-name}
    -
    - -


    -

    - -

    Delete all existing Containers

    - -
    docker-compose down
    -
    - -


    -

    - -

    Enter a Container (run commands in a running Container)

    - -

    1 - First list the current running containers with docker ps

    - -

    2 - Enter any container using:

    - -
    docker-compose exec {container-name} bash
    -
    - -

    Example: enter MySQL container

    - -
    docker-compose exec mysql bash
    -
    - -

    Example: enter to MySQL prompt within MySQL container

    - -
    docker-compose exec mysql mysql -u homestead -psecret
    -
    - -

    3 - To exit a container, type exit.

    - -


    -

    - -

    Edit default container configuration

    - -

    Open the docker-compose.yml and change anything you want.

    - -

    Examples:

    - -

    Change MySQL Database Name:

    - -
        environment:
    -        MYSQL_DATABASE: laradock
    -    ...
    -
    - -

    Change Redis default port to 1111:

    - -
        ports:
    -        - "1111:6379"
    -    ...
    -
    - -


    -

    - -

    Edit a Docker Image

    - -

    1 - Find the Dockerfile of the image you want to edit, -
    -example for mysql it will be mysql/Dockerfile.

    - -

    2 - Edit the file the way you want.

    - -

    3 - Re-build the container:

    - -
    docker-compose build mysql
    -
    - -

    More info on Containers rebuilding here.

    - -


    -

    - -

    Build/Re-build Containers

    - -

    If you do any change to any Dockerfile make sure you run this command, for the changes to take effect:

    - -
    docker-compose build
    -
    - -

    Optionally you can specify which container to rebuild (instead of rebuilding all the containers):

    - -
    docker-compose build {container-name}
    -
    - -

    You might use the --no-cache option if you want full rebuilding (docker-compose build --no-cache {container-name}).

    - -


    -

    - -

    Add more Software (Docker Images)

    - -

    To add an image (software), just edit the docker-compose.yml and add your container details, to do so you need to be familiar with the docker compose file syntax.

    - -


    -

    - -

    View the Log files

    - -

    The NGINX Log file is stored in the logs/nginx directory.

    - -

    However to view the logs of all the other containers (MySQL, PHP-FPM,…) you can run this:

    - -
    docker logs {container-name}
    -
    - -

    More options

    - -
    docker logs -f {container-name}
    -
    - -


    -

    - -

    - -

    Install PHP Extensions

    - -

    Before installing PHP extensions, you have to decide whether you need for the FPM or CLI because each lives on a different container, if you need it for both you have to edit both containers.

    - -

    The PHP-FPM extensions should be installed in php-fpm/Dockerfile-XX. (replace XX with your default PHP version number). -
    -The PHP-CLI extensions should be installed in workspace/Dockerfile.

    - -


    -

    - -

    Change the (PHP-FPM) Version

    - -

    By default PHP-FPM 7.0 is running.

    - -
    -

    The PHP-FPM is responsible of serving your application code, you don’t have to change the PHP-CLI version if you are planning to run your application on different PHP-FPM version.

    -
    - -

    A) Switch from PHP 7.0 to PHP 5.6

    - -

    1 - Open the docker-compose.yml.

    - -

    2 - Search for Dockerfile-70 in the PHP container section.

    - -

    3 - Change the version number, by replacing Dockerfile-70 with Dockerfile-56, like this:

    - -
        php-fpm:
    -        build:
    -            context: ./php-fpm
    -            dockerfile: Dockerfile-70
    -    ...
    -
    - -

    4 - Finally rebuild the container

    - -
    docker-compose build php-fpm
    -
    - -
    -

    For more details about the PHP base image, visit the official PHP docker images.

    -
    - -

    B) Switch from PHP 7.0 or 5.6 to PHP 5.5

    - -

    We do not natively support PHP 5.5 anymore, but you can get it in few steps:

    - -

    1 - Clone https://github.com/laradock/php-fpm.

    - -

    3 - Rename Dockerfile-56 to Dockerfile-55.

    - -

    3 - Edit the file FROM php:5.6-fpm to FROM php:5.5-fpm.

    - -

    4 - Build an image from Dockerfile-55.

    - -

    5 - Open the docker-compose.yml file.

    - -

    6 - Point php-fpm to your Dockerfile-55 file.

    - -


    -

    - -

    Change the PHP-CLI Version

    - -

    By default PHP-CLI 7.0 is running.

    - -
    -

    Note: it’s not very essential to edit the PHP-CLI version. The PHP-CLI is only used for the Artisan Commands & Composer. It doesn’t serve your Application code, this is the PHP-FPM job.

    -
    - -

    The PHP-CLI is installed in the Workspace container. To change the PHP-CLI version you need to edit the workspace/Dockerfile.

    - -

    Right now you have to manually edit the Dockerfile or create a new one like it’s done for the PHP-FPM. (consider contributing).

    - -


    -

    - -

    Install xDebug

    - -

    1 - First install xDebug in the Workspace and the PHP-FPM Containers: -
    -a) open the docker-compose.yml file -
    -b) search for the INSTALL_XDEBUG argument under the Workspace Container -
    -c) set it to true -
    -d) search for the INSTALL_XDEBUG argument under the PHP-FPM Container -
    -e) set it to true

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_XDEBUG=true
    -    ...
    -    php-fpm:
    -        build:
    -            context: ./php-fpm
    -            args:
    -                - INSTALL_XDEBUG=true
    -    ...
    -
    - -

    2 - Re-build the containers docker-compose build workspace php-fpm

    - -

    3 - Open laradock/workspace/xdebug.ini and/or laradock/php-fpm/xdebug.ini and enable at least the following configurations:

    - -
    xdebug.remote_autostart=1
    -xdebug.remote_enable=1
    -xdebug.remote_connect_back=1
    -
    - -

    For information on how to configure xDebug with your IDE and work it out, check this Repository.

    - -


    -

    - -

    Start/Stop xDebug:

    - -

    By installing xDebug, you are enabling it to run on startup by default.

    - -

    To control the behavior of xDebug (in the php-fpm Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):

    - -
      -
    • Stop xDebug from running by default: .php-fpm/xdebug stop.
    • -
    • Start xDebug by default: .php-fpm/xdebug start.
    • -
    • See the status: .php-fpm/xdebug status.
    • -
    - -

    Note: If .php-fpm/xdebug doesn’t execute and gives Permission Denied error the problem can be that file xdebug doesn’t have execution access. This can be fixed by running chmod command with desired access permissions.

    - -


    -

    - -

    Install Deployer (Deployment tool for PHP)

    - -

    1 - Open the docker-compose.yml file -
    -2 - Search for the INSTALL_DEPLOYER argument under the Workspace Container -
    -3 - Set it to true -

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_DEPLOYER=true
    -    ...
    -
    - -

    4 - Re-build the containers docker-compose build workspace

    - -

    Deployer Documentation Here

    - -


    -

    - -


    -

    - -

    Prepare Laradock for Production

    - -

    It’s recommended for production to create a custom docker-compose.yml file. For that reason, Laradock is shipped with production-docker-compose.yml which should contain only the containers you are planning to run on production (usage example: docker-compose -f production-docker-compose.yml up -d nginx mysql redis ...).

    - -

    Note: The Database (MySQL/MariaDB/…) ports should not be forwarded on production, because Docker will automatically publish the port on the host, which is quite insecure, unless specifically told not to. So make sure to remove these lines:

    - -
    ports:
    -    - "3306:3306"
    -
    - -

    To learn more about how Docker publishes ports, please read this excellent post on the subject.

    - -


    -

    - -

    Setup Laravel and Docker on Digital Ocean

    - -

    Full Guide Here

    - -


    -

    - -

    - -

    Install Laravel from a Docker Container

    - -

    1 - First you need to enter the Workspace Container.

    - -

    2 - Install Laravel.

    - -

    Example using Composer

    - -
    composer create-project laravel/laravel my-cool-app "5.2.*"
    -
    - -
    -

    We recommend using composer create-project instead of the Laravel installer, to install Laravel.

    -
    - -

    For more about the Laravel installation click here.

    - -

    3 - Edit docker-compose.yml to Map the new application path:

    - -

    By default, Laradock assumes the Laravel application is living in the parent directory of the laradock folder.

    - -

    Since the new Laravel application is in the my-cool-app folder, we need to replace ../:/var/www with ../my-cool-app/:/var/www, as follow:

    - -
        application:
    -		 image: tianon/true
    -        volumes:
    -            - ../my-cool-app/:/var/www
    -    ...
    -
    - -

    4 - Go to that folder and start working..

    - -
    cd my-cool-app
    -
    - -

    5 - Go back to the Laradock installation steps to see how to edit the .env file.

    - -


    -

    - -

    Run Artisan Commands

    - -

    You can run artisan commands and many other Terminal commands from the Workspace container.

    - -

    1 - Make sure you have the workspace container running.

    - -
    docker-compose up -d workspace // ..and all your other containers
    -
    - -

    2 - Find the Workspace container name:

    - -
    docker-compose ps
    -
    - -

    3 - Enter the Workspace container:

    - -
    docker-compose exec workspace bash
    -
    - -

    Add --user=laradock (example docker-compose exec --user=laradock workspace bash) to have files created as your host’s user.

    - -

    4 - Run anything you want :)

    - -
    php artisan
    -
    - -
    Composer update
    -
    - -
    phpunit
    -
    - -


    -

    - -

    Run Laravel Queue Worker

    - -

    1 - First add php-worker container. It will be similar as like PHP-FPM Container. -
    -a) open the docker-compose.yml file -
    -b) add a new service container by simply copy-paste this section below PHP-FPM container

    - -
        php-worker:
    -      build:
    -        context: ./php-fpm
    -        dockerfile: Dockerfile-70 # or Dockerfile-56, choose your PHP-FPM container setting
    -      volumes_from:
    -        - applications
    -      command: php artisan queue:work
    -
    - -

    2 - Start everything up

    - -
    docker-compose up -d php-worker
    -
    - -


    -

    - -

    Use Redis

    - -

    1 - First make sure you run the Redis Container (redis) with the docker-compose up command.

    - -
    docker-compose up -d redis
    -
    - -

    2 - Open your Laravel’s .env file and set the REDIS_HOST to redis

    - -
    REDIS_HOST=redis
    -
    - -

    If you don’t find the REDIS_HOST variable in your .env file. Go to the database configuration file config/database.php and replace the default 127.0.0.1 IP with redis for Redis like this:

    - -
    'redis' => [
    -    'cluster' => false,
    -    'default' => [
    -        'host'     => 'redis',
    -        'port'     => 6379,
    -        'database' => 0,
    -    ],
    -],
    -
    - -

    3 - To enable Redis Caching and/or for Sessions Management. Also from the .env file set CACHE_DRIVER and SESSION_DRIVER to redis instead of the default file.

    - -
    CACHE_DRIVER=redis
    -SESSION_DRIVER=redis
    -
    - -

    4 - Finally make sure you have the predis/predis package (~1.0) installed via Composer:

    - -
    composer require predis/predis:^1.0
    -
    - -

    5 - You can manually test it from Laravel with this code:

    - -
    \Cache::store('redis')->put('Laradock', 'Awesome', 10);
    -
    - -


    -

    - -

    Use Mongo

    - -

    1 - First install mongo in the Workspace and the PHP-FPM Containers: -
    -a) open the docker-compose.yml file -
    -b) search for the INSTALL_MONGO argument under the Workspace Container -
    -c) set it to true -
    -d) search for the INSTALL_MONGO argument under the PHP-FPM Container -
    -e) set it to true

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_MONGO=true
    -    ...
    -    php-fpm:
    -        build:
    -            context: ./php-fpm
    -            args:
    -                - INSTALL_MONGO=true
    -    ...
    -
    - -

    2 - Re-build the containers docker-compose build workspace php-fpm

    - -

    3 - Run the MongoDB Container (mongo) with the docker-compose up command.

    - -
    docker-compose up -d mongo
    -
    - -

    4 - Add the MongoDB configurations to the config/database.php configuration file:

    - -
    'connections' => [
    -
    -    'mongodb' => [
    -        'driver'   => 'mongodb',
    -        'host'     => env('DB_HOST', 'localhost'),
    -        'port'     => env('DB_PORT', 27017),
    -        'database' => env('DB_DATABASE', 'database'),
    -        'username' => '',
    -        'password' => '',
    -        'options'  => [
    -            'database' => '',
    -        ]
    -    ],
    -
    -	// ...
    -
    -],
    -
    - -

    5 - Open your Laravel’s .env file and update the following variables:

    - -
      -
    • set the DB_HOST to your mongo.
    • -
    • set the DB_PORT to 27017.
    • -
    • set the DB_DATABASE to database.
    • -
    - -

    6 - Finally make sure you have the jenssegers/mongodb package installed via Composer and its Service Provider is added.

    - -
    composer require jenssegers/mongodb
    -
    - -

    More details about this here.

    - -

    7 - Test it:

    - -
      -
    • First let your Models extend from the Mongo Eloquent Model. Check the documentation.
    • -
    • Enter the Workspace Container.
    • -
    • Migrate the Database php artisan migrate.
    • -
    - -


    -

    - -

    Use PhpMyAdmin

    - -

    1 - Run the phpMyAdmin Container (phpmyadmin) with the docker-compose up command. Example:

    - -
    # use with mysql
    -docker-compose up -d mysql phpmyadmin
    -
    -# use with mariadb
    -docker-compose up -d mariadb phpmyadmin
    -
    - -

    2 - Open your browser and visit the localhost on port 8080: http://localhost:8080

    - -


    -

    - -

    Use Adminer

    - -

    1 - Run the Adminer Container (adminer) with the docker-compose up command. Example:

    - -
    docker-compose up -d adminer  
    -
    - -

    2 - Open your browser and visit the localhost on port 8080: http://localhost:8080

    - -


    -

    - -

    Use PgAdmin

    - -

    1 - Run the pgAdmin Container (pgadmin) with the docker-compose up command. Example:

    - -
    docker-compose up -d postgres pgadmin
    -
    - -

    2 - Open your browser and visit the localhost on port 5050: http://localhost:5050

    - -


    -

    - -

    Use Beanstalkd

    - -

    1 - Run the Beanstalkd Container:

    - -
    docker-compose up -d beanstalkd
    -
    - -

    2 - Configure Laravel to connect to that container by editing the config/queue.php config file.

    - -

    a. first set beanstalkd as default queue driver -b. set the queue host to beanstalkd : QUEUE_HOST=beanstalkd

    - -

    beanstalkd is now available on default port 11300.

    - -

    3 - Require the dependency package pda/pheanstalk using composer.

    - -

    Optionally you can use the Beanstalkd Console Container to manage your Queues from a web interface.

    - -

    1 - Run the Beanstalkd Console Container:

    - -
    docker-compose up -d beanstalkd-console
    -
    - -

    2 - Open your browser and visit http://localhost:2080/

    - -

    3 - Add the server

    - -
      -
    • Host: beanstalkd
    • -
    • Port: 11300
    • -
    - -

    4 - Done.

    - -


    -

    - -

    Use ElasticSearch

    - -

    1 - Run the ElasticSearch Container (elasticsearch) with the docker-compose up command:

    - -
    docker-compose up -d elasticsearch
    -
    - -

    2 - Open your browser and visit the localhost on port 9200: http://localhost:9200

    - -

    Install ElasticSearch Plugin

    - -

    1 - Install the ElasticSearch plugin like delete-by-query.

    - -
    docker exec {container-name} /usr/share/elasticsearch/bin/plugin install delete-by-query
    -
    - -

    2 - Restart elasticsearch container

    - -
    docker restart {container-name}
    -
    - -


    -

    - -

    Use Selenium

    - -

    1 - Run the Selenium Container (selenium) with the docker-compose up command. Example:

    - -
    docker-compose up -d selenium
    -
    - -

    2 - Open your browser and visit the localhost on port 4444 at the following URL: http://localhost:4444/wd/hub

    - -


    -

    - -

    Use RethinkDB

    - -

    The RethinkDB is an open-source Database for Real-time Web (RethinkDB). -A package (Laravel RethinkDB) is being developed and was released a version for Laravel 5.2 (experimental).

    - -

    1 - Run the RethinkDB Container (rethinkdb) with the docker-compose up command.

    - -
    docker-compose up -d rethinkdb
    -
    - -

    2 - Access the RethinkDB Administration Console http://localhost:8090/#tables for create a database called database.

    - -

    3 - Add the RethinkDB configurations to the config/database.php configuration file:

    - -
    'connections' => [
    -
    -	'rethinkdb' => [
    -		'name'      => 'rethinkdb',
    -		'driver'    => 'rethinkdb',
    -		'host'      => env('DB_HOST', 'rethinkdb'),
    -		'port'      => env('DB_PORT', 28015),
    -		'database'  => env('DB_DATABASE', 'test'),
    -	]
    -
    -	// ...
    -
    -],
    -
    - -

    4 - Open your Laravel’s .env file and update the following variables:

    - -
      -
    • set the DB_CONNECTION to your rethinkdb.
    • -
    • set the DB_HOST to rethinkdb.
    • -
    • set the DB_PORT to 28015.
    • -
    • set the DB_DATABASE to database.
    • -
    - -


    -

    - -

    Use Minio

    - -

    1 - Configure Minio: - - On the workspace container, change INSTALL_MC to true to get the client - - Set MINIO_ACCESS_KEY and MINIO_ACCESS_SECRET if you wish to set proper keys

    - -

    2 - Run the Minio Container (minio) with the docker-compose up command. Example:

    - -
    docker-compose up -d minio
    -
    - -

    3 - Open your browser and visit the localhost on port 9000 at the following URL: http://localhost:9000

    - -

    4 - Create a bucket either through the webui or using the mc client:

    - -
      mc mb minio/bucket
    -
    - -

    5 - When configuring your other clients use the following details:

    - -
      S3_HOST=http://minio
    -  S3_KEY=access
    -  S3_SECRET=secretkey
    -  S3_REGION=us-east-1
    -  S3_BUCKET=bucket
    -
    - -


    -

    - -


    -

    - -

    Install CodeIgniter

    - -

    To install CodeIgniter 3 on Laradock all you have to do is the following simple steps:

    - -

    1 - Open the docker-compose.yml file.

    - -

    2 - Change CODEIGNITER=false to CODEIGNITER=true.

    - -

    3 - Re-build your PHP-FPM Container docker-compose build php-fpm.

    - -


    -

    - -

    Miscellaneous

    - -


    -

    - -

    Change the timezone

    - -

    To change the timezone for the workspace container, modify the TZ build argument in the Docker Compose file to one in the TZ database.

    - -

    For example, if I want the timezone to be New York:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - TZ=America/New_York
    -    ...
    -
    - -

    We also recommend setting the timezone in Laravel.

    - -


    -

    - -

    Adding cron jobs

    - -

    You can add your cron jobs to workspace/crontab/root after the php artisan line.

    - -
    * * * * * php /var/www/artisan schedule:run >> /dev/null 2>&1
    -
    -# Custom cron
    -* * * * * root echo "Every Minute" > /var/log/cron.log 2>&1
    -
    - -

    Make sure you change the timezone if you don’t want to use the default (UTC).

    - -


    -

    - -

    Access workspace via ssh

    - -

    You can access the workspace container through localhost:2222 by setting the INSTALL_WORKSPACE_SSH build argument to true.

    - -

    To change the default forwarded port for ssh:

    - -
        workspace:
    -		ports:
    -			- "2222:22" # Edit this line
    -    ...
    -
    - -


    -

    - -

    MySQL access from host

    - -

    You can forward the MySQL/MariaDB port to your host by making sure these lines are added to the mysql or mariadb section of the docker-compose.yml or in your environment specific Compose file.

    - -
    ports:
    -    - "3306:3306"
    -
    - -


    -

    - -

    MySQL root access

    - -

    The default username and password for the root MySQL user are root and root.

    - -

    1 - Enter the MySQL container: docker-compose exec mysql bash.

    - -

    2 - Enter mysql: mysql -uroot -proot for non root access use mysql -uhomestead -psecret.

    - -

    3 - See all users: SELECT User FROM mysql.user;

    - -

    4 - Run any commands show databases, show tables, select * from......

    - -


    -

    - -

    Change MySQL port

    - -

    Modify the mysql/my.cnf file to set your port number, 1234 is used as an example.

    - -
    [mysqld]
    -port=1234
    -
    - -

    If you need MySQL access from your host, do not forget to change the internal port number ("3306:3306" -> "3306:1234") in the docker-compose configuration file.

    - -


    -

    - -

    Use custom Domain (instead of the Docker IP)

    - -

    Assuming your custom domain is laravel.dev

    - -

    1 - Open your /etc/hosts file and map your localhost address 127.0.0.1 to the laravel.dev domain, by adding the following:

    - -
    127.0.0.1    laravel.dev
    -
    - -

    2 - Open your browser and visit {http://laravel.dev}

    - -

    Optionally you can define the server name in the NGINX configuration file, like this:

    - -
    server_name laravel.dev;
    -
    - -


    -

    - -

    Enable Global Composer Build Install

    - -

    Enabling Global Composer Install during the build for the container allows you to get your composer requirements installed and available in the container after the build is done.

    - -

    1 - Open the docker-compose.yml file

    - -

    2 - Search for the COMPOSER_GLOBAL_INSTALL argument under the Workspace Container and set it to true

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - COMPOSER_GLOBAL_INSTALL=true
    -    ...
    -
    - -

    3 - Now add your dependencies to workspace/composer.json

    - -

    4 - Re-build the Workspace Container docker-compose build workspace

    - -


    -

    - -

    Install Prestissimo

    - -

    Prestissimo is a plugin for composer which enables parallel install functionality.

    - -

    1 - Enable Running Global Composer Install during the Build:

    - -

    Click on this Enable Global Composer Build Install and do steps 1 and 2 only then continue here.

    - -

    2 - Add prestissimo as requirement in Composer:

    - -

    a - Now open the workspace/composer.json file

    - -

    b - Add "hirak/prestissimo": "^0.3" as requirement

    - -

    c - Re-build the Workspace Container docker-compose build workspace

    - -


    -

    - -

    Install Node + NVM

    - -

    To install NVM and NodeJS in the Workspace container

    - -

    1 - Open the docker-compose.yml file

    - -

    2 - Search for the INSTALL_NODE argument under the Workspace Container and set it to true

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_NODE=true
    -    ...
    -
    - -

    3 - Re-build the container docker-compose build workspace

    - -


    -

    - -

    Install Node + YARN

    - -

    Yarn is a new package manager for JavaScript. It is so faster than npm, which you can find here.To install NodeJS and Yarn in the Workspace container:

    - -

    1 - Open the docker-compose.yml file

    - -

    2 - Search for the INSTALL_NODE and INSTALL_YARN argument under the Workspace Container and set it to true

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_NODE=true
    -                - INSTALL_YARN=true
    -    ...
    -
    - -

    3 - Re-build the container docker-compose build workspace

    - -


    -

    - -

    Install Linuxbrew

    - -

    Linuxbrew is a package manager for Linux. It is the Linux version of MacOS Homebrew and can be found here. To install Linuxbrew in the Workspace container:

    - -

    1 - Open the docker-compose.yml file

    - -

    2 - Search for the INSTALL_LINUXBREW argument under the Workspace Container and set it to true

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_LINUXBREW=true
    -    ...
    -
    - -

    3 - Re-build the container docker-compose build workspace

    - -


    - -

    - -

    Common Terminal Aliases

    - -

    When you start your docker container, Laradock will copy the aliases.sh file located in the laradock/workspace directory and add sourcing to the container ~/.bashrc file.

    - -

    You are free to modify the aliases.sh as you see fit, adding your own aliases (or function macros) to suit your requirements.

    - -


    -

    - -

    Install Aerospike extension

    - -

    1 - First install aerospike in the Workspace and the PHP-FPM Containers: -
    -a) open the docker-compose.yml file -
    -b) search for the INSTALL_AEROSPIKE_EXTENSION argument under the Workspace Container -
    -c) set it to true -
    -d) search for the INSTALL_AEROSPIKE_EXTENSION argument under the PHP-FPM Container -
    -e) set it to true

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_AEROSPIKE_EXTENSION=true
    -    ...
    -    php-fpm:
    -        build:
    -            context: ./php-fpm
    -            args:
    -                - INSTALL_AEROSPIKE_EXTENSION=true
    -    ...
    -
    - -

    2 - Re-build the containers docker-compose build workspace php-fpm

    - -


    -

    - -

    Install Laravel Envoy (Envoy Task Runner)

    - -

    1 - Open the docker-compose.yml file -
    -2 - Search for the INSTALL_LARAVEL_ENVOY argument under the Workspace Container -
    -3 - Set it to true -

    - -

    It should be like this:

    - -
        workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_LARAVEL_ENVOY=true
    -    ...
    -
    - -

    4 - Re-build the containers docker-compose build workspace

    - -

    Laravel Envoy Documentation Here

    - -


    -

    - -

    PHPStorm Debugging Guide

    - -

    Remote debug Laravel web and phpunit tests.

    - -

    Debugging Guide Here

    - -


    -

    - -

    Keep track of your Laradock changes

    - -
      -
    1. Fork the Laradock repository.
    2. -
    3. Use that fork as a submodule.
    4. -
    5. Commit all your changes to your fork.
    6. -
    7. Pull new stuff from the main repository from time to time.
    8. -
    - -


    -

    - -

    Upgrading Laradock

    - -

    Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requires upgrading Laradock from v3.* to v4.*:

    - -
      -
    1. Stop the docker VM docker-machine stop {default}
    2. -
    3. Install Docker for Mac or Windows.
    4. -
    5. Upgrade Laradock to v4.*.* (git pull origin master)
    6. -
    7. Use Laradock as you used to do: docker-compose up -d nginx mysql.
    8. -
    - -

    Note: If you face any problem with the last step above: rebuild all your containers -docker-compose build --no-cache -“Warning Containers Data might be lost!”

    - -


    -

    - -

    Improve speed on MacOS

    - -

    Sharing code into Docker containers with osxfs have very poor performance compared to Linux. Likely there are some workarounds:

    - -

    Workaround A: using dinghy

    - -

    Dinghy creates its own VM using docker-machine, it will not modify your existing docker-machine VMs.

    - -

    Quick Setup giude, (we recommend you check their docs)

    - -

    1) brew tap codekitchen/dinghy

    - -

    2) brew install dinghy

    - -

    3) dinghy create --provider virtualbox (must have virtualbox installed, but they support other providers if you prefer)

    - -

    4) after the above command is done it will display some env variables, copy them to the bash profile or zsh or.. (this will instruct docker to use the server running inside the VM)

    - -

    5) docker-compose up ...

    - -

    Workaround B: using d4m-nfs

    - -

    D4m-nfs automatically mount NFS volume instead of osxfs one.

    - -

    1) Update the Docker [File Sharing] preferences:

    - -

    Click on the Docker Icon > Preferences > (remove everything form the list except /tmp).

    - -

    2) Restart Docker.

    - -

    3) Clone the d4m-nfs repository to your home directory.

    - -
    git clone https://github.com/IFSight/d4m-nfs ~/d4m-nfs
    -
    - -

    4) Create (or edit) the file ~/d4m-nfs/etc/d4m-nfs-mounts.txt, and write the follwing configuration in it:

    - -
    /Users:/Users
    -
    - -

    5) Create (or edit) the file /etc/exports, make sure it exists and is empty. (There may be collisions if you come from Vagrant or if you already executed the d4m-nfs.sh script before).

    - -

    6) Run the d4m-nfs.sh script (might need Sudo):

    - -
    ~/d4m-nfs/d4m-nfs.sh
    -
    - -

    That’s it! Run your containers.. Example:

    - -
    docker-compose up ...
    -
    - -

    Note: If you faced any errors, try restarting Docker, and make sure you have no spaces in the d4m-nfs-mounts.txt file, and your /etc/exports file is clear.

    - -

    Other good workarounds:

    - - - -

    More details about this issue here.

    - -


    -

    - -

    Common Problems

    - -

    Here’s a list of the common problems you might face, and the possible solutions.

    - -


    - -

    I see a blank (white) page instead of the Laravel ‘Welcome’ page!

    - -

    Run the following command from the Laravel root directory:

    - -
    sudo chmod -R 777 storage bootstrap/cache
    -
    - -


    - -

    I see “Welcome to nginx” instead of the Laravel App!

    - -

    Use http://127.0.0.1 instead of http://localhost in your browser.

    - -


    - -

    I see an error message containing address already in use or port is already allocated

    - -

    Make sure the ports for the services that you are trying to run (22, 80, 443, 3306, etc.) are not being used already by other programs on the host, such as a built in apache/httpd service or other development tools you have installed.

    - -


    - -

    I get NGINX error 404 Not Found on Windows.

    - -
      -
    1. Go to docker Settings on your Windows machine.
    2. -
    3. Click on the Shared Drives tab and check the drive that contains your project files.
    4. -
    5. Enter your windows username and password.
    6. -
    7. Go to the reset tab and click restart docker.
    8. -
    - -


    - -

    The time in my services does not match the current time

    - -
      -
    1. Make sure you’ve changed the timezone.
    2. -
    3. Stop and rebuild the containers (docker-compose up -d --build <services>)
    4. -
    - -


    - -

    I get MySQL connection refused

    - -

    This error sometimes happens because your Laravel application isn’t running on the container localhost IP (Which is 127.0.0.1). Steps to fix it:

    - -
      -
    • Option A - -
        -
      1. Check your running Laravel application IP by dumping Request::ip() variable using dd(Request::ip()) anywhere on your application. The result is the IP of your Laravel container.
      2. -
      3. Change the DB_HOST variable on env with the IP that you received from previous step.
      4. -
    • -
    • Option B - -
        -
      1. Change the DB_HOST value to the same name as the MySQL docker container. The Laradock docker-compose file currently has this as mysql
      2. -
    • -
    - - -

    Guides

    - - - - - -

    - -

    Production Setup on Digital Ocean

    - -

    Install Docker

    - -
      -
    • Visit DigitalOcean and login.
    • -
    • Click the Create Droplet button.
    • -
    • Open the One-click apps tab.
    • -
    • Select Docker with your preferred version.
    • -
    • Continue creating the droplet as you normally would.
    • -
    • If needed, check your e-mail for the droplet root password.
    • -
    - -

    SSH to your Server

    - -

    Find the IP address of the droplet in the DigitalOcean interface. Use it to connect to the server.

    - -
    ssh root@ipaddress
    -
    - -

    You may be prompted for a password. Type the one you found within your e-mailbox. It’ll then ask you to change the password.

    - -

    You can now check if Docker is available:

    - -
    $root@server:~# docker
    -
    - -

    Set Up Your Laravel Project

    - -
    $root@server:~# apt-get install git
    -$root@server:~# git clone https://github.com/laravel/laravel
    -$root@server:~# cd laravel
    -$root@server:~/laravel/ git submodule add https://github.com/Laradock/laradock.git
    -$root@server:~/laravel/ cd laradock
    -
    - -

    Install docker-compose command

    - -
    $root@server:~/laravel/laradock# curl -L https://github.com/docker/compose/releases/download/1.8.0/run.sh > /usr/local/bin/docker-compose
    -$root@server:~/chmod +x /usr/local/bin/docker-compose
    -
    - -

    Create Your Laradock Containers

    - -
    $root@server:~/laravel/laradock# docker-compose up -d nginx mysql
    -
    - -

    Note that more containers are available, find them in the docs or the docker-compose.yml file.

    - -

    Go to Your Workspace

    - -
    docker-compose exec workspace bash
    -
    - -

    Install and configure Laravel

    - -

    Let’s install Laravel’s dependencies, add the .env file, generate the key and give proper permissions to the cache folder.

    - -
    $ root@workspace:/var/www# composer install
    -$ root@workspace:/var/www# cp .env.example .env
    -$ root@workspace:/var/www# php artisan key:generate
    -$ root@workspace:/var/www# exit
    -$root@server:~/laravel/laradock# cd ..
    -$root@server:~/laravel# sudo chmod -R 777 storage bootstrap/cache
    -
    - -

    You can then view your Laravel site by visiting the IP address of your server in your browser. For example:

    - -
    http://192.168.1.1
    -
    - -

    It should show you the Laravel default welcome page.

    - -

    However, we want it to show up using your custom domain name, as well.

    - -

    Using Your Own Domain Name

    - -

    Login to your DNS provider, such as Godaddy, Namecheap.

    - -

    Point the Custom Domain Name Server to:

    - -
    ns1.digitalocean.com
    -ns2.digitalocean.com
    -ns3.digitalocean.com
    -
    - -

    Within DigitalOcean, you’ll need to change some settings, too.

    - -

    Visit: https://cloud.digitalocean.com/networking/domains

    - -

    Add your domain name and choose the server IP you’d provision earlier.

    - -

    Serving Site With NGINX (HTTP ONLY)

    - -

    Go back to command line.

    - -
    $root@server:~/laravel/laradock# cd nginx
    -$root@server:~/laravel/laradock/nginx# vim laravel.conf
    -
    - -

    Remove default_server

    - -
        listen 80 default_server;
    -    listen [::]:80 default_server ipv6only=on;
    -
    - -

    And add server_name (your custom domain)

    - -
        listen 80;
    -    listen [::]:80 ipv6only=on;
    -    server_name yourdomain.com;
    -
    - -

    Rebuild Your Nginx

    - -
    $root@server:~/laravel/laradock/nginx# docker-compose down
    -$root@server:~/laravel/laradock/nginx# docker-compose build nginx
    -
    - -

    Re Run Your Containers MYSQL and NGINX

    - -
    $root@server:~/laravel/laradock/nginx# docker-compose up -d nginx mysql
    -
    - -

    View Your Site with HTTP ONLY (http://yourdomain.com)

    - -

    Run Site on SSL with Let’s Encrypt Certificate

    - -

    Note: You need to Use Caddy here Instead of Nginx

    - -

    To go Caddy Folders and Edit CaddyFile

    - -
    $root@server:~/laravel/laradock# cd caddy
    -$root@server:~/laravel/laradock/caddy# vim Caddyfile
    -
    - -

    Remove 0.0.0.0:80

    - -
    0.0.0.0:80
    -root /var/www/public
    -
    - -

    and replace with your https://yourdomain.com

    - -
    https://yourdomain.com
    -root /var/www/public
    -
    - -

    uncomment tls

    - -
    #tls self-signed
    -
    - -

    and replace self-signed with your email address

    - -
    tls serverbreaker@gmai.com
    -
    - -

    This is needed Prior to Creating Let’s Encypt

    - -

    Run Your Caddy Container without the -d flag and Generate SSL with Let’s Encrypt

    - -
    $root@server:~/laravel/laradock/caddy# docker-compose up  caddy
    -
    - -

    You’ll be prompt here to enter your email… you may enter it or not

    - -
    Attaching to laradock_mysql_1, laradock_caddy_1
    -caddy_1               | Activating privacy features...
    -caddy_1               | Your sites will be served over HTTPS automatically using Let's Encrypt.
    -caddy_1               | By continuing, you agree to the Let's Encrypt Subscriber Agreement at:
    -caddy_1               |   https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf
    -caddy_1               | Activating privacy features... done.
    -caddy_1               | https://yourdomain.com
    -caddy_1               | http://yourdomain.com
    -
    - -

    After it finishes, press Ctrl + C to exit.

    - -

    Stop All Containers and ReRun Caddy and Other Containers on Background

    - -
    $root@server:~/laravel/laradock/caddy# docker-compose down
    -$root@server:~/laravel/laradock/caddy# docker-compose up -d mysql caddy
    -
    - -

    View your Site in the Browser Securely Using HTTPS (https://yourdomain.com)

    - -

    Note that Certificate will be Automatically Renew By Caddy

    - -
    -

    References:

    - - -
    - -


    -
    -
    -
    -

    - -

    - -

    PHPStorm XDebug Setup

    - - - -

    - -

    Intro

    - -

    Wiring up Laravel, Laradock [Laravel+Docker] and PHPStorm to play nice together complete with remote xdebug’ing as icing on top! Although this guide is based on PHPStorm Windows, -you should be able to adjust accordingly. This guide was written based on Docker for Windows Native.

    - -

    - -

    Installation

    - -
      -
    • This guide assumes the following: - -
        -
      • you have already installed and are familiar with Laravel, Laradock and PHPStorm.
      • -
      • you have installed Laravel as a parent of laradock. This guide assumes /c/_dk/laravel.
      • -
    • -
    - -

    - -

    hosts

    - -
      -
    • Add laravel to your hosts file located on Windows 10 at C:\Windows\System32\drivers\etc\hosts. It should be set to the IP of your running container. Mine is: 10.0.75.2 -On Windows you can find it by opening Windows Hyper-V Manager.

      - -
        -
      • Windows Hyper-V Manager
      • -
    • - -
    • Hosts File Editor makes it easy to change your hosts file.

      - -
        -
      • Set laravel to your docker host IP. See Example.
      • -
    • -
    - -

    - -

    Firewall

    - -

    Your PHPStorm will need to be able to receive a connection from PHP xdebug either your running workspace or php-fpm containers on port 9000. This means that your Windows Firewall should either enable connections from the Application PHPStorm OR the port.

    - -
      -
    • It is important to note that if the Application PHPStorm is NOT enabled in the firewall, you will not be able to recreate a rule to override that.
    • -
    • Also be aware that if you are installing/upgrade different versions of PHPStorm, you MAY have orphaned references to PHPStorm in your Firewall! You may decide to remove orphaned references however in either case, make sure that they are set to receive public TCP traffic.
    • -
    - -

    Edit laradock/docker-compose.yml

    - -

    Set the following variables:

    - -
    ### Workspace Utilities Container ###############
    -
    -    workspace:
    -        build:
    -            context: ./workspace
    -            args:
    -                - INSTALL_XDEBUG=true
    -                - INSTALL_WORKSPACE_SSH=true
    -                ...
    -
    -
    -### PHP-FPM Container #####################
    -
    -    php-fpm:
    -        build:
    -            context: ./php-fpm
    -            args:
    -                - INSTALL_XDEBUG=true
    -                ...
    -
    -
    - -

    Edit xdebug.ini files

    - -
      -
    • laradock/workspace/xdebug.ini
    • -
    • laradock/php-fpm/xdebug.ini
    • -
    - -

    Set the following variables:

    - -
    xdebug.remote_autostart=1
    -xdebug.remote_enable=1
    -xdebug.remote_connect_back=1
    -xdebug.cli_color=1
    -
    - -

    - -

    Need to clean house first?

    - -

    Make sure you are starting with a clean state. For example, do you have other Laradock containers and images? -Here are a few things I use to clean things up.

    - -
      -
    • Delete all containers using grep laradock_ on the names, see: Remove all containers based on docker image name. -docker ps -a | awk '{ print $1,$2 }' | grep laradock_ | awk '{print $1}' | xargs -I {} docker rm {}

    • - -
    • Delete all images containing laradock. -docker images | awk '{print $1,$2,$3}' | grep laradock_ | awk '{print $3}' | xargs -I {} docker rmi {} -Note: This will only delete images that were built with Laradock, NOT laradock/* which are pulled down by Laradock such as laradock/workspace, etc. -Note: Some may fail with: -Error response from daemon: conflict: unable to delete 3f38eaed93df (cannot be forced) - image has dependent child images

    • - -
    • I added this to my .bashrc to remove orphaned images.

      - -
      dclean() {
      -    processes=`docker ps -q -f status=exited`
      -    if [ -n "$processes" ]; thend
      -      docker rm $processes
      -    fi
      -
      -    images=`docker images -q -f dangling=true`
      -    if [ -n "$images" ]; then
      -      docker rmi $images
      -    fi
      -}
      -
    • - -
    • If you frequently switch configurations for Laradock, you may find that adding the following and added to your .bashrc or equivalent useful: -```

      - -

      remove laravel* containers

      - -

      remove laravel_* images

      - -

      dcleanlaradockfunction() -{ - echo ‘Removing ALL containers associated with laradock’ - docker ps -a | awk ‘{ print $1,$2 }’ | grep laradock | awk ‘{print $1}’ | xargs -I {} docker rm {}

    • -
    - -

    # remove ALL images associated with laradock_ - # does NOT delete laradock/* which are hub images - echo ‘Removing ALL images associated with laradock‘ - docker images | awk ‘{print $1,$2,$3}’ | grep laradock | awk ‘{print $3}’ | xargs -I {} docker rmi {}

    - -

    echo ‘Listing all laradock docker hub images…’ - docker images | grep laradock

    - -

    echo ‘dcleanlaradock completed’ -}

    - -

    associate the above function with an alias

    - -

    so can recall/lookup by typing ‘alias’

    - -

    alias dcleanlaradock=dcleanlaradockfunction

    - -
    
    -<a name="InstallLaradockDialTone"></a>
    -## Let's get a dial-tone with Laravel
    -
    -
    - -

    barebones at this point

    - -

    docker-compose up -d nginx mysql

    - -

    run

    - -

    docker-compose ps

    - -

    Should see:

    - -
          Name                        Command             State                     Ports
    -
    - -
    - -

    laradock_mysql_1 docker-entrypoint.sh mysqld Up 0.0.0.0:3306->3306/tcp -laradock_nginx_1 nginx Up 0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp -laradock_php-fpm_1 php-fpm Up 9000/tcp -laradock_volumes_data_1 true Exit 0 -laradock_volumes_source_1 true Exit 0 -laradock_workspace_1 /sbin/my_init Up 0.0.0.0:2222->22/tcp

    - -
    
    -<a name="enablePhpXdebug"></a>
    -## Enable xDebug on php-fpm
    -In a host terminal sitting in the laradock folder, run: `.php-fpm/xdebug status`
    -You should see something like the following:
    -
    - -

    xDebug status -laradock_php-fpm_1 -PHP 7.0.9 (cli) (built: Aug 10 2016 19:45:48) ( NTS ) -Copyright © 1997-2016 The PHP Group -Zend Engine v3.0.0, Copyright © 1998-2016 Zend Technologies - with Xdebug v2.4.1, Copyright © 2002-2016, by Derick Rethans -`` -Other commands include.php-fpm/xdebug start | stop`.

    - -

    If you have enabled xdebug=true in docker-compose.yml/php-fpm, xdebug will already be running when -php-fpm is started and listening for debug info on port 9000.

    - -

    - -

    PHPStorm Settings

    - -
      -
    • Here are some settings that are known to work:

      - -
        -
      • Settings/BuildDeploymentConnection

        - -
          -
        • Settings/BuildDeploymentConnection
        • -
      • - -
      • Settings/BuildDeploymentConnectionMappings

        - -
          -
        • Settings/BuildDeploymentConnectionMappings
        • -
      • - -
      • Settings/BuildDeploymentDebugger

        - -
          -
        • Settings/BuildDeploymentDebugger
        • -
      • - -
      • Settings/EditRunConfigurationRemoteWebDebug

        - -
          -
        • Settings/EditRunConfigurationRemoteWebDebug
        • -
      • - -
      • Settings/EditRunConfigurationRemoteExampleTestDebug

        - -
          -
        • Settings/EditRunConfigurationRemoteExampleTestDebug
        • -
      • - -
      • Settings/LangsPHPDebug

        - -
          -
        • Settings/LangsPHPDebug
        • -
      • - -
      • Settings/LangsPHPInterpreters

        - -
          -
        • Settings/LangsPHPInterpreters
        • -
      • - -
      • Settings/LangsPHPPHPUnit

        - -
          -
        • Settings/LangsPHPPHPUnit
        • -
      • - -
      • Settings/LangsPHPServers

        - -
          -
        • Settings/LangsPHPServers
        • -
      • - -
      • RemoteHost -To switch on this view, go to: Menu/Tools/Deployment/Browse Remote Host.

        - -
          -
        • RemoteHost
        • -
      • - -
      • RemoteWebDebug

        - -
          -
        • DebugRemoteOn
        • -
      • - -
      • EditRunConfigurationRemoteWebDebug -Go to: Menu/Run/Edit Configurations.

        - -
          -
        • EditRunConfigurationRemoteWebDebug
        • -
      • - -
      • EditRunConfigurationRemoteExampleTestDebug -Go to: Menu/Run/Edit Configurations.

        - -
          -
        • EditRunConfigurationRemoteExampleTestDebug
        • -
      • - -
      • WindowsFirewallAllowedApps -Go to: Control Panel\All Control Panel Items\Windows Firewall\Allowed apps.

        - -
          -
        • WindowsFirewallAllowedApps.png
        • -
      • - -
      • hosts -Edit: C:\Windows\System32\drivers\etc\hosts.

        - -
      • -
    • -
    - -

    - -

    Usage

    - -

    - -

    Run ExampleTest

    - -
      -
    • right-click on tests/ExampleTest.php - -
        -
      • Select: Run 'ExampleTest.php' or Ctrl+Shift+F10.
      • -
      • Should pass!! You just ran a remote test via SSH!
      • -
    • -
    - -

    - -

    Debug ExampleTest

    - -
      -
    • Open to edit: tests/ExampleTest.php
    • -
    • Add a BreakPoint on line 16: $this->visit('/')
    • -
    • right-click on tests/ExampleTest.php - -
        -
      • Select: Debug 'ExampleTest.php'.
      • -
      • Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH!
      • -
      • Remote Test Debugging Success
      • -
    • -
    - -

    - -

    Debug WebSite

    - -
      -
    • In case xDebug is disabled, from the laradock folder run: -.php-fpm/xdebug start.

      - -
        -
      • To switch xdebug off, run: -.php-fpm/xdebug stop
      • -
    • - -
    • Start Remote Debugging

      - -
        -
      • DebugRemoteOn
      • -
    • - -
    • Open to edit: bootstrap/app.php

    • - -
    • Add a BreakPoint on line 14: $app = new Illuminate\Foundation\Application(

    • - -
    • Reload Laravel Site

      - -
        -
      • Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH!
      • -
      • Remote Debugging Success
      • -
    • -
    - -

    - -

    Let’s shell into workspace

    - -

    Assuming that you are in laradock folder, type: -ssh -i workspace/insecure_id_rsa -p2222 root@laravel -Cha Ching!!!! -- workspace/insecure_id_rsa.ppk may become corrupted. In which case: - - fire up puttygen - - import workspace/insecure_id_rsa - - save private key to workspace/insecure_id_rsa.ppk

    - -

    - -

    KiTTY

    - -

    Kitty KiTTY is a fork from version 0.67 of PuTTY.

    - -
      -
    • Here are some settings that are working for me: - -
        -
      • Session
      • -
      • Terminal
      • -
      • Window
      • -
      • WindowAppearance
      • -
      • Connection
      • -
      • ConnectionData
      • -
      • ConnectionSSH
      • -
      • ConnectionSSHAuth
      • -
      • TerminalShell
      • -
    • -
    - - -

    Help & Questions

    - -

    Join the chat room on Gitter and get help and support from the community.

    - -

    You can as well can open an issue on Github (will be labeled as Question) and discuss it with people on Gitter.

    - - -

    Related Projects

    - -

    Laradock related projects:

    - - - -

    If you want your project listed here, please open an issue.

    - - -

    Contributing

    - - - -

    Your contribution is more than welcome.

    - -

    I have a Question/Problem

    - -

    If you have questions about how to use Laradock, please direct your questions to the discussion on Gitter. If you believe your question could help others, then consider opening an Issue (it will be labeled as Question) And you can still seek help on Gitter for it.

    - -

    I found an Issue

    - -

    If have an issue or you found a typo in the documentation, you can help us by -opnening an Issue.

    - -

    Steps to do before opening an Issue:

    - -
      -
    1. Before you submit your issue search the archive, maybe your question was already answered couple hours ago (search in the closed Issues as well).

    2. - -
    3. Decide if the Issue belongs to this project or to Docker itself! or even the tool you are using such as Nginx or MongoDB…

    4. -
    - -

    If your issue appears to be a bug, and hasn’t been reported, then open a new issue.

    - -

    This Help us to maximize the effort we can spend fixing issues and adding new -features, by not reporting duplicate issues.

    - -

    I want a Feature

    - -

    You can request a new feature by submitting an Issue (it will be labeled as Feature Suggestion). If you would like to implement a new feature then consider submitting a Pull Request yourself.

    - -

    I want to update the Documentation (Site)

    - -

    Laradock uses Hugo as website generator tool, with the Material Docs theme. You might need to check their docs quickly.

    - -

    Go the DOCUMENTATION/content and search for the markdown file you want to edit

    - -

    Note: Every folder represents a section in the sidebar “Menu”. And every page and sidebar has a weight number to show it’s position in the site.

    - -

    To update the sidebar or add a new section to it, you can edit this DOCUMENTATION/config.toml toml file.

    - -
    -

    The site will be auto-generated in the docs/ folder by Travis CI.

    -
    - -


    - -

    To Host the website locally

    - -
      -
    1. Install Hugo on your machine.
    2. -
    3. Edit the DOCUMENTATION/content.
    4. -
    5. Delete the /docs folder from the root.
    6. -
    7. After you finish the editing, go to DOCUMENTATION/ and run the hugo command to generate the HTML docs (inside a new /docs folder).
    8. -
    - -

    How to support new Software (Add new Container)

    - -
      -
    • Create folder with the software name.

    • - -
    • Add a Dockerfile, write your code there.

    • - -
    • You may add additional files in the software folder.

    • - -
    • Add the software to the docker-compose.yml file.

    • - -
    • Make sure you follow our commenting style.

    • - -
    • Add the software in the Documentation.

    • -
    - -

    Edit existing Software (Edit a Container)

    - -
      -
    • Open the software (container) folder.

    • - -
    • Edit the files you want to update.

    • - -
    • Note: If you want to edit the base image of the Workspace or the php-fpm Containers, -you need to edit their Docker-files from their GitHub repositories. For more info read their Dockerfiles comment on the Laradock repository.

    • - -
    • Make sure to update the Documentation in case you made any changes.

    • -
    - -

    Pull Request

    - -

    1. Before Submitting a Pull Request (PR)

    - -

    Always Test everything and make sure its working:

    - -
      -
    • Pull the latest updates (or fork of you don’t have permission)
    • -
    • Before editing anything: - -
        -
      • Test building the container (docker-compose build –no-cache container-name) build with no cache first.
      • -
      • Test running the container with some other containers in real app and see of everything is working fine.
      • -
    • -
    • Now edit the container (edit section by section and test rebuilding the container after every edited section) - -
        -
      • Testing building the container (docker-compose build container-name) with no errors.
      • -
      • Test it in a real App if possible.
      • -
    • -
    - -

    2. Submitting a PR

    - -

    Consider the following guidelines:

    - -
      -
    • Search GitHub for an open or closed Pull Request that relates to your submission. You don’t want to duplicate efforts.

    • - -
    • Make your changes in a new git branch:

      - -
       git checkout -b my-fix-branch master
      -
    • - -
    • Commit your changes using a descriptive commit message.

    • - -
    • Push your branch to GitHub:

      - -
      git push origin my-fix-branch
      -
    • - -
    • In GitHub, send a pull request to laradock:master.

    • - -
    • If we suggest changes then:

      - -
        -
      • Make the required updates.
      • -
      • Commit your changes to your branch (e.g. my-fix-branch).
      • -
      • Push the changes to your GitHub repository (this will update your Pull Request).
      • -
    • -
    - -
    -

    If the PR gets too outdated we may ask you to rebase and force push to update the PR:

    -
    - -
    git rebase master -i
    -git push origin my-fix-branch -f
    -
    - -

    WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments on code that were previously made by you and others in your commits.

    - -

    3. After your PR is merged

    - -

    After your pull request is merged, you can safely delete your branch and pull the changes from the main (upstream) repository:

    - -
      -
    • Delete the remote branch on GitHub either through the GitHub web UI or your local shell as follows:

      - -
      git push origin --delete my-fix-branch
      -
    • - -
    • Check out the master branch:

      - -
      git checkout master -f
      -
    • - -
    • Delete the local branch:

      - -
      git branch -D my-fix-branch
      -
    • - -
    • Update your master with the latest upstream version:

      - -
      git pull --ff upstream master
      -
    • -
    - -


    - -

    Happy Coding :)

    - - -

    License

    - -

    MIT License (MIT)

    - - -

    Welcome

    - - - - - - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - diff --git a/docs/index.xml b/docs/index.xml deleted file mode 100644 index c020fbd3..00000000 --- a/docs/index.xml +++ /dev/null @@ -1,2517 +0,0 @@ - - - - Laradock - http://laradock.io/index.xml - Recent content on Laradock - Hugo -- gohugo.io - en-us - - - - Introduction - http://laradock.io/introduction/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/introduction/ - - -<p>A full PHP development environment for Docker.</p> - -<p>Includes pre-packaged Docker Images, all pre-configured to provide a wonderful PHP development environment.</p> - -<p>Laradock is well known in the Laravel community, as the project started with single focus on running Laravel projects on Docker. Later and due to the large adoption from the PHP community, it started supporting other PHP projects like Symfony, CodeIgniter, WordPress, Drupal&hellip;</p> - -<p><img src="https://s19.postimg.org/jblfytw9f/laradock-logo.jpg" alt="" /></p> - -<h2 id="quick-overview">Quick Overview</h2> - -<p>Let&rsquo;s see how easy it is to install <code>NGINX</code>, <code>PHP</code>, <code>Composer</code>, <code>MySQL</code>, <code>Redis</code> and <code>Beanstalkd</code>:</p> - -<p>1 - Clone Laradock inside your PHP project:</p> - -<pre><code class="language-shell">git clone https://github.com/Laradock/laradock.git -</code></pre> - -<p>2 - Enter the laradock folder and rename <code>env-example</code> to <code>.env</code>.</p> - -<pre><code class="language-shell">cp env-example .env -</code></pre> - -<p>3 - Run your containers:</p> - -<pre><code class="language-shell">docker-compose up -d nginx mysql redis beanstalkd -</code></pre> - -<p>4 - Open your project&rsquo;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>5 - Open your browser and visit localhost: <code>http://localhost</code>.</p> - -<pre><code class="language-shell">That's it! enjoy :) -</code></pre> - -<p><a name="features"></a></p> - -<h2 id="features">Features</h2> - -<ul> -<li>Easy switch between PHP versions: 7.1, 7.0, 5.6&hellip;</li> -<li>Choose your favorite database engine: MySQL, Postgres, MariaDB&hellip;</li> -<li>Run your own combination of software: Memcached, HHVM, Beanstalkd&hellip;</li> -<li>Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI&hellip;</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 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&rsquo;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> -<li>Fast Images Builds.</li> -<li>More to come every week..</li> -</ul> - -<p><a name="Supported-Containers"></a></p> - -<h2 id="supported-software-images">Supported Software (Images)</h2> - -<p>In adhering to the separation of concerns principle as promoted by Docker, Laradock runs each software on its own Container. -You can turn On/Off as many instances of as any container without worrying about the configurations, everything works like a charm.</p> - -<ul> -<li><strong>Database Engines:</strong> -MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.</li> -<li><strong>Cache Engines:</strong> -Redis - Memcached - Aerospike</li> -<li><strong>PHP Servers:</strong> -NGINX - Apache2 - Caddy</li> -<li><strong>PHP Compilers:</strong> -PHP FPM - HHVM</li> -<li><strong>Message Queuing:</strong> -Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker</li> -<li><strong>Tools:</strong> -HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog&hellip;</li> -</ul> - -<p>Laradock introduces the <strong>Workspace</strong> Image, as a development environment. -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 - V8JS - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn - SOAP - Drush&hellip;</p> - -<p>You can choose, which tools to install in your workspace container and other containers, from the <code>.env</code> file.</p> - -<blockquote> -<p>If you modify <code>docker-compose.yml</code>, <code>.env</code> or any <code>dockerfile</code> file, you must re-build your containers, to see those effects in the running instance.</p> -</blockquote> - -<p>If you can&rsquo;t find your Software in the list, build it yourself and sumit it. Contributions are welcomed :)</p> - -<p><a name="what-is-docker"></a></p> - -<h2 id="what-is-docker">What is Docker?</h2> - -<p><a href="https://www.docker.com">Docker</a> is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of <a href="https://en.wikipedia.org/wiki/Operating-system-level_virtualization">operating-system-level virtualization</a> on Linux, Mac OS and Windows.</p> - -<p><a name="why-docker-not-vagrant"></a></p> - -<h2 id="why-docker-not-vagrant">Why Docker not Vagrant!?</h2> - -<p><a href="https://www.vagrantup.com">Vagrant</a> creates Virtual Machines in minutes while Docker creates Virtual Containers in seconds.</p> - -<p>Instead of providing a full Virtual Machines, like you get with Vagrant, Docker provides you <strong>lightweight</strong> Virtual Containers, that share the same kernel and allow to safely execute independent processes.</p> - -<p>In addition to the speed, Docker gives tons of features that cannot be achieved with Vagrant.</p> - -<p>Most importantly Docker can run on Development and on Production (same environment everywhere). While Vagrant is designed for Development only, (so you have to re-provision your server on Production every time).</p> - -<p><a name="Demo"></a></p> - -<h2 id="demo-video">Demo Video</h2> - -<p>What&rsquo;s better than a <strong>Demo Video</strong>:</p> - -<ul> -<li>Laradock v5.* (soon or never)</li> -<li>Laradock <a href="https://www.youtube.com/watch?v=TQii1jDa96Y">v4.*</a></li> -<li>Laradock <a href="https://www.youtube.com/watch?v=-DamFMczwDA">v2.*</a></li> -<li>Laradock <a href="https://www.youtube.com/watch?v=jGkyO6Is_aI">v0.3</a></li> -<li>Laradock <a href="https://www.youtube.com/watch?v=3YQsHe6oF80">v0.1</a></li> -</ul> - -<p><a name="Chat"></a></p> - -<h2 id="chat-with-us">Chat with us</h2> - -<p>You are welcome to join our chat room on Gitter.</p> - -<p><a href="https://gitter.im/Laradock/laradock?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge"><img src="https://badges.gitter.im/Laradock/laradock.svg" alt="Gitter" /></a></p> - - - - - Getting Started - http://laradock.io/getting-started/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/getting-started/ - - -<h2 id="requirements">Requirements</h2> - -<ul> -<li><a href="https://git-scm.com/downloads">Git</a></li> -<li><a href="https://www.docker.com/products/docker/">Docker</a> <code>&gt;= 1.12</code></li> -</ul> - -<h2 id="installation">Installation</h2> - -<p>Choose the setup the best suits your needs.</p> - -<ul> -<li><a href="#A">A) Setup for Single Project</a> - -<ul> -<li><a href="#A1">A.1) Already have a PHP project</a></li> -<li><a href="#A2">A.2) Don&rsquo;t have a PHP project yet</a></li> -</ul></li> -<li><a href="#B">B) Setup for Multiple Projects</a></li> -</ul> - -<p><a name="A"></a></p> - -<h3 id="a-setup-for-single-project">A) Setup for Single Project</h3> - -<blockquote> -<p>(Follow these steps if you want a separate Docker environment for each project)</p> -</blockquote> - -<p><a name="A1"></a></p> - -<h3 id="a-1-already-have-a-php-project">A.1) Already have a PHP project:</h3> - -<p>1 - Clone laradock on your project root directory:</p> - -<pre><code class="language-bash">git submodule add https://github.com/Laradock/laradock.git -</code></pre> - -<p><strong>Notes:</strong></p> - -<ul> -<li><p>If you are not using Git yet for your project, you can use <code>git clone</code> instead of <code>git submodule</code>.</p></li> - -<li><p>Note 2: To keep track of your Laradock changes, between your projects and also keep Laradock updated. <a href="http://laradock.io/documentation/#keep-track-of-your-laradock-changes">Check this</a></p></li> -</ul> - -<p>Your folder structure should look like this:</p> - -<pre><code>+ project-a - + laradock-a -+ project-b - + laradock-b -</code></pre> - -<p>(It&rsquo;s important to rename the folders differently in each project.)</p> - -<blockquote> -<p><strong>Now jump to the <a href="#Usage">Usage</a> section.</strong></p> -</blockquote> - -<p><a name="A2"></a></p> - -<h3 id="a-2-don-t-have-a-php-project-yet">A.2) Don&rsquo;t have a PHP project yet:</h3> - -<p>1 - Clone this repository anywhere on your machine:</p> - -<pre><code class="language-bash">git clone https://github.com/laradock/laradock.git -</code></pre> - -<p>Your folder structure should look like this:</p> - -<pre><code>+ laradock -+ project-z -</code></pre> - -<p>2 - Edit your web server sites configuration.</p> - -<p><strong>In case of NGINX:</strong> open <code>nginx/sites/default.conf</code> and change the <code>root</code> from <code>/var/www/public</code> to <code>/var/www/{my-project-folder-name}/public</code>.</p> - -<p><em>Or you can keep <code>default.conf</code> as it is, and create a separate config <code>my-site.conf</code> file for it.</em></p> - -<p><strong>In case of Apache:</strong> :P</p> - -<p><br></p> - -<blockquote> -<p><strong>Now jump to the <a href="#Usage">Usage</a> section.</strong></p> -</blockquote> - -<p><a name="B"></a></p> - -<h3 id="b-setup-for-multiple-projects">B) Setup for Multiple Projects:</h3> - -<blockquote> -<p>(Follow these steps if you want a single Docker environment for all your project)</p> -</blockquote> - -<p>1 - Clone this repository anywhere on your machine (similar to <a href="#A2">Steps A.2. from above</a>):</p> - -<pre><code class="language-bash">git clone https://github.com/laradock/laradock.git -</code></pre> - -<p>Your folder structure should look like this:</p> - -<pre><code>+ laradock -+ project-1 -+ project-2 -</code></pre> - -<p>2 - Go to <code>nginx/sites</code> and create config files to point to different project directory when visiting different domains.</p> - -<p>Laradock by default includes <code>project-1.conf</code> and <code>project-2.conf</code> as working samples.</p> - -<p>3 - change the default names <code>project-n</code>:</p> - -<p>You can rename the config files, project folders and domains as you like, just make sure the <code>root</code> in the config files, is pointing to the correct project folder name.</p> - -<p>4 - Add the domains to the <strong>hosts</strong> files.</p> - -<pre><code>127.0.0.1 project-1.dev -127.0.0.1 project-2.dev -</code></pre> - -<blockquote> -<p><strong>Now jump to the <a href="#Usage">Usage</a> section.</strong></p> -</blockquote> - -<p><a name="Usage"></a></p> - -<h2 id="usage">Usage</h2> - -<p><strong>Read Before starting:</strong></p> - -<p>If you are using <strong>Docker Toolbox</strong> (VM), do one of the following:</p> - -<ul> -<li>Upgrade to Docker <a href="https://www.docker.com/products/docker">Native</a> for Mac/Windows (Recommended). Check out <a href="http://laradock.io/documentation/#upgrading-laradock">Upgrading Laradock</a></li> -<li>Use Laradock v3.*. Visit the <a href="https://github.com/laradock/laradock/tree/Laradock-ToolBox">Laradock-ToolBox</a> branch. <em>(outdated)</em></li> -</ul> - -<p><br></p> - -<blockquote> -<p><strong>Warning:</strong> If you used an older version of Laradock it&rsquo;s highly recommended to rebuild the containers you need to use <a href="#Build-Re-build-Containers">see how you rebuild a container</a> in order to prevent as much errors as possible.</p> -</blockquote> - -<p><br></p> - -<p>1 - Enter the laradock folder and rename <code>env-example</code> to <code>.env</code></p> - -<pre><code class="language-shell">cp env-example .env -</code></pre> - -<p>You can edit the <code>.env</code> file to chose which software&rsquo;s you want to be installed in your environment. You can always refer to the <code>docker-compose.yml</code> file to see how those variables are been used.</p> - -<p>2 - Build the enviroment and run it using <code>docker-compose</code></p> - -<p>In this example we&rsquo;ll see how to run NGINX (web server) and MySQL (database engine) to host a PHP Web Scripts:</p> - -<pre><code class="language-bash">docker-compose up -d nginx mysql -</code></pre> - -<p><strong>Note</strong>: The <code>workspace</code> and <code>php-fpm</code> will run automatically in most of the cases, so no need to specify them in the <code>up</code> command. If you couldn&rsquo;t find them running then you need specify them as follow: <code>docker-compose up -d nginx php-fpm mysql workspace</code>.</p> - -<p>You can select your own combination of containers form <a href="http://laradock.io/introduction/#supported-software-images">this list</a>.</p> - -<p><em>(Please note that sometimes we forget to update the docs, so check the <code>docker-compose.yml</code> file to see an updated list of all available containers).</em></p> - -<p><br> -3 - Enter the Workspace container, to execute commands like (Artisan, Composer, PHPUnit, Gulp, &hellip;)</p> - -<pre><code class="language-bash">docker-compose exec workspace bash -</code></pre> - -<p><em>Alternatively, for Windows PowerShell users: execute the following command to enter any running container:</em></p> - -<pre><code class="language-bash">docker exec -it {workspace-container-id} bash -</code></pre> - -<p><strong>Note:</strong> You can add <code>--user=laradock</code> to have files created as your host&rsquo;s user. Example:</p> - -<pre><code class="language-shell">docker-compose exec --user=laradock workspace bash -</code></pre> - -<p><em>You can change the PUID (User id) and PGID (group id) variables from the <code>.env</code> file)</em></p> - -<p><br> -4 - Update your project configurations to use the database host</p> - -<p>Open your PHP project&rsquo;s <code>.env</code> file or whichever configuration file you are reading from, and set the database host <code>DB_HOST</code> to <code>mysql</code>:</p> - -<pre><code class="language-env">DB_HOST=mysql -</code></pre> - -<p><em>If you want to install Laravel as PHP project, see <a href="#Install-Laravel">How to Install Laravel in a Docker Container</a>.</em></p> - -<p><br> -5 - Open your browser and visit your localhost address <code>http://localhost/</code>. If you followed the multiple projects setup, you can visit <code>http://project-1.dev/</code> and <code>http://project-2.dev/</code>. But first don&rsquo;t</p> - - - - - Documentation - http://laradock.io/documentation/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/documentation/ - - -<p><a name="List-current-running-Containers"></a></p> - -<h2 id="list-current-running-containers">List current running Containers</h2> - -<pre><code class="language-bash">docker ps -</code></pre> - -<p>You can also use the following command if you want to see only this project containers:</p> - -<pre><code class="language-bash">docker-compose ps -</code></pre> - -<p><br> -<a name="Close-all-running-Containers"></a></p> - -<h2 id="close-all-running-containers">Close all running Containers</h2> - -<pre><code class="language-bash">docker-compose stop -</code></pre> - -<p>To stop single container do:</p> - -<pre><code class="language-bash">docker-compose stop {container-name} -</code></pre> - -<p><br> -<a name="Delete-all-existing-Containers"></a></p> - -<h2 id="delete-all-existing-containers">Delete all existing Containers</h2> - -<pre><code class="language-bash">docker-compose down -</code></pre> - -<p><br> -<a name="Enter-Container"></a></p> - -<h2 id="enter-a-container-run-commands-in-a-running-container">Enter a Container (run commands in a running Container)</h2> - -<p>1 - First list the current running containers with <code>docker ps</code></p> - -<p>2 - Enter any container using:</p> - -<pre><code class="language-bash">docker-compose exec {container-name} bash -</code></pre> - -<p><em>Example: enter MySQL container</em></p> - -<pre><code class="language-bash">docker-compose exec mysql bash -</code></pre> - -<p><em>Example: enter to MySQL prompt within MySQL container</em></p> - -<pre><code class="language-bash">docker-compose exec mysql mysql -u homestead -psecret -</code></pre> - -<p>3 - To exit a container, type <code>exit</code>.</p> - -<p><br> -<a name="Edit-Container"></a></p> - -<h2 id="edit-default-container-configuration">Edit default container configuration</h2> - -<p>Open the <code>docker-compose.yml</code> and change anything you want.</p> - -<p>Examples:</p> - -<p>Change MySQL Database Name:</p> - -<pre><code class="language-yml"> environment: - MYSQL_DATABASE: laradock - ... -</code></pre> - -<p>Change Redis default port to 1111:</p> - -<pre><code class="language-yml"> ports: - - &quot;1111:6379&quot; - ... -</code></pre> - -<p><br> -<a name="Edit-a-Docker-Image"></a></p> - -<h2 id="edit-a-docker-image">Edit a Docker Image</h2> - -<p>1 - Find the <code>Dockerfile</code> of the image you want to edit, -<br> -example for <code>mysql</code> it will be <code>mysql/Dockerfile</code>.</p> - -<p>2 - Edit the file the way you want.</p> - -<p>3 - Re-build the container:</p> - -<pre><code class="language-bash">docker-compose build mysql -</code></pre> - -<p>More info on Containers rebuilding <a href="#Build-Re-build-Containers">here</a>.</p> - -<p><br> -<a name="Build-Re-build-Containers"></a></p> - -<h2 id="build-re-build-containers">Build/Re-build Containers</h2> - -<p>If you do any change to any <code>Dockerfile</code> make sure you run this command, for the changes to take effect:</p> - -<pre><code class="language-bash">docker-compose build -</code></pre> - -<p>Optionally you can specify which container to rebuild (instead of rebuilding all the containers):</p> - -<pre><code class="language-bash">docker-compose build {container-name} -</code></pre> - -<p>You might use the <code>--no-cache</code> option if you want full rebuilding (<code>docker-compose build --no-cache {container-name}</code>).</p> - -<p><br> -<a name="Add-Docker-Images"></a></p> - -<h2 id="add-more-software-docker-images">Add more Software (Docker Images)</h2> - -<p>To add an image (software), just edit the <code>docker-compose.yml</code> and add your container details, to do so you need to be familiar with the <a href="https://docs.docker.com/compose/compose-file/">docker compose file syntax</a>.</p> - -<p><br> -<a name="View-the-Log-files"></a></p> - -<h2 id="view-the-log-files">View the Log files</h2> - -<p>The NGINX Log file is stored in the <code>logs/nginx</code> directory.</p> - -<p>However to view the logs of all the other containers (MySQL, PHP-FPM,&hellip;) you can run this:</p> - -<pre><code class="language-bash">docker logs {container-name} -</code></pre> - -<p>More <a href="https://docs.docker.com/compose/reference/logs/">options</a></p> - -<pre><code class="language-bash">docker logs -f {container-name} -</code></pre> - -<p><br> -<a name="PHP"></a></p> - -<p><a name="Install-PHP-Extensions"></a></p> - -<h2 id="install-php-extensions">Install PHP Extensions</h2> - -<p>Before installing PHP extensions, you have to decide whether you need for the <code>FPM</code> or <code>CLI</code> because each lives on a different container, if you need it for both you have to edit both containers.</p> - -<p>The PHP-FPM extensions should be installed in <code>php-fpm/Dockerfile-XX</code>. <em>(replace XX with your default PHP version number)</em>. -<br> -The PHP-CLI extensions should be installed in <code>workspace/Dockerfile</code>.</p> - -<p><br> -<a name="Change-the-PHP-FPM-Version"></a></p> - -<h2 id="change-the-php-fpm-version">Change the (PHP-FPM) Version</h2> - -<p>By default <strong>PHP-FPM 7.0</strong> is running.</p> - -<blockquote> -<p>The PHP-FPM is responsible of serving your application code, you don&rsquo;t have to change the PHP-CLI version if you are planning to run your application on different PHP-FPM version.</p> -</blockquote> - -<h3 id="a-switch-from-php-7-0-to-php-5-6">A) Switch from PHP <code>7.0</code> to PHP <code>5.6</code></h3> - -<p>1 - Open the <code>docker-compose.yml</code>.</p> - -<p>2 - Search for <code>Dockerfile-70</code> in the PHP container section.</p> - -<p>3 - Change the version number, by replacing <code>Dockerfile-70</code> with <code>Dockerfile-56</code>, like this:</p> - -<pre><code class="language-yml"> php-fpm: - build: - context: ./php-fpm - dockerfile: Dockerfile-70 - ... -</code></pre> - -<p>4 - Finally rebuild the container</p> - -<pre><code class="language-bash">docker-compose build php-fpm -</code></pre> - -<blockquote> -<p>For more details about the PHP base image, visit the <a href="https://hub.docker.com/_/php/">official PHP docker images</a>.</p> -</blockquote> - -<h3 id="b-switch-from-php-7-0-or-5-6-to-php-5-5">B) Switch from PHP <code>7.0</code> or <code>5.6</code> to PHP <code>5.5</code></h3> - -<p>We do not natively support PHP 5.5 anymore, but you can get it in few steps:</p> - -<p>1 - Clone <code>https://github.com/laradock/php-fpm</code>.</p> - -<p>3 - Rename <code>Dockerfile-56</code> to <code>Dockerfile-55</code>.</p> - -<p>3 - Edit the file <code>FROM php:5.6-fpm</code> to <code>FROM php:5.5-fpm</code>.</p> - -<p>4 - Build an image from <code>Dockerfile-55</code>.</p> - -<p>5 - Open the <code>docker-compose.yml</code> file.</p> - -<p>6 - Point <code>php-fpm</code> to your <code>Dockerfile-55</code> file.</p> - -<p><br> -<a name="Change-the-PHP-CLI-Version"></a></p> - -<h2 id="change-the-php-cli-version">Change the PHP-CLI Version</h2> - -<p>By default <strong>PHP-CLI 7.0</strong> is running.</p> - -<blockquote> -<p>Note: it&rsquo;s not very essential to edit the PHP-CLI version. The PHP-CLI is only used for the Artisan Commands &amp; Composer. It doesn&rsquo;t serve your Application code, this is the PHP-FPM job.</p> -</blockquote> - -<p>The PHP-CLI is installed in the Workspace container. To change the PHP-CLI version you need to edit the <code>workspace/Dockerfile</code>.</p> - -<p>Right now you have to manually edit the <code>Dockerfile</code> or create a new one like it&rsquo;s done for the PHP-FPM. (consider contributing).</p> - -<p><br> -<a name="Install-xDebug"></a></p> - -<h2 id="install-xdebug">Install xDebug</h2> - -<p>1 - First install <code>xDebug</code> in the Workspace and the PHP-FPM Containers: -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) search for the <code>INSTALL_XDEBUG</code> argument under the Workspace Container -<br> -c) set it to <code>true</code> -<br> -d) search for the <code>INSTALL_XDEBUG</code> argument under the PHP-FPM Container -<br> -e) set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_XDEBUG=true - ... - php-fpm: - build: - context: ./php-fpm - args: - - INSTALL_XDEBUG=true - ... -</code></pre> - -<p>2 - Re-build the containers <code>docker-compose build workspace php-fpm</code></p> - -<p>3 - Open <code>laradock/workspace/xdebug.ini</code> and/or <code>laradock/php-fpm/xdebug.ini</code> and enable at least the following configurations:</p> - -<pre><code>xdebug.remote_autostart=1 -xdebug.remote_enable=1 -xdebug.remote_connect_back=1 -</code></pre> - -<p>For information on how to configure xDebug with your IDE and work it out, check this <a href="https://github.com/LarryEitel/laravel-laradock-phpstorm">Repository</a>.</p> - -<p><br> -<a name="Control-xDebug"></a></p> - -<h2 id="start-stop-xdebug">Start/Stop xDebug:</h2> - -<p>By installing xDebug, you are enabling it to run on startup by default.</p> - -<p>To control the behavior of xDebug (in the <code>php-fpm</code> Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):</p> - -<ul> -<li>Stop xDebug from running by default: <code>.php-fpm/xdebug stop</code>.</li> -<li>Start xDebug by default: <code>.php-fpm/xdebug start</code>.</li> -<li>See the status: <code>.php-fpm/xdebug status</code>.</li> -</ul> - -<p>Note: If <code>.php-fpm/xdebug</code> doesn&rsquo;t execute and gives <code>Permission Denied</code> error the problem can be that file <code>xdebug</code> doesn&rsquo;t have execution access. This can be fixed by running <code>chmod</code> command with desired access permissions.</p> - -<p><br> -<a name="Install-Deployer"></a></p> - -<h2 id="install-deployer-deployment-tool-for-php">Install Deployer (Deployment tool for PHP)</h2> - -<p>1 - Open the <code>docker-compose.yml</code> file -<br> -2 - Search for the <code>INSTALL_DEPLOYER</code> argument under the Workspace Container -<br> -3 - Set it to <code>true</code> -<br></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_DEPLOYER=true - ... -</code></pre> - -<p>4 - Re-build the containers <code>docker-compose build workspace</code></p> - -<p><a href="https://deployer.org/docs"><strong>Deployer Documentation Here</strong></a></p> - -<p><br> -<a name="Production"></a></p> - -<p><br> -<a name="Laradock-for-Production"></a></p> - -<h2 id="prepare-laradock-for-production">Prepare Laradock for Production</h2> - -<p>It&rsquo;s recommended for production to create a custom <code>docker-compose.yml</code> file. For that reason, Laradock is shipped with <code>production-docker-compose.yml</code> which should contain only the containers you are planning to run on production (usage example: <code>docker-compose -f production-docker-compose.yml up -d nginx mysql redis ...</code>).</p> - -<p>Note: The Database (MySQL/MariaDB/&hellip;) ports should not be forwarded on production, because Docker will automatically publish the port on the host, which is quite insecure, unless specifically told not to. So make sure to remove these lines:</p> - -<pre><code>ports: - - &quot;3306:3306&quot; -</code></pre> - -<p>To learn more about how Docker publishes ports, please read <a href="https://fralef.me/docker-and-iptables.html">this excellent post on the subject</a>.</p> - -<p><br> -<a name="Digital-Ocean"></a></p> - -<h2 id="setup-laravel-and-docker-on-digital-ocean">Setup Laravel and Docker on Digital Ocean</h2> - -<h3 id="full-guide-here-https-github-com-laradock-laradock-blob-master-guides-digital-ocean-md"><a href="https://github.com/laradock/laradock/blob/master/_guides/digital_ocean.md">Full Guide Here</a></h3> - -<p><br> -<a name="Laravel"></a></p> - -<p><a name="Install-Laravel"></a></p> - -<h2 id="install-laravel-from-a-docker-container">Install Laravel from a Docker Container</h2> - -<p>1 - First you need to enter the Workspace Container.</p> - -<p>2 - Install Laravel.</p> - -<p>Example using Composer</p> - -<pre><code class="language-bash">composer create-project laravel/laravel my-cool-app &quot;5.2.*&quot; -</code></pre> - -<blockquote> -<p>We recommend using <code>composer create-project</code> instead of the Laravel installer, to install Laravel.</p> -</blockquote> - -<p>For more about the Laravel installation click <a href="https://laravel.com/docs/master#installing-laravel">here</a>.</p> - -<p>3 - Edit <code>docker-compose.yml</code> to Map the new application path:</p> - -<p>By default, Laradock assumes the Laravel application is living in the parent directory of the laradock folder.</p> - -<p>Since the new Laravel application is in the <code>my-cool-app</code> folder, we need to replace <code>../:/var/www</code> with <code>../my-cool-app/:/var/www</code>, as follow:</p> - -<pre><code class="language-yaml"> application: - image: tianon/true - volumes: - - ../my-cool-app/:/var/www - ... -</code></pre> - -<p>4 - Go to that folder and start working..</p> - -<pre><code class="language-bash">cd my-cool-app -</code></pre> - -<p>5 - Go back to the Laradock installation steps to see how to edit the <code>.env</code> file.</p> - -<p><br> -<a name="Run-Artisan-Commands"></a></p> - -<h2 id="run-artisan-commands">Run Artisan Commands</h2> - -<p>You can run artisan commands and many other Terminal commands from the Workspace container.</p> - -<p>1 - Make sure you have the workspace container running.</p> - -<pre><code class="language-bash">docker-compose up -d workspace // ..and all your other containers -</code></pre> - -<p>2 - Find the Workspace container name:</p> - -<pre><code class="language-bash">docker-compose ps -</code></pre> - -<p>3 - Enter the Workspace container:</p> - -<pre><code class="language-bash">docker-compose exec workspace bash -</code></pre> - -<p>Add <code>--user=laradock</code> (example <code>docker-compose exec --user=laradock workspace bash</code>) to have files created as your host&rsquo;s user.</p> - -<p>4 - Run anything you want :)</p> - -<pre><code class="language-bash">php artisan -</code></pre> - -<pre><code class="language-bash">Composer update -</code></pre> - -<pre><code class="language-bash">phpunit -</code></pre> - -<p><br> -<a name="Run-Laravel-Queue-Worker"></a></p> - -<h2 id="run-laravel-queue-worker">Run Laravel Queue Worker</h2> - -<p>1 - First add <code>php-worker</code> container. It will be similar as like PHP-FPM Container. -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) add a new service container by simply copy-paste this section below PHP-FPM container</p> - -<pre><code class="language-yaml"> php-worker: - build: - context: ./php-fpm - dockerfile: Dockerfile-70 # or Dockerfile-56, choose your PHP-FPM container setting - volumes_from: - - applications - command: php artisan queue:work -</code></pre> - -<p>2 - Start everything up</p> - -<pre><code class="language-bash">docker-compose up -d php-worker -</code></pre> - -<p><br> -<a name="Use-Redis"></a></p> - -<h2 id="use-redis">Use Redis</h2> - -<p>1 - First make sure you run the Redis Container (<code>redis</code>) with the <code>docker-compose up</code> command.</p> - -<pre><code class="language-bash">docker-compose up -d redis -</code></pre> - -<p>2 - Open your Laravel&rsquo;s <code>.env</code> file and set the <code>REDIS_HOST</code> to <code>redis</code></p> - -<pre><code class="language-env">REDIS_HOST=redis -</code></pre> - -<p>If you don&rsquo;t find the <code>REDIS_HOST</code> variable in your <code>.env</code> file. Go to the database configuration file <code>config/database.php</code> and replace the default <code>127.0.0.1</code> IP with <code>redis</code> for Redis like this:</p> - -<pre><code class="language-php">'redis' =&gt; [ - 'cluster' =&gt; false, - 'default' =&gt; [ - 'host' =&gt; 'redis', - 'port' =&gt; 6379, - 'database' =&gt; 0, - ], -], -</code></pre> - -<p>3 - To enable Redis Caching and/or for Sessions Management. Also from the <code>.env</code> file set <code>CACHE_DRIVER</code> and <code>SESSION_DRIVER</code> to <code>redis</code> instead of the default <code>file</code>.</p> - -<pre><code class="language-env">CACHE_DRIVER=redis -SESSION_DRIVER=redis -</code></pre> - -<p>4 - Finally make sure you have the <code>predis/predis</code> package <code>(~1.0)</code> installed via Composer:</p> - -<pre><code class="language-bash">composer require predis/predis:^1.0 -</code></pre> - -<p>5 - You can manually test it from Laravel with this code:</p> - -<pre><code class="language-php">\Cache::store('redis')-&gt;put('Laradock', 'Awesome', 10); -</code></pre> - -<p><br> -<a name="Use-Mongo"></a></p> - -<h2 id="use-mongo">Use Mongo</h2> - -<p>1 - First install <code>mongo</code> in the Workspace and the PHP-FPM Containers: -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) search for the <code>INSTALL_MONGO</code> argument under the Workspace Container -<br> -c) set it to <code>true</code> -<br> -d) search for the <code>INSTALL_MONGO</code> argument under the PHP-FPM Container -<br> -e) set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_MONGO=true - ... - php-fpm: - build: - context: ./php-fpm - args: - - INSTALL_MONGO=true - ... -</code></pre> - -<p>2 - Re-build the containers <code>docker-compose build workspace php-fpm</code></p> - -<p>3 - Run the MongoDB Container (<code>mongo</code>) with the <code>docker-compose up</code> command.</p> - -<pre><code class="language-bash">docker-compose up -d mongo -</code></pre> - -<p>4 - Add the MongoDB configurations to the <code>config/database.php</code> configuration file:</p> - -<pre><code class="language-php">'connections' =&gt; [ - - 'mongodb' =&gt; [ - 'driver' =&gt; 'mongodb', - 'host' =&gt; env('DB_HOST', 'localhost'), - 'port' =&gt; env('DB_PORT', 27017), - 'database' =&gt; env('DB_DATABASE', 'database'), - 'username' =&gt; '', - 'password' =&gt; '', - 'options' =&gt; [ - 'database' =&gt; '', - ] - ], - - // ... - -], -</code></pre> - -<p>5 - Open your Laravel&rsquo;s <code>.env</code> file and update the following variables:</p> - -<ul> -<li>set the <code>DB_HOST</code> to your <code>mongo</code>.</li> -<li>set the <code>DB_PORT</code> to <code>27017</code>.</li> -<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li> -</ul> - -<p>6 - Finally make sure you have the <code>jenssegers/mongodb</code> package installed via Composer and its Service Provider is added.</p> - -<pre><code class="language-bash">composer require jenssegers/mongodb -</code></pre> - -<p>More details about this <a href="https://github.com/jenssegers/laravel-mongodb#installation">here</a>.</p> - -<p>7 - Test it:</p> - -<ul> -<li>First let your Models extend from the Mongo Eloquent Model. Check the <a href="https://github.com/jenssegers/laravel-mongodb#eloquent">documentation</a>.</li> -<li>Enter the Workspace Container.</li> -<li>Migrate the Database <code>php artisan migrate</code>.</li> -</ul> - -<p><br> -<a name="Use-phpMyAdmin"></a></p> - -<h2 id="use-phpmyadmin">Use PhpMyAdmin</h2> - -<p>1 - Run the phpMyAdmin Container (<code>phpmyadmin</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash"># use with mysql -docker-compose up -d mysql phpmyadmin - -# use with mariadb -docker-compose up -d mariadb phpmyadmin -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>8080</strong>: <code>http://localhost:8080</code></p> - -<p><br> -<a name="Use-Adminer"></a></p> - -<h2 id="use-adminer">Use Adminer</h2> - -<p>1 - Run the Adminer Container (<code>adminer</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d adminer -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>8080</strong>: <code>http://localhost:8080</code></p> - -<p><br> -<a name="Use-pgAdmin"></a></p> - -<h2 id="use-pgadmin">Use PgAdmin</h2> - -<p>1 - Run the pgAdmin Container (<code>pgadmin</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d postgres pgadmin -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>5050</strong>: <code>http://localhost:5050</code></p> - -<p><br> -<a name="Use-Beanstalkd"></a></p> - -<h2 id="use-beanstalkd">Use Beanstalkd</h2> - -<p>1 - Run the Beanstalkd Container:</p> - -<pre><code class="language-bash">docker-compose up -d beanstalkd -</code></pre> - -<p>2 - Configure Laravel to connect to that container by editing the <code>config/queue.php</code> config file.</p> - -<p>a. first set <code>beanstalkd</code> as default queue driver -b. set the queue host to beanstalkd : <code>QUEUE_HOST=beanstalkd</code></p> - -<p><em>beanstalkd is now available on default port <code>11300</code>.</em></p> - -<p>3 - Require the dependency package <a href="https://github.com/pda/pheanstalk">pda/pheanstalk</a> using composer.</p> - -<p>Optionally you can use the Beanstalkd Console Container to manage your Queues from a web interface.</p> - -<p>1 - Run the Beanstalkd Console Container:</p> - -<pre><code class="language-bash">docker-compose up -d beanstalkd-console -</code></pre> - -<p>2 - Open your browser and visit <code>http://localhost:2080/</code></p> - -<p>3 - Add the server</p> - -<ul> -<li>Host: beanstalkd</li> -<li>Port: 11300</li> -</ul> - -<p>4 - Done.</p> - -<p><br> -<a name="Use-ElasticSearch"></a></p> - -<h2 id="use-elasticsearch">Use ElasticSearch</h2> - -<p>1 - Run the ElasticSearch Container (<code>elasticsearch</code>) with the <code>docker-compose up</code> command:</p> - -<pre><code class="language-bash">docker-compose up -d elasticsearch -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>9200</strong>: <code>http://localhost:9200</code></p> - -<h3 id="install-elasticsearch-plugin">Install ElasticSearch Plugin</h3> - -<p>1 - Install the ElasticSearch plugin like <a href="https://www.elastic.co/guide/en/elasticsearch/plugins/current/plugins-delete-by-query.html">delete-by-query</a>.</p> - -<pre><code class="language-bash">docker exec {container-name} /usr/share/elasticsearch/bin/plugin install delete-by-query -</code></pre> - -<p>2 - Restart elasticsearch container</p> - -<pre><code class="language-bash">docker restart {container-name} -</code></pre> - -<p><br> -<a name="Use-Selenium"></a></p> - -<h2 id="use-selenium">Use Selenium</h2> - -<p>1 - Run the Selenium Container (<code>selenium</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d selenium -</code></pre> - -<p>2 - Open your browser and visit the localhost on port <strong>4444</strong> at the following URL: <code>http://localhost:4444/wd/hub</code></p> - -<p><br> -<a name="Use-RethinkDB"></a></p> - -<h2 id="use-rethinkdb">Use RethinkDB</h2> - -<p>The RethinkDB is an open-source Database for Real-time Web (<a href="https://rethinkdb.com/">RethinkDB</a>). -A package (<a href="https://github.com/duxet/laravel-rethinkdb">Laravel RethinkDB</a>) is being developed and was released a version for Laravel 5.2 (experimental).</p> - -<p>1 - Run the RethinkDB Container (<code>rethinkdb</code>) with the <code>docker-compose up</code> command.</p> - -<pre><code class="language-bash">docker-compose up -d rethinkdb -</code></pre> - -<p>2 - Access the RethinkDB Administration Console <a href="http://localhost:8090/#tables">http://localhost:8090/#tables</a> for create a database called <code>database</code>.</p> - -<p>3 - Add the RethinkDB configurations to the <code>config/database.php</code> configuration file:</p> - -<pre><code class="language-php">'connections' =&gt; [ - - 'rethinkdb' =&gt; [ - 'name' =&gt; 'rethinkdb', - 'driver' =&gt; 'rethinkdb', - 'host' =&gt; env('DB_HOST', 'rethinkdb'), - 'port' =&gt; env('DB_PORT', 28015), - 'database' =&gt; env('DB_DATABASE', 'test'), - ] - - // ... - -], -</code></pre> - -<p>4 - Open your Laravel&rsquo;s <code>.env</code> file and update the following variables:</p> - -<ul> -<li>set the <code>DB_CONNECTION</code> to your <code>rethinkdb</code>.</li> -<li>set the <code>DB_HOST</code> to <code>rethinkdb</code>.</li> -<li>set the <code>DB_PORT</code> to <code>28015</code>.</li> -<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li> -</ul> - -<p><br> -<a name="Use-Minio"></a></p> - -<h2 id="use-minio">Use Minio</h2> - -<p>1 - Configure Minio: - - On the workspace container, change <code>INSTALL_MC</code> to true to get the client - - Set <code>MINIO_ACCESS_KEY</code> and <code>MINIO_ACCESS_SECRET</code> if you wish to set proper keys</p> - -<p>2 - Run the Minio Container (<code>minio</code>) with the <code>docker-compose up</code> command. Example:</p> - -<pre><code class="language-bash">docker-compose up -d minio -</code></pre> - -<p>3 - Open your browser and visit the localhost on port <strong>9000</strong> at the following URL: <code>http://localhost:9000</code></p> - -<p>4 - Create a bucket either through the webui or using the mc client:</p> - -<pre><code class="language-bash"> mc mb minio/bucket -</code></pre> - -<p>5 - When configuring your other clients use the following details:</p> - -<pre><code> S3_HOST=http://minio - S3_KEY=access - S3_SECRET=secretkey - S3_REGION=us-east-1 - S3_BUCKET=bucket -</code></pre> - -<p><br> -<a name="CodeIgniter"></a></p> - -<p><br> -<a name="Install-CodeIgniter"></a></p> - -<h2 id="install-codeigniter">Install CodeIgniter</h2> - -<p>To install CodeIgniter 3 on Laradock all you have to do is the following simple steps:</p> - -<p>1 - Open the <code>docker-compose.yml</code> file.</p> - -<p>2 - Change <code>CODEIGNITER=false</code> to <code>CODEIGNITER=true</code>.</p> - -<p>3 - Re-build your PHP-FPM Container <code>docker-compose build php-fpm</code>.</p> - -<p><br> -<a name="Misc"></a></p> - -<h2 id="miscellaneous">Miscellaneous</h2> - -<p><br> -<a name="Change-the-timezone"></a></p> - -<h2 id="change-the-timezone">Change the timezone</h2> - -<p>To change the timezone for the <code>workspace</code> container, modify the <code>TZ</code> build argument in the Docker Compose file to one in the <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones">TZ database</a>.</p> - -<p>For example, if I want the timezone to be <code>New York</code>:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - TZ=America/New_York - ... -</code></pre> - -<p>We also recommend <a href="http://www.camroncade.com/managing-timezones-with-laravel/">setting the timezone in Laravel</a>.</p> - -<p><br> -<a name="CronJobs"></a></p> - -<h2 id="adding-cron-jobs">Adding cron jobs</h2> - -<p>You can add your cron jobs to <code>workspace/crontab/root</code> after the <code>php artisan</code> line.</p> - -<pre><code>* * * * * php /var/www/artisan schedule:run &gt;&gt; /dev/null 2&gt;&amp;1 - -# Custom cron -* * * * * root echo &quot;Every Minute&quot; &gt; /var/log/cron.log 2&gt;&amp;1 -</code></pre> - -<p>Make sure you <a href="#Change-the-timezone">change the timezone</a> if you don&rsquo;t want to use the default (UTC).</p> - -<p><br> -<a name="Workspace-ssh"></a></p> - -<h2 id="access-workspace-via-ssh">Access workspace via ssh</h2> - -<p>You can access the <code>workspace</code> container through <code>localhost:2222</code> by setting the <code>INSTALL_WORKSPACE_SSH</code> build argument to <code>true</code>.</p> - -<p>To change the default forwarded port for ssh:</p> - -<pre><code class="language-yml"> workspace: - ports: - - &quot;2222:22&quot; # Edit this line - ... -</code></pre> - -<p><br> -<a name="MySQL-access-from-host"></a></p> - -<h2 id="mysql-access-from-host">MySQL access from host</h2> - -<p>You can forward the MySQL/MariaDB port to your host by making sure these lines are added to the <code>mysql</code> or <code>mariadb</code> section of the <code>docker-compose.yml</code> or in your <a href="https://docs.docker.com/compose/extends/">environment specific Compose</a> file.</p> - -<pre><code>ports: - - &quot;3306:3306&quot; -</code></pre> - -<p><br> -<a name="MySQL-root-access"></a></p> - -<h2 id="mysql-root-access">MySQL root access</h2> - -<p>The default username and password for the root MySQL user are <code>root</code> and <code>root</code>.</p> - -<p>1 - Enter the MySQL container: <code>docker-compose exec mysql bash</code>.</p> - -<p>2 - Enter mysql: <code>mysql -uroot -proot</code> for non root access use <code>mysql -uhomestead -psecret</code>.</p> - -<p>3 - See all users: <code>SELECT User FROM mysql.user;</code></p> - -<p>4 - Run any commands <code>show databases</code>, <code>show tables</code>, <code>select * from.....</code>.</p> - -<p><br> -<a name="Change-MySQL-port"></a></p> - -<h2 id="change-mysql-port">Change MySQL port</h2> - -<p>Modify the <code>mysql/my.cnf</code> file to set your port number, <code>1234</code> is used as an example.</p> - -<pre><code>[mysqld] -port=1234 -</code></pre> - -<p>If you need <a href="#MySQL-access-from-host">MySQL access from your host</a>, do not forget to change the internal port number (<code>&quot;3306:3306&quot;</code> -&gt; <code>&quot;3306:1234&quot;</code>) in the docker-compose configuration file.</p> - -<p><br> -<a name="Use-custom-Domain"></a></p> - -<h2 id="use-custom-domain-instead-of-the-docker-ip">Use custom Domain (instead of the Docker IP)</h2> - -<p>Assuming your custom domain is <code>laravel.dev</code></p> - -<p>1 - Open your <code>/etc/hosts</code> file and map your localhost address <code>127.0.0.1</code> to the <code>laravel.dev</code> domain, by adding the following:</p> - -<pre><code class="language-bash">127.0.0.1 laravel.dev -</code></pre> - -<p>2 - Open your browser and visit <code>{http://laravel.dev}</code></p> - -<p>Optionally you can define the server name in the NGINX configuration file, like this:</p> - -<pre><code class="language-conf">server_name laravel.dev; -</code></pre> - -<p><br> -<a name="Enable-Global-Composer-Build-Install"></a></p> - -<h2 id="enable-global-composer-build-install">Enable Global Composer Build Install</h2> - -<p>Enabling Global Composer Install during the build for the container allows you to get your composer requirements installed and available in the container after the build is done.</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>COMPOSER_GLOBAL_INSTALL</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - COMPOSER_GLOBAL_INSTALL=true - ... -</code></pre> - -<p>3 - Now add your dependencies to <code>workspace/composer.json</code></p> - -<p>4 - Re-build the Workspace Container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Prestissimo"></a></p> - -<h2 id="install-prestissimo">Install Prestissimo</h2> - -<p><a href="https://github.com/hirak/prestissimo">Prestissimo</a> is a plugin for composer which enables parallel install functionality.</p> - -<p>1 - Enable Running Global Composer Install during the Build:</p> - -<p>Click on this <a href="#Enable-Global-Composer-Build-Install">Enable Global Composer Build Install</a> and do steps 1 and 2 only then continue here.</p> - -<p>2 - Add prestissimo as requirement in Composer:</p> - -<p>a - Now open the <code>workspace/composer.json</code> file</p> - -<p>b - Add <code>&quot;hirak/prestissimo&quot;: &quot;^0.3&quot;</code> as requirement</p> - -<p>c - Re-build the Workspace Container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Node"></a></p> - -<h2 id="install-node-nvm">Install Node + NVM</h2> - -<p>To install NVM and NodeJS in the Workspace container</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>INSTALL_NODE</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_NODE=true - ... -</code></pre> - -<p>3 - Re-build the container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Yarn"></a></p> - -<h2 id="install-node-yarn">Install Node + YARN</h2> - -<p>Yarn is a new package manager for JavaScript. It is so faster than npm, which you can find <a href="http://yarnpkg.com/en/compare">here</a>.To install NodeJS and <a href="https://yarnpkg.com/">Yarn</a> in the Workspace container:</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>INSTALL_NODE</code> and <code>INSTALL_YARN</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_NODE=true - - INSTALL_YARN=true - ... -</code></pre> - -<p>3 - Re-build the container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Install-Linuxbrew"></a></p> - -<h2 id="install-linuxbrew">Install Linuxbrew</h2> - -<p>Linuxbrew is a package manager for Linux. It is the Linux version of MacOS Homebrew and can be found <a href="http://linuxbrew.sh">here</a>. To install Linuxbrew in the Workspace container:</p> - -<p>1 - Open the <code>docker-compose.yml</code> file</p> - -<p>2 - Search for the <code>INSTALL_LINUXBREW</code> argument under the Workspace Container and set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_LINUXBREW=true - ... -</code></pre> - -<p>3 - Re-build the container <code>docker-compose build workspace</code></p> - -<p><br> -<a name="Common-Aliases"></a> -<br></p> - -<h2 id="common-terminal-aliases">Common Terminal Aliases</h2> - -<p>When you start your docker container, Laradock will copy the <code>aliases.sh</code> file located in the <code>laradock/workspace</code> directory and add sourcing to the container <code>~/.bashrc</code> file.</p> - -<p>You are free to modify the <code>aliases.sh</code> as you see fit, adding your own aliases (or function macros) to suit your requirements.</p> - -<p><br> -<a name="Install-Aerospike-Extension"></a></p> - -<h2 id="install-aerospike-extension">Install Aerospike extension</h2> - -<p>1 - First install <code>aerospike</code> in the Workspace and the PHP-FPM Containers: -<br> -a) open the <code>docker-compose.yml</code> file -<br> -b) search for the <code>INSTALL_AEROSPIKE_EXTENSION</code> argument under the Workspace Container -<br> -c) set it to <code>true</code> -<br> -d) search for the <code>INSTALL_AEROSPIKE_EXTENSION</code> argument under the PHP-FPM Container -<br> -e) set it to <code>true</code></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_AEROSPIKE_EXTENSION=true - ... - php-fpm: - build: - context: ./php-fpm - args: - - INSTALL_AEROSPIKE_EXTENSION=true - ... -</code></pre> - -<p>2 - Re-build the containers <code>docker-compose build workspace php-fpm</code></p> - -<p><br> -<a name="Install-Laravel-Envoy"></a></p> - -<h2 id="install-laravel-envoy-envoy-task-runner">Install Laravel Envoy (Envoy Task Runner)</h2> - -<p>1 - Open the <code>docker-compose.yml</code> file -<br> -2 - Search for the <code>INSTALL_LARAVEL_ENVOY</code> argument under the Workspace Container -<br> -3 - Set it to <code>true</code> -<br></p> - -<p>It should be like this:</p> - -<pre><code class="language-yml"> workspace: - build: - context: ./workspace - args: - - INSTALL_LARAVEL_ENVOY=true - ... -</code></pre> - -<p>4 - Re-build the containers <code>docker-compose build workspace</code></p> - -<p><a href="https://laravel.com/docs/5.3/envoy"><strong>Laravel Envoy Documentation Here</strong></a></p> - -<p><br> -<a name="phpstorm-debugging"></a></p> - -<h2 id="phpstorm-debugging-guide">PHPStorm Debugging Guide</h2> - -<p>Remote debug Laravel web and phpunit tests.</p> - -<p><a href="https://github.com/laradock/laradock/blob/master/_guides/phpstorm.md"><strong>Debugging Guide Here</strong></a></p> - -<p><br> -<a name="keep-tracking-Laradock"></a></p> - -<h2 id="keep-track-of-your-laradock-changes">Keep track of your Laradock changes</h2> - -<ol> -<li>Fork the Laradock repository.</li> -<li>Use that fork as a submodule.</li> -<li>Commit all your changes to your fork.</li> -<li>Pull new stuff from the main repository from time to time.</li> -</ol> - -<p><br> -<a name="upgrading-laradock"></a></p> - -<h2 id="upgrading-laradock">Upgrading Laradock</h2> - -<p>Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requires upgrading Laradock from v3.* to v4.*:</p> - -<ol> -<li>Stop the docker VM <code>docker-machine stop {default}</code></li> -<li>Install Docker for <a href="https://docs.docker.com/docker-for-mac/">Mac</a> or <a href="https://docs.docker.com/docker-for-windows/">Windows</a>.</li> -<li>Upgrade Laradock to <code>v4.*.*</code> (<code>git pull origin master</code>)</li> -<li>Use Laradock as you used to do: <code>docker-compose up -d nginx mysql</code>.</li> -</ol> - -<p><strong>Note:</strong> If you face any problem with the last step above: rebuild all your containers -<code>docker-compose build --no-cache</code> -&ldquo;Warning Containers Data might be lost!&rdquo;</p> - -<p><br> -<a name="Speed-MacOS"></a></p> - -<h2 id="improve-speed-on-macos">Improve speed on MacOS</h2> - -<p>Sharing code into Docker containers with osxfs have very poor performance compared to Linux. Likely there are some workarounds:</p> - -<h3 id="workaround-a-using-dinghy">Workaround A: using dinghy</h3> - -<p><a href="https://github.com/codekitchen/dinghy">Dinghy</a> creates its own VM using docker-machine, it will not modify your existing docker-machine VMs.</p> - -<p>Quick Setup giude, (we recommend you check their docs)</p> - -<p>1) <code>brew tap codekitchen/dinghy</code></p> - -<p>2) <code>brew install dinghy</code></p> - -<p>3) <code>dinghy create --provider virtualbox</code> (must have virtualbox installed, but they support other providers if you prefer)</p> - -<p>4) after the above command is done it will display some env variables, copy them to the bash profile or zsh or.. (this will instruct docker to use the server running inside the VM)</p> - -<p>5) <code>docker-compose up ...</code></p> - -<h3 id="workaround-b-using-d4m-nfs">Workaround B: using d4m-nfs</h3> - -<p><a href="https://github.com/IFSight/d4m-nfs">D4m-nfs</a> automatically mount NFS volume instead of osxfs one.</p> - -<p>1) Update the Docker [File Sharing] preferences:</p> - -<p>Click on the Docker Icon &gt; Preferences &gt; (remove everything form the list except <code>/tmp</code>).</p> - -<p>2) Restart Docker.</p> - -<p>3) Clone the <a href="https://github.com/IFSight/d4m-nfs">d4m-nfs</a> repository to your <code>home</code> directory.</p> - -<pre><code class="language-bash">git clone https://github.com/IFSight/d4m-nfs ~/d4m-nfs -</code></pre> - -<p>4) Create (or edit) the file <code>~/d4m-nfs/etc/d4m-nfs-mounts.txt</code>, and write the follwing configuration in it:</p> - -<pre><code class="language-txt">/Users:/Users -</code></pre> - -<p>5) Create (or edit) the file <code>/etc/exports</code>, make sure it exists and is empty. (There may be collisions if you come from Vagrant or if you already executed the <code>d4m-nfs.sh</code> script before).</p> - -<p>6) Run the <code>d4m-nfs.sh</code> script (might need Sudo):</p> - -<pre><code class="language-bash">~/d4m-nfs/d4m-nfs.sh -</code></pre> - -<p>That&rsquo;s it! Run your containers.. Example:</p> - -<pre><code class="language-bash">docker-compose up ... -</code></pre> - -<p><em>Note: If you faced any errors, try restarting Docker, and make sure you have no spaces in the <code>d4m-nfs-mounts.txt</code> file, and your <code>/etc/exports</code> file is clear.</em></p> - -<h3 id="other-good-workarounds">Other good workarounds:</h3> - -<ul> -<li><a href="https://github.com/EugenMayer/docker-sync">docker-sync</a></li> -<li>Add more here..</li> -</ul> - -<p>More details about this issue <a href="https://github.com/docker/for-mac/issues/77">here</a>.</p> - -<p><br> -<a name="Common-Problems"></a></p> - -<h2 id="common-problems">Common Problems</h2> - -<p><em>Here&rsquo;s a list of the common problems you might face, and the possible solutions.</em></p> - -<p><br></p> - -<h2 id="i-see-a-blank-white-page-instead-of-the-laravel-welcome-page">I see a blank (white) page instead of the Laravel &lsquo;Welcome&rsquo; page!</h2> - -<p>Run the following command from the Laravel root directory:</p> - -<pre><code class="language-bash">sudo chmod -R 777 storage bootstrap/cache -</code></pre> - -<p><br></p> - -<h2 id="i-see-welcome-to-nginx-instead-of-the-laravel-app">I see &ldquo;Welcome to nginx&rdquo; instead of the Laravel App!</h2> - -<p>Use <code>http://127.0.0.1</code> instead of <code>http://localhost</code> in your browser.</p> - -<p><br></p> - -<h2 id="i-see-an-error-message-containing-address-already-in-use-or-port-is-already-allocated">I see an error message containing <code>address already in use</code> or <code>port is already allocated</code></h2> - -<p>Make sure the ports for the services that you are trying to run (22, 80, 443, 3306, etc.) are not being used already by other programs on the host, such as a built in <code>apache</code>/<code>httpd</code> service or other development tools you have installed.</p> - -<p><br></p> - -<h2 id="i-get-nginx-error-404-not-found-on-windows">I get NGINX error 404 Not Found on Windows.</h2> - -<ol> -<li>Go to docker Settings on your Windows machine.</li> -<li>Click on the <code>Shared Drives</code> tab and check the drive that contains your project files.</li> -<li>Enter your windows username and password.</li> -<li>Go to the <code>reset</code> tab and click restart docker.</li> -</ol> - -<p><br></p> - -<h2 id="the-time-in-my-services-does-not-match-the-current-time">The time in my services does not match the current time</h2> - -<ol> -<li>Make sure you&rsquo;ve <a href="#Change-the-timezone">changed the timezone</a>.</li> -<li>Stop and rebuild the containers (<code>docker-compose up -d --build &lt;services&gt;</code>)</li> -</ol> - -<p><br></p> - -<h2 id="i-get-mysql-connection-refused">I get MySQL connection refused</h2> - -<p>This error sometimes happens because your Laravel application isn&rsquo;t running on the container localhost IP (Which is 127.0.0.1). Steps to fix it:</p> - -<ul> -<li>Option A - -<ol> -<li>Check your running Laravel application IP by dumping <code>Request::ip()</code> variable using <code>dd(Request::ip())</code> anywhere on your application. The result is the IP of your Laravel container.</li> -<li>Change the <code>DB_HOST</code> variable on env with the IP that you received from previous step.</li> -</ol></li> -<li>Option B - -<ol> -<li>Change the <code>DB_HOST</code> value to the same name as the MySQL docker container. The Laradock docker-compose file currently has this as <code>mysql</code></li> -</ol></li> -</ul> - - - - - Guides - http://laradock.io/guides/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/guides/ - - -<ul> -<li><a href="#Digital-Ocean">Production Setup on Digital Ocean</a></li> -<li><a href="#PHPStorm-Debugging">PHPStorm XDebug Setup</a></li> -</ul> - -<p><a name="Digital-Ocean"></a></p> - -<h1 id="production-setup-on-digital-ocean">Production Setup on Digital Ocean</h1> - -<h2 id="install-docker">Install Docker</h2> - -<ul> -<li>Visit <a href="https://cloud.digitalocean.com/login">DigitalOcean</a> and login.</li> -<li>Click the <code>Create Droplet</code> button.</li> -<li>Open the <code>One-click apps</code> tab.</li> -<li>Select Docker with your preferred version.</li> -<li>Continue creating the droplet as you normally would.</li> -<li>If needed, check your e-mail for the droplet root password.</li> -</ul> - -<h2 id="ssh-to-your-server">SSH to your Server</h2> - -<p>Find the IP address of the droplet in the DigitalOcean interface. Use it to connect to the server.</p> - -<pre><code>ssh root@ipaddress -</code></pre> - -<p>You may be prompted for a password. Type the one you found within your e-mailbox. It&rsquo;ll then ask you to change the password.</p> - -<p>You can now check if Docker is available:</p> - -<pre><code>$root@server:~# docker -</code></pre> - -<h2 id="set-up-your-laravel-project">Set Up Your Laravel Project</h2> - -<pre><code>$root@server:~# apt-get install git -$root@server:~# git clone https://github.com/laravel/laravel -$root@server:~# cd laravel -$root@server:~/laravel/ git submodule add https://github.com/Laradock/laradock.git -$root@server:~/laravel/ cd laradock -</code></pre> - -<h2 id="install-docker-compose-command">Install docker-compose command</h2> - -<pre><code>$root@server:~/laravel/laradock# curl -L https://github.com/docker/compose/releases/download/1.8.0/run.sh &gt; /usr/local/bin/docker-compose -$root@server:~/chmod +x /usr/local/bin/docker-compose -</code></pre> - -<h2 id="create-your-laradock-containers">Create Your Laradock Containers</h2> - -<pre><code>$root@server:~/laravel/laradock# docker-compose up -d nginx mysql -</code></pre> - -<p>Note that more containers are available, find them in the <a href="http://laradock.io/introduction/#supported-software-containers">docs</a> or the <code>docker-compose.yml</code> file.</p> - -<h2 id="go-to-your-workspace">Go to Your Workspace</h2> - -<pre><code>docker-compose exec workspace bash -</code></pre> - -<h2 id="install-and-configure-laravel">Install and configure Laravel</h2> - -<p>Let&rsquo;s install Laravel&rsquo;s dependencies, add the <code>.env</code> file, generate the key and give proper permissions to the cache folder.</p> - -<pre><code>$ root@workspace:/var/www# composer install -$ root@workspace:/var/www# cp .env.example .env -$ root@workspace:/var/www# php artisan key:generate -$ root@workspace:/var/www# exit -$root@server:~/laravel/laradock# cd .. -$root@server:~/laravel# sudo chmod -R 777 storage bootstrap/cache -</code></pre> - -<p>You can then view your Laravel site by visiting the IP address of your server in your browser. For example:</p> - -<pre><code>http://192.168.1.1 -</code></pre> - -<p>It should show you the Laravel default welcome page.</p> - -<p>However, we want it to show up using your custom domain name, as well.</p> - -<h2 id="using-your-own-domain-name">Using Your Own Domain Name</h2> - -<p>Login to your DNS provider, such as Godaddy, Namecheap.</p> - -<p>Point the Custom Domain Name Server to:</p> - -<pre><code>ns1.digitalocean.com -ns2.digitalocean.com -ns3.digitalocean.com -</code></pre> - -<p>Within DigitalOcean, you&rsquo;ll need to change some settings, too.</p> - -<p>Visit: <a href="https://cloud.digitalocean.com/networking/domains">https://cloud.digitalocean.com/networking/domains</a></p> - -<p>Add your domain name and choose the server IP you&rsquo;d provision earlier.</p> - -<h2 id="serving-site-with-nginx-http-only">Serving Site With NGINX (HTTP ONLY)</h2> - -<p>Go back to command line.</p> - -<pre><code>$root@server:~/laravel/laradock# cd nginx -$root@server:~/laravel/laradock/nginx# vim laravel.conf -</code></pre> - -<p>Remove <code>default_server</code></p> - -<pre><code> listen 80 default_server; - listen [::]:80 default_server ipv6only=on; -</code></pre> - -<p>And add <code>server_name</code> (your custom domain)</p> - -<pre><code> listen 80; - listen [::]:80 ipv6only=on; - server_name yourdomain.com; -</code></pre> - -<h2 id="rebuild-your-nginx">Rebuild Your Nginx</h2> - -<pre><code>$root@server:~/laravel/laradock/nginx# docker-compose down -$root@server:~/laravel/laradock/nginx# docker-compose build nginx -</code></pre> - -<h2 id="re-run-your-containers-mysql-and-nginx">Re Run Your Containers MYSQL and NGINX</h2> - -<pre><code>$root@server:~/laravel/laradock/nginx# docker-compose up -d nginx mysql -</code></pre> - -<p><strong>View Your Site with HTTP ONLY (<a href="http://yourdomain.com">http://yourdomain.com</a>)</strong></p> - -<h2 id="run-site-on-ssl-with-let-s-encrypt-certificate">Run Site on SSL with Let&rsquo;s Encrypt Certificate</h2> - -<p><strong>Note: You need to Use Caddy here Instead of Nginx</strong></p> - -<p>To go Caddy Folders and Edit CaddyFile</p> - -<pre><code>$root@server:~/laravel/laradock# cd caddy -$root@server:~/laravel/laradock/caddy# vim Caddyfile -</code></pre> - -<p>Remove 0.0.0.0:80</p> - -<pre><code>0.0.0.0:80 -root /var/www/public -</code></pre> - -<p>and replace with your <a href="https://yourdomain.com">https://yourdomain.com</a></p> - -<pre><code>https://yourdomain.com -root /var/www/public -</code></pre> - -<p>uncomment tls</p> - -<pre><code>#tls self-signed -</code></pre> - -<p>and replace self-signed with your email address</p> - -<pre><code>tls serverbreaker@gmai.com -</code></pre> - -<p>This is needed Prior to Creating Let&rsquo;s Encypt</p> - -<h2 id="run-your-caddy-container-without-the-d-flag-and-generate-ssl-with-let-s-encrypt">Run Your Caddy Container without the -d flag and Generate SSL with Let&rsquo;s Encrypt</h2> - -<pre><code>$root@server:~/laravel/laradock/caddy# docker-compose up caddy -</code></pre> - -<p>You&rsquo;ll be prompt here to enter your email&hellip; you may enter it or not</p> - -<pre><code>Attaching to laradock_mysql_1, laradock_caddy_1 -caddy_1 | Activating privacy features... -caddy_1 | Your sites will be served over HTTPS automatically using Let's Encrypt. -caddy_1 | By continuing, you agree to the Let's Encrypt Subscriber Agreement at: -caddy_1 | https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf -caddy_1 | Activating privacy features... done. -caddy_1 | https://yourdomain.com -caddy_1 | http://yourdomain.com -</code></pre> - -<p>After it finishes, press <code>Ctrl</code> + <code>C</code> to exit.</p> - -<h2 id="stop-all-containers-and-rerun-caddy-and-other-containers-on-background">Stop All Containers and ReRun Caddy and Other Containers on Background</h2> - -<pre><code>$root@server:~/laravel/laradock/caddy# docker-compose down -$root@server:~/laravel/laradock/caddy# docker-compose up -d mysql caddy -</code></pre> - -<p>View your Site in the Browser Securely Using HTTPS (<a href="https://yourdomain.com">https://yourdomain.com</a>)</p> - -<p><strong>Note that Certificate will be Automatically Renew By Caddy</strong></p> - -<blockquote> -<p>References:</p> - -<ul> -<li><a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04">https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04</a></li> -<li><a href="https://www.digitalocean.com/products/one-click-apps/docker/">https://www.digitalocean.com/products/one-click-apps/docker/</a></li> -<li><a href="https://docs.docker.com/engine/installation/linux/ubuntulinux/">https://docs.docker.com/engine/installation/linux/ubuntulinux/</a></li> -<li><a href="https://docs.docker.com/compose/install/">https://docs.docker.com/compose/install/</a></li> -<li><a href="https://caddyserver.com/docs/automatic-https">https://caddyserver.com/docs/automatic-https</a></li> -<li><a href="https://caddyserver.com/docs/tls">https://caddyserver.com/docs/tls</a></li> -<li><a href="https://caddyserver.com/docs/caddyfile">https://caddyserver.com/docs/caddyfile</a></li> -</ul> -</blockquote> - -<p><br> -<br> -<br> -<br> -<br></p> - -<p><a name="PHPStorm-Debugging"></a></p> - -<h1 id="phpstorm-xdebug-setup">PHPStorm XDebug Setup</h1> - -<ul> -<li><a href="#Intro">Intro</a></li> -<li><a href="#Installation">Installation</a> - -<ul> -<li><a href="#CustomizeDockerCompose">Customize laradock/docker-compose.yml</a> - -<ul> -<li><a href="#InstallCleanHouse">Clean House</a></li> -<li><a href="#InstallLaradockDialTone">Laradock Dial Tone</a></li> -<li><a href="#AddToHosts">hosts</a></li> -<li><a href="#FireWall">Firewall</a></li> -<li><a href="#enablePhpXdebug">Enable xDebug on php-fpm</a></li> -</ul></li> -<li><a href="#InstallPHPStorm">PHPStorm Settings</a> - -<ul> -<li><a href="#InstallPHPStormConfigs">Configs</a></li> -</ul></li> -</ul></li> -<li><a href="#Usage">Usage</a> - -<ul> -<li><a href="#UsageLaravel">Laravel</a> - -<ul> -<li><a href="#UsagePHPStormRunExampleTest">Run ExampleTest</a></li> -<li><a href="#UsagePHPStormDebugExampleTest">Debug ExampleTest</a></li> -<li><a href="#UsagePHPStormDebugSite">Debug Web Site</a></li> -</ul></li> -</ul></li> -<li><a href="#SSHintoWorkspace">SSH into workspace</a> - -<ul> -<li><a href="#InstallKiTTY">KiTTY</a></li> -</ul></li> -</ul> - -<p><a name="Intro"></a></p> - -<h2 id="intro">Intro</h2> - -<p>Wiring up <a href="https://laravel.com/">Laravel</a>, <a href="https://github.com/Laradock/laradock">Laradock</a> [Laravel+Docker] and <a href="https://www.jetbrains.com/phpstorm/">PHPStorm</a> to play nice together complete with remote xdebug&rsquo;ing as icing on top! Although this guide is based on <code>PHPStorm Windows</code>, -you should be able to adjust accordingly. This guide was written based on Docker for Windows Native.</p> - -<p><a name="Installation"></a></p> - -<h2 id="installation">Installation</h2> - -<ul> -<li>This guide assumes the following: - -<ul> -<li>you have already installed and are familiar with Laravel, Laradock and PHPStorm.</li> -<li>you have installed Laravel as a parent of <code>laradock</code>. This guide assumes <code>/c/_dk/laravel</code>.</li> -</ul></li> -</ul> - -<p><a name="AddToHosts"></a></p> - -<h2 id="hosts">hosts</h2> - -<ul> -<li><p>Add <code>laravel</code> to your hosts file located on Windows 10 at <code>C:\Windows\System32\drivers\etc\hosts</code>. It should be set to the IP of your running container. Mine is: <code>10.0.75.2</code> -On Windows you can find it by opening Windows <code>Hyper-V Manager</code>.</p> - -<ul> -<li><img src="photos/PHPStorm/Settings/WindowsHyperVManager.png" alt="Windows Hyper-V Manager" /></li> -</ul></li> - -<li><p><a href="https://github.com/scottlerch/HostsFileEditor">Hosts File Editor</a> makes it easy to change your hosts file.</p> - -<ul> -<li>Set <code>laravel</code> to your docker host IP. See <a href="photos/SimpleHostsEditor/AddHost_laravel.png">Example</a>.</li> -</ul></li> -</ul> - -<p><a name="FireWall"></a></p> - -<h2 id="firewall">Firewall</h2> - -<p>Your PHPStorm will need to be able to receive a connection from PHP xdebug either your running workspace or php-fpm containers on port 9000. This means that your Windows Firewall should either enable connections from the Application PHPStorm OR the port.</p> - -<ul> -<li>It is important to note that if the Application PHPStorm is NOT enabled in the firewall, you will not be able to recreate a rule to override that.</li> -<li>Also be aware that if you are installing/upgrade different versions of PHPStorm, you MAY have orphaned references to PHPStorm in your Firewall! You may decide to remove orphaned references however in either case, make sure that they are set to receive public TCP traffic.</li> -</ul> - -<h3 id="edit-laradock-docker-compose-yml">Edit laradock/docker-compose.yml</h3> - -<p>Set the following variables:</p> - -<pre><code>### Workspace Utilities Container ############### - - workspace: - build: - context: ./workspace - args: - - INSTALL_XDEBUG=true - - INSTALL_WORKSPACE_SSH=true - ... - - -### PHP-FPM Container ##################### - - php-fpm: - build: - context: ./php-fpm - args: - - INSTALL_XDEBUG=true - ... - -</code></pre> - -<h3 id="edit-xdebug-ini-files">Edit xdebug.ini files</h3> - -<ul> -<li><code>laradock/workspace/xdebug.ini</code></li> -<li><code>laradock/php-fpm/xdebug.ini</code></li> -</ul> - -<p>Set the following variables:</p> - -<pre><code>xdebug.remote_autostart=1 -xdebug.remote_enable=1 -xdebug.remote_connect_back=1 -xdebug.cli_color=1 -</code></pre> - -<p><a name="InstallCleanHouse"></a></p> - -<h3 id="need-to-clean-house-first">Need to clean house first?</h3> - -<p>Make sure you are starting with a clean state. For example, do you have other Laradock containers and images? -Here are a few things I use to clean things up.</p> - -<ul> -<li><p>Delete all containers using <code>grep laradock_</code> on the names, see: <a href="https://linuxconfig.org/remove-all-containners-based-on-docker-image-name">Remove all containers based on docker image name</a>. -<code>docker ps -a | awk '{ print $1,$2 }' | grep laradock_ | awk '{print $1}' | xargs -I {} docker rm {}</code></p></li> - -<li><p>Delete all images containing <code>laradock</code>. -<code>docker images | awk '{print $1,$2,$3}' | grep laradock_ | awk '{print $3}' | xargs -I {} docker rmi {}</code> -<strong>Note:</strong> This will only delete images that were built with <code>Laradock</code>, <strong>NOT</strong> <code>laradock/*</code> which are pulled down by <code>Laradock</code> such as <code>laradock/workspace</code>, etc. -<strong>Note:</strong> Some may fail with: -<code>Error response from daemon: conflict: unable to delete 3f38eaed93df (cannot be forced) - image has dependent child images</code></p></li> - -<li><p>I added this to my <code>.bashrc</code> to remove orphaned images.</p> - -<pre><code>dclean() { - processes=`docker ps -q -f status=exited` - if [ -n &quot;$processes&quot; ]; thend - docker rm $processes - fi - - images=`docker images -q -f dangling=true` - if [ -n &quot;$images&quot; ]; then - docker rmi $images - fi -} -</code></pre></li> - -<li><p>If you frequently switch configurations for Laradock, you may find that adding the following and added to your <code>.bashrc</code> or equivalent useful: -```</p> - -<h1 id="remove-laravel-containers">remove laravel* containers</h1> - -<h1 id="remove-laravel-images">remove laravel_* images</h1> - -<p>dcleanlaradockfunction() -{ - echo &lsquo;Removing ALL containers associated with laradock&rsquo; - docker ps -a | awk &lsquo;{ print $1,$2 }&rsquo; | grep laradock | awk &lsquo;{print $1}&rsquo; | xargs -I {} docker rm {}</p></li> -</ul> - -<p> # remove ALL images associated with laradock_ - # does NOT delete laradock/* which are hub images - echo &lsquo;Removing ALL images associated with laradock<em>&lsquo; - docker images | awk &lsquo;{print $1,$2,$3}&rsquo; | grep laradock</em> | awk &lsquo;{print $3}&rsquo; | xargs -I {} docker rmi {}</p> - -<p> echo &lsquo;Listing all laradock docker hub images&hellip;&rsquo; - docker images | grep laradock</p> - -<p> echo &lsquo;dcleanlaradock completed&rsquo; -}</p> - -<h1 id="associate-the-above-function-with-an-alias">associate the above function with an alias</h1> - -<h1 id="so-can-recall-lookup-by-typing-alias">so can recall/lookup by typing &lsquo;alias&rsquo;</h1> - -<p>alias dcleanlaradock=dcleanlaradockfunction</p> - -<pre><code> -&lt;a name=&quot;InstallLaradockDialTone&quot;&gt;&lt;/a&gt; -## Let's get a dial-tone with Laravel - -</code></pre> - -<h1 id="barebones-at-this-point">barebones at this point</h1> - -<p>docker-compose up -d nginx mysql</p> - -<h1 id="run">run</h1> - -<p>docker-compose ps</p> - -<h1 id="should-see">Should see:</h1> - -<pre><code> Name Command State Ports -</code></pre> - -<hr /> - -<p>laradock_mysql_1 docker-entrypoint.sh mysqld Up 0.0.0.0:3306-&gt;3306/tcp -laradock_nginx_1 nginx Up 0.0.0.0:443-&gt;443/tcp, 0.0.0.0:80-&gt;80/tcp -laradock_php-fpm_1 php-fpm Up 9000/tcp -laradock_volumes_data_1 true Exit 0 -laradock_volumes_source_1 true Exit 0 -laradock_workspace_1 /sbin/my_init Up 0.0.0.0:2222-&gt;22/tcp</p> - -<pre><code> -&lt;a name=&quot;enablePhpXdebug&quot;&gt;&lt;/a&gt; -## Enable xDebug on php-fpm -In a host terminal sitting in the laradock folder, run: `.php-fpm/xdebug status` -You should see something like the following: -</code></pre> - -<p>xDebug status -laradock_php-fpm_1 -PHP 7.0.9 (cli) (built: Aug 10 2016 19:45:48) ( NTS ) -Copyright &copy; 1997-2016 The PHP Group -Zend Engine v3.0.0, Copyright &copy; 1998-2016 Zend Technologies - with Xdebug v2.4.1, Copyright &copy; 2002-2016, by Derick Rethans -``<code> -Other commands include</code>.php-fpm/xdebug start | stop`.</p> - -<p>If you have enabled <code>xdebug=true</code> in <code>docker-compose.yml/php-fpm</code>, <code>xdebug</code> will already be running when -<code>php-fpm</code> is started and listening for debug info on port 9000.</p> - -<p><a name="InstallPHPStormConfigs"></a></p> - -<h2 id="phpstorm-settings">PHPStorm Settings</h2> - -<ul> -<li><p>Here are some settings that are known to work:</p> - -<ul> -<li><p><code>Settings/BuildDeploymentConnection</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/BuildDeploymentConnection.png" alt="Settings/BuildDeploymentConnection" /></li> -</ul></li> - -<li><p><code>Settings/BuildDeploymentConnectionMappings</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/BuildDeploymentConnectionMappings.png" alt="Settings/BuildDeploymentConnectionMappings" /></li> -</ul></li> - -<li><p><code>Settings/BuildDeploymentDebugger</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/BuildDeploymentDebugger.png" alt="Settings/BuildDeploymentDebugger" /></li> -</ul></li> - -<li><p><code>Settings/EditRunConfigurationRemoteWebDebug</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/EditRunConfigurationRemoteWebDebug.png" alt="Settings/EditRunConfigurationRemoteWebDebug" /></li> -</ul></li> - -<li><p><code>Settings/EditRunConfigurationRemoteExampleTestDebug</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/EditRunConfigurationRemoteExampleTestDebug.png" alt="Settings/EditRunConfigurationRemoteExampleTestDebug" /></li> -</ul></li> - -<li><p><code>Settings/LangsPHPDebug</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/LangsPHPDebug.png" alt="Settings/LangsPHPDebug" /></li> -</ul></li> - -<li><p><code>Settings/LangsPHPInterpreters</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/LangsPHPInterpreters.png" alt="Settings/LangsPHPInterpreters" /></li> -</ul></li> - -<li><p><code>Settings/LangsPHPPHPUnit</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/LangsPHPPHPUnit.png" alt="Settings/LangsPHPPHPUnit" /></li> -</ul></li> - -<li><p><code>Settings/LangsPHPServers</code></p> - -<ul> -<li><img src="photos/PHPStorm/Settings/LangsPHPServers.png" alt="Settings/LangsPHPServers" /></li> -</ul></li> - -<li><p><code>RemoteHost</code> -To switch on this view, go to: <code>Menu/Tools/Deployment/Browse Remote Host</code>.</p> - -<ul> -<li><img src="photos/PHPStorm/RemoteHost.png" alt="RemoteHost" /></li> -</ul></li> - -<li><p><code>RemoteWebDebug</code></p> - -<ul> -<li><img src="photos/PHPStorm/DebugRemoteOn.png" alt="DebugRemoteOn" /></li> -</ul></li> - -<li><p><code>EditRunConfigurationRemoteWebDebug</code> -Go to: <code>Menu/Run/Edit Configurations</code>.</p> - -<ul> -<li><img src="photos/PHPStorm/Settings/EditRunConfigurationRemoteWebDebug.png" alt="EditRunConfigurationRemoteWebDebug" /></li> -</ul></li> - -<li><p><code>EditRunConfigurationRemoteExampleTestDebug</code> -Go to: <code>Menu/Run/Edit Configurations</code>.</p> - -<ul> -<li><img src="photos/PHPStorm/Settings/EditRunConfigurationRemoteExampleTestDebug.png" alt="EditRunConfigurationRemoteExampleTestDebug" /></li> -</ul></li> - -<li><p><code>WindowsFirewallAllowedApps</code> -Go to: <code>Control Panel\All Control Panel Items\Windows Firewall\Allowed apps</code>.</p> - -<ul> -<li><img src="photos/PHPStorm/Settings/WindowsFirewallAllowedApps.png" alt="WindowsFirewallAllowedApps.png" /></li> -</ul></li> - -<li><p><code>hosts</code> -Edit: <code>C:\Windows\System32\drivers\etc\hosts</code>.</p> - -<ul> -<li><p><img src="photos/PHPStorm/Settings/hosts.png" alt="WindowsFirewallAllowedApps.png" /></p></li> - -<li><p><a href="#enablePhpXdebug">Enable xDebug on php-fpm</a></p></li> -</ul></li> -</ul></li> -</ul> - -<p><a name="Usage"></a></p> - -<h2 id="usage">Usage</h2> - -<p><a name="UsagePHPStormRunExampleTest"></a></p> - -<h3 id="run-exampletest">Run ExampleTest</h3> - -<ul> -<li>right-click on <code>tests/ExampleTest.php</code> - -<ul> -<li>Select: <code>Run 'ExampleTest.php'</code> or <code>Ctrl+Shift+F10</code>.</li> -<li>Should pass!! You just ran a remote test via SSH!</li> -</ul></li> -</ul> - -<p><a name="UsagePHPStormDebugExampleTest"></a></p> - -<h3 id="debug-exampletest">Debug ExampleTest</h3> - -<ul> -<li>Open to edit: <code>tests/ExampleTest.php</code></li> -<li>Add a BreakPoint on line 16: <code>$this-&gt;visit('/')</code></li> -<li>right-click on <code>tests/ExampleTest.php</code> - -<ul> -<li>Select: <code>Debug 'ExampleTest.php'</code>.</li> -<li>Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH!</li> -<li><img src="photos/PHPStorm/RemoteTestDebuggingSuccess.png" alt="Remote Test Debugging Success" /></li> -</ul></li> -</ul> - -<p><a name="UsagePHPStormDebugSite"></a></p> - -<h3 id="debug-website">Debug WebSite</h3> - -<ul> -<li><p>In case xDebug is disabled, from the <code>laradock</code> folder run: -<code>.php-fpm/xdebug start</code>.</p> - -<ul> -<li>To switch xdebug off, run: -<code>.php-fpm/xdebug stop</code></li> -</ul></li> - -<li><p>Start Remote Debugging</p> - -<ul> -<li><img src="photos/PHPStorm/DebugRemoteOn.png" alt="DebugRemoteOn" /></li> -</ul></li> - -<li><p>Open to edit: <code>bootstrap/app.php</code></p></li> - -<li><p>Add a BreakPoint on line 14: <code>$app = new Illuminate\Foundation\Application(</code></p></li> - -<li><p>Reload <a href="http://laravel/">Laravel Site</a></p> - -<ul> -<li>Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH!</li> -<li><img src="photos/PHPStorm/RemoteDebuggingSuccess.png" alt="Remote Debugging Success" /></li> -</ul></li> -</ul> - -<p><a name="SSHintoWorkspace"></a></p> - -<h2 id="let-s-shell-into-workspace">Let&rsquo;s shell into workspace</h2> - -<p>Assuming that you are in laradock folder, type: -<code>ssh -i workspace/insecure_id_rsa -p2222 root@laravel</code> -<strong>Cha Ching!!!!</strong> -- <code>workspace/insecure_id_rsa.ppk</code> may become corrupted. In which case: - - fire up <code>puttygen</code> - - import <code>workspace/insecure_id_rsa</code> - - save private key to <code>workspace/insecure_id_rsa.ppk</code></p> - -<p><a name="InstallKiTTY"></a></p> - -<h3 id="kitty">KiTTY</h3> - -<p><a href="http://www.9bis.net/kitty/">Kitty</a> KiTTY is a fork from version 0.67 of PuTTY.</p> - -<ul> -<li>Here are some settings that are working for me: - -<ul> -<li><img src="photos/KiTTY/Session.png" alt="Session" /></li> -<li><img src="photos/KiTTY/Terminal.png" alt="Terminal" /></li> -<li><img src="photos/KiTTY/Window.png" alt="Window" /></li> -<li><img src="photos/KiTTY/WindowAppearance.png" alt="WindowAppearance" /></li> -<li><img src="photos/KiTTY/Connection.png" alt="Connection" /></li> -<li><img src="photos/KiTTY/ConnectionData.png" alt="ConnectionData" /></li> -<li><img src="photos/KiTTY/ConnectionSSH.png" alt="ConnectionSSH" /></li> -<li><img src="photos/KiTTY/ConnectionSSHAuth.png" alt="ConnectionSSHAuth" /></li> -<li><img src="photos/KiTTY/TerminalShell.png" alt="TerminalShell" /></li> -</ul></li> -</ul> - - - - - Help & Questions - http://laradock.io/help/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/help/ - <p>Join the chat room on <a href="https://gitter.im/Laradock/laradock">Gitter</a> and get help and support from the community.</p> - -<p>You can as well can open an <a href="https://github.com/laradock/laradock/issues">issue</a> on Github (will be labeled as Question) and discuss it with people on <a href="https://gitter.im/Laradock/laradock">Gitter</a>.</p> - - - - - Related Projects - http://laradock.io/related-projects/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/related-projects/ - <p>Laradock related projects:</p> - -<ul> -<li><a href="https://github.com/lorinlee/laradock-cli">Laradock CLI</a> by <a href="https://github.com/lorinlee">LorinLee</a></li> -<li><a href="https://github.com/bagart/laradock_env">Laradock Env</a> by <a href="https://github.com/bagart">BAGArt</a></li> -<li><a href="https://github.com/poyhsiao/Klaradock">Klaradock</a> by <a href="https://github.com/poyhsiao">Kim Hsiao</a></li> -<li><a href="https://github.com/sifat-rahim/ansible-laradock-kubernetes">Ansible Laradock Kubernetes</a> by <a href="https://github.com/sifat-rahim">Sifat Rahim</a> -These Docker Compose projects have piqued our interest:</li> -<li><a href="https://github.com/ojhaujjwal/magedock">MageDock</a> by <a href="https://github.com/ojhaujjwal">Ujjwal Ojha</a></li> -<li><a href="https://github.com/scudelletti/rubydev-dock">RubyDev-Dock</a> by <a href="https://github.com/scudelletti">Diogo Scudelletti</a></li> -<li><a href="https://github.com/Osedea/nodock">NoDock</a> by <a href="https://github.com/Osedea">Osedea</a></li> -</ul> - -<p>If you want your project listed here, please open an issue.</p> - - - - - Contributing - http://laradock.io/contributing/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/contributing/ - - -<p>Your contribution is more than welcome.</p> - -<h2 id="i-have-a-question-problem">I have a Question/Problem</h2> - -<p>If you have questions about how to use Laradock, please direct your questions to the discussion on <a href="https://gitter.im/Laradock/laradock">Gitter</a>. If you believe your question could help others, then consider opening an <a href="https://github.com/laradock/laradock/issues">Issue</a> (it will be labeled as <code>Question</code>) And you can still seek help on Gitter for it.</p> - -<h2 id="i-found-an-issue">I found an Issue</h2> - -<p>If have an issue or you found a typo in the documentation, you can help us by -opnening an <a href="https://github.com/laradock/laradock/issues">Issue</a>.</p> - -<p><strong>Steps to do before opening an Issue:</strong></p> - -<ol> -<li><p>Before you submit your issue search the archive, maybe your question was already answered couple hours ago (search in the closed Issues as well).</p></li> - -<li><p>Decide if the Issue belongs to this project or to <a href="https://github.com/docker">Docker</a> itself! or even the tool you are using such as Nginx or MongoDB&hellip;</p></li> -</ol> - -<p>If your issue appears to be a bug, and hasn&rsquo;t been reported, then open a new issue.</p> - -<p><em>This Help us to maximize the effort we can spend fixing issues and adding new -features, by not reporting duplicate issues.</em></p> - -<h2 id="i-want-a-feature">I want a Feature</h2> - -<p>You can request a new feature by submitting an <a href="https://github.com/laradock/laradock/issues">Issue</a> (it will be labeled as <code>Feature Suggestion</code>). If you would like to implement a new feature then consider submitting a Pull Request yourself.</p> - -<h2 id="i-want-to-update-the-documentation-site">I want to update the Documentation (Site)</h2> - -<p>Laradock uses <a href="https://gohugo.io/">Hugo</a> as website generator tool, with the <a href="http://themes.gohugo.io/theme/material-docs/">Material Docs theme</a>. You might need to check their docs quickly.</p> - -<p>Go the <code>DOCUMENTATION/content</code> and search for the markdown file you want to edit</p> - -<p>Note: Every folder represents a section in the sidebar &ldquo;Menu&rdquo;. And every page and sidebar has a <code>weight</code> number to show it&rsquo;s position in the site.</p> - -<p>To update the sidebar or add a new section to it, you can edit this <code>DOCUMENTATION/config.toml</code> toml file.</p> - -<blockquote> -<p>The site will be auto-generated in the <code>docs/</code> folder by <a href="https://travis-ci.org/laradock/laradock/">Travis CI</a>.</p> -</blockquote> - -<p><br></p> - -<h3 id="to-host-the-website-locally">To Host the website locally</h3> - -<ol> -<li>Install <a href="https://gohugo.io/">Hugo</a> on your machine.</li> -<li>Edit the <code>DOCUMENTATION/content</code>.</li> -<li>Delete the <code>/docs</code> folder from the root.</li> -<li>After you finish the editing, go to <code>DOCUMENTATION/</code> and run the <code>hugo</code> command to generate the HTML docs (inside a new <code>/docs</code> folder).</li> -</ol> - -<h2 id="how-to-support-new-software-add-new-container">How to support new Software (Add new Container)</h2> - -<ul> -<li><p>Create folder with the software name.</p></li> - -<li><p>Add a <code>Dockerfile</code>, write your code there.</p></li> - -<li><p>You may add additional files in the software folder.</p></li> - -<li><p>Add the software to the <code>docker-compose.yml</code> file.</p></li> - -<li><p>Make sure you follow our commenting style.</p></li> - -<li><p>Add the software in the <code>Documentation</code>.</p></li> -</ul> - -<h2 id="edit-existing-software-edit-a-container">Edit existing Software (Edit a Container)</h2> - -<ul> -<li><p>Open the software (container) folder.</p></li> - -<li><p>Edit the files you want to update.</p></li> - -<li><p><strong>Note:</strong> If you want to edit the base image of the <code>Workspace</code> or the <code>php-fpm</code> Containers, -you need to edit their Docker-files from their GitHub repositories. For more info read their Dockerfiles comment on the Laradock repository.</p></li> - -<li><p>Make sure to update the <code>Documentation</code> in case you made any changes.</p></li> -</ul> - -<h2 id="pull-request">Pull Request</h2> - -<h3 id="1-before-submitting-a-pull-request-pr">1. Before Submitting a Pull Request (PR)</h3> - -<p>Always Test everything and make sure its working:</p> - -<ul> -<li>Pull the latest updates (or fork of you don’t have permission)</li> -<li>Before editing anything: - -<ul> -<li>Test building the container (docker-compose build &ndash;no-cache container-name) build with no cache first.</li> -<li>Test running the container with some other containers in real app and see of everything is working fine.</li> -</ul></li> -<li>Now edit the container (edit section by section and test rebuilding the container after every edited section) - -<ul> -<li>Testing building the container (docker-compose build container-name) with no errors.</li> -<li>Test it in a real App if possible.</li> -</ul></li> -</ul> - -<h3 id="2-submitting-a-pr">2. Submitting a PR</h3> - -<p>Consider the following guidelines:</p> - -<ul> -<li><p>Search <a href="https://github.com/laradock/laradock/pulls">GitHub</a> for an open or closed Pull Request that relates to your submission. You don&rsquo;t want to duplicate efforts.</p></li> - -<li><p>Make your changes in a new git branch:</p> - -<pre><code class="language-shell"> git checkout -b my-fix-branch master -</code></pre></li> - -<li><p>Commit your changes using a descriptive commit message.</p></li> - -<li><p>Push your branch to GitHub:</p> - -<pre><code class="language-shell">git push origin my-fix-branch -</code></pre></li> - -<li><p>In GitHub, send a pull request to <code>laradock:master</code>.</p></li> - -<li><p>If we suggest changes then:</p> - -<ul> -<li>Make the required updates.</li> -<li>Commit your changes to your branch (e.g. <code>my-fix-branch</code>).</li> -<li>Push the changes to your GitHub repository (this will update your Pull Request).</li> -</ul></li> -</ul> - -<blockquote> -<p>If the PR gets too outdated we may ask you to rebase and force push to update the PR:</p> -</blockquote> - -<pre><code class="language-shell">git rebase master -i -git push origin my-fix-branch -f -</code></pre> - -<p><em>WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments on code that were previously made by you and others in your commits.</em></p> - -<h3 id="3-after-your-pr-is-merged">3. After your PR is merged</h3> - -<p>After your pull request is merged, you can safely delete your branch and pull the changes from the main (upstream) repository:</p> - -<ul> -<li><p>Delete the remote branch on GitHub either through the GitHub web UI or your local shell as follows:</p> - -<pre><code class="language-shell">git push origin --delete my-fix-branch -</code></pre></li> - -<li><p>Check out the master branch:</p> - -<pre><code class="language-shell">git checkout master -f -</code></pre></li> - -<li><p>Delete the local branch:</p> - -<pre><code class="language-shell">git branch -D my-fix-branch -</code></pre></li> - -<li><p>Update your master with the latest upstream version:</p> - -<pre><code class="language-shell">git pull --ff upstream master -</code></pre></li> -</ul> - -<p><br></p> - -<h4 id="happy-coding">Happy Coding :)</h4> - - - - - License - http://laradock.io/license/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/license/ - <p><a href="https://github.com/laradock/laradock/blob/master/LICENSE">MIT License</a> (MIT)</p> - - - - - Welcome - http://laradock.io/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/ - - - - - diff --git a/docs/introduction/index.html b/docs/introduction/index.html deleted file mode 100644 index d32e0067..00000000 --- a/docs/introduction/index.html +++ /dev/null @@ -1,616 +0,0 @@ - - - - - - - - - - - - Introduction - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - -
    - - -
    - -
    -
    - - -
    - -
    -
    -

    Introduction

    - - - -

    A full PHP development environment for Docker.

    - -

    Includes pre-packaged Docker Images, all pre-configured to provide a wonderful PHP development environment.

    - -

    Laradock is well known in the Laravel community, as the project started with single focus on running Laravel projects on Docker. Later and due to the large adoption from the PHP community, it started supporting other PHP projects like Symfony, CodeIgniter, WordPress, Drupal…

    - -

    - -

    Quick Overview

    - -

    Let’s see how easy it is to install NGINX, PHP, Composer, MySQL, Redis and Beanstalkd:

    - -

    1 - Clone Laradock inside your PHP project:

    - -
    git clone https://github.com/Laradock/laradock.git
    -
    - -

    2 - Enter the laradock folder and rename env-example to .env.

    - -
    cp env-example .env
    -
    - -

    3 - Run your containers:

    - -
    docker-compose up -d nginx mysql redis beanstalkd
    -
    - -

    4 - Open your project’s .env file and set the following:

    - -
    DB_HOST=mysql
    -REDIS_HOST=redis
    -QUEUE_HOST=beanstalkd
    -
    - -

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

    - -
    That's it! enjoy :)
    -
    - -

    - -

    Features

    - -
      -
    • 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 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.
    • -
    • Fast Images Builds.
    • -
    • More to come every week..
    • -
    - -

    - -

    Supported Software (Images)

    - -

    In adhering to the separation of concerns principle as promoted by Docker, Laradock runs each software on its own Container. -You can turn On/Off as many instances of as any container without worrying about the configurations, everything works like a charm.

    - -
      -
    • Database Engines: -MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.
    • -
    • Cache Engines: -Redis - Memcached - Aerospike
    • -
    • PHP Servers: -NGINX - Apache2 - Caddy
    • -
    • PHP Compilers: -PHP FPM - HHVM
    • -
    • Message Queuing: -Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker
    • -
    • Tools: -HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog…
    • -
    - -

    Laradock introduces the Workspace Image, as a development environment. -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.

    - -

    Workspace Image Tools -PHP CLI - Composer - Git - Linuxbrew - Node - V8JS - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn - SOAP - Drush…

    - -

    You can choose, which tools to install in your workspace container and other containers, from the .env file.

    - -
    -

    If you modify docker-compose.yml, .env or any dockerfile file, you must re-build your containers, to see those effects in the running instance.

    -
    - -

    If you can’t find your Software in the list, build it yourself and sumit it. Contributions are welcomed :)

    - -

    - -

    What is Docker?

    - -

    Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux, Mac OS and Windows.

    - -

    - -

    Why Docker not Vagrant!?

    - -

    Vagrant creates Virtual Machines in minutes while Docker creates Virtual Containers in seconds.

    - -

    Instead of providing a full Virtual Machines, like you get with Vagrant, Docker provides you lightweight Virtual Containers, that share the same kernel and allow to safely execute independent processes.

    - -

    In addition to the speed, Docker gives tons of features that cannot be achieved with Vagrant.

    - -

    Most importantly Docker can run on Development and on Production (same environment everywhere). While Vagrant is designed for Development only, (so you have to re-provision your server on Production every time).

    - -

    - -

    Demo Video

    - -

    What’s better than a Demo Video:

    - -
      -
    • Laradock v5.* (soon or never)
    • -
    • Laradock v4.*
    • -
    • Laradock v2.*
    • -
    • Laradock v0.3
    • -
    • Laradock v0.1
    • -
    - -

    - -

    Chat with us

    - -

    You are welcome to join our chat room on Gitter.

    - -

    Gitter

    - - - - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - diff --git a/docs/introduction/index.xml b/docs/introduction/index.xml deleted file mode 100644 index f6c52c07..00000000 --- a/docs/introduction/index.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - - Introductions on Laradock - http://laradock.io/introduction/index.xml - Recent content in Introductions on Laradock - Hugo -- gohugo.io - en-us - - - - Introduction - http://laradock.io/introduction/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/introduction/ - - -<p>A full PHP development environment for Docker.</p> - -<p>Includes pre-packaged Docker Images, all pre-configured to provide a wonderful PHP development environment.</p> - -<p>Laradock is well known in the Laravel community, as the project started with single focus on running Laravel projects on Docker. Later and due to the large adoption from the PHP community, it started supporting other PHP projects like Symfony, CodeIgniter, WordPress, Drupal&hellip;</p> - -<p><img src="https://s19.postimg.org/jblfytw9f/laradock-logo.jpg" alt="" /></p> - -<h2 id="quick-overview">Quick Overview</h2> - -<p>Let&rsquo;s see how easy it is to install <code>NGINX</code>, <code>PHP</code>, <code>Composer</code>, <code>MySQL</code>, <code>Redis</code> and <code>Beanstalkd</code>:</p> - -<p>1 - Clone Laradock inside your PHP project:</p> - -<pre><code class="language-shell">git clone https://github.com/Laradock/laradock.git -</code></pre> - -<p>2 - Enter the laradock folder and rename <code>env-example</code> to <code>.env</code>.</p> - -<pre><code class="language-shell">cp env-example .env -</code></pre> - -<p>3 - Run your containers:</p> - -<pre><code class="language-shell">docker-compose up -d nginx mysql redis beanstalkd -</code></pre> - -<p>4 - Open your project&rsquo;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>5 - Open your browser and visit localhost: <code>http://localhost</code>.</p> - -<pre><code class="language-shell">That's it! enjoy :) -</code></pre> - -<p><a name="features"></a></p> - -<h2 id="features">Features</h2> - -<ul> -<li>Easy switch between PHP versions: 7.1, 7.0, 5.6&hellip;</li> -<li>Choose your favorite database engine: MySQL, Postgres, MariaDB&hellip;</li> -<li>Run your own combination of software: Memcached, HHVM, Beanstalkd&hellip;</li> -<li>Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI&hellip;</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 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&rsquo;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> -<li>Fast Images Builds.</li> -<li>More to come every week..</li> -</ul> - -<p><a name="Supported-Containers"></a></p> - -<h2 id="supported-software-images">Supported Software (Images)</h2> - -<p>In adhering to the separation of concerns principle as promoted by Docker, Laradock runs each software on its own Container. -You can turn On/Off as many instances of as any container without worrying about the configurations, everything works like a charm.</p> - -<ul> -<li><strong>Database Engines:</strong> -MySQL - MariaDB - MongoDB - Neo4j - RethinkDB - MSSQL - PostgreSQL - Postgres Postgis.</li> -<li><strong>Cache Engines:</strong> -Redis - Memcached - Aerospike</li> -<li><strong>PHP Servers:</strong> -NGINX - Apache2 - Caddy</li> -<li><strong>PHP Compilers:</strong> -PHP FPM - HHVM</li> -<li><strong>Message Queuing:</strong> -Beanstalkd - Beanstalkd Console - RabbitMQ - RabbitMQ Console - PHP Worker</li> -<li><strong>Tools:</strong> -HAProxy - Jenkins - ElasticSearch - Selenium - Certbot - Mailhog - Minio - Varnish - PhpMyAdmin - Adminer - PgAdmin - MailHog&hellip;</li> -</ul> - -<p>Laradock introduces the <strong>Workspace</strong> Image, as a development environment. -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 - V8JS - Gulp - SQLite - xDebug - Envoy - Deployer - Vim - Yarn - SOAP - Drush&hellip;</p> - -<p>You can choose, which tools to install in your workspace container and other containers, from the <code>.env</code> file.</p> - -<blockquote> -<p>If you modify <code>docker-compose.yml</code>, <code>.env</code> or any <code>dockerfile</code> file, you must re-build your containers, to see those effects in the running instance.</p> -</blockquote> - -<p>If you can&rsquo;t find your Software in the list, build it yourself and sumit it. Contributions are welcomed :)</p> - -<p><a name="what-is-docker"></a></p> - -<h2 id="what-is-docker">What is Docker?</h2> - -<p><a href="https://www.docker.com">Docker</a> is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of <a href="https://en.wikipedia.org/wiki/Operating-system-level_virtualization">operating-system-level virtualization</a> on Linux, Mac OS and Windows.</p> - -<p><a name="why-docker-not-vagrant"></a></p> - -<h2 id="why-docker-not-vagrant">Why Docker not Vagrant!?</h2> - -<p><a href="https://www.vagrantup.com">Vagrant</a> creates Virtual Machines in minutes while Docker creates Virtual Containers in seconds.</p> - -<p>Instead of providing a full Virtual Machines, like you get with Vagrant, Docker provides you <strong>lightweight</strong> Virtual Containers, that share the same kernel and allow to safely execute independent processes.</p> - -<p>In addition to the speed, Docker gives tons of features that cannot be achieved with Vagrant.</p> - -<p>Most importantly Docker can run on Development and on Production (same environment everywhere). While Vagrant is designed for Development only, (so you have to re-provision your server on Production every time).</p> - -<p><a name="Demo"></a></p> - -<h2 id="demo-video">Demo Video</h2> - -<p>What&rsquo;s better than a <strong>Demo Video</strong>:</p> - -<ul> -<li>Laradock v5.* (soon or never)</li> -<li>Laradock <a href="https://www.youtube.com/watch?v=TQii1jDa96Y">v4.*</a></li> -<li>Laradock <a href="https://www.youtube.com/watch?v=-DamFMczwDA">v2.*</a></li> -<li>Laradock <a href="https://www.youtube.com/watch?v=jGkyO6Is_aI">v0.3</a></li> -<li>Laradock <a href="https://www.youtube.com/watch?v=3YQsHe6oF80">v0.1</a></li> -</ul> - -<p><a name="Chat"></a></p> - -<h2 id="chat-with-us">Chat with us</h2> - -<p>You are welcome to join our chat room on Gitter.</p> - -<p><a href="https://gitter.im/Laradock/laradock?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge"><img src="https://badges.gitter.im/Laradock/laradock.svg" alt="Gitter" /></a></p> - - - - - \ No newline at end of file diff --git a/docs/javascripts/application.js b/docs/javascripts/application.js deleted file mode 100644 index 1199f2e1..00000000 --- a/docs/javascripts/application.js +++ /dev/null @@ -1 +0,0 @@ -function pegasus(t,e){return e=new XMLHttpRequest,e.open("GET",t),t=[],e.onreadystatechange=e.then=function(n,o,i,r){if(n&&n.call&&(t=[,n,o]),4==e.readyState&&(i=t[0|e.status/200])){try{r=JSON.parse(e.responseText)}catch(s){r=null}i(r,e)}},e.send(),e}if("document"in self&&("classList"in document.createElement("_")?!function(){"use strict";var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var e=function(t){var e=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var n,o=arguments.length;for(n=0;o>n;n++)t=arguments[n],e.call(this,t)}};e("add"),e("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,e){return 1 in arguments&&!this.contains(t)==!e?e:n.call(this,t)}}t=null}():!function(t){"use strict";if("Element"in t){var e="classList",n="prototype",o=t.Element[n],i=Object,r=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},s=Array[n].indexOf||function(t){for(var e=0,n=this.length;n>e;e++)if(e in this&&this[e]===t)return e;return-1},a=function(t,e){this.name=t,this.code=DOMException[t],this.message=e},c=function(t,e){if(""===e)throw new a("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(e))throw new a("INVALID_CHARACTER_ERR","String contains an invalid character");return s.call(t,e)},l=function(t){for(var e=r.call(t.getAttribute("class")||""),n=e?e.split(/\s+/):[],o=0,i=n.length;i>o;o++)this.push(n[o]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},u=l[n]=[],d=function(){return new l(this)};if(a[n]=Error[n],u.item=function(t){return this[t]||null},u.contains=function(t){return t+="",-1!==c(this,t)},u.add=function(){var t,e=arguments,n=0,o=e.length,i=!1;do t=e[n]+"",-1===c(this,t)&&(this.push(t),i=!0);while(++nc;c++)a[s[c]]=i(a[s[c]],a);n&&(e.addEventListener("mouseover",this.onMouse,!0),e.addEventListener("mousedown",this.onMouse,!0),e.addEventListener("mouseup",this.onMouse,!0)),e.addEventListener("click",this.onClick,!0),e.addEventListener("touchstart",this.onTouchStart,!1),e.addEventListener("touchmove",this.onTouchMove,!1),e.addEventListener("touchend",this.onTouchEnd,!1),e.addEventListener("touchcancel",this.onTouchCancel,!1),Event.prototype.stopImmediatePropagation||(e.removeEventListener=function(t,n,o){var i=Node.prototype.removeEventListener;"click"===t?i.call(e,t,n.hijacked||n,o):i.call(e,t,n,o)},e.addEventListener=function(t,n,o){var i=Node.prototype.addEventListener;"click"===t?i.call(e,t,n.hijacked||(n.hijacked=function(t){t.propagationStopped||n(t)}),o):i.call(e,t,n,o)}),"function"==typeof e.onclick&&(r=e.onclick,e.addEventListener("click",function(t){r(t)},!1),e.onclick=null)}}var e=navigator.userAgent.indexOf("Windows Phone")>=0,n=navigator.userAgent.indexOf("Android")>0&&!e,o=/iP(ad|hone|od)/.test(navigator.userAgent)&&!e,i=o&&/OS 4_\d(_\d)?/.test(navigator.userAgent),r=o&&/OS [6-7]_\d/.test(navigator.userAgent),s=navigator.userAgent.indexOf("BB10")>0;t.prototype.needsClick=function(t){switch(t.nodeName.toLowerCase()){case"button":case"select":case"textarea":if(t.disabled)return!0;break;case"input":if(o&&"file"===t.type||t.disabled)return!0;break;case"label":case"iframe":case"video":return!0}return/\bneedsclick\b/.test(t.className)},t.prototype.needsFocus=function(t){switch(t.nodeName.toLowerCase()){case"textarea":return!0;case"select":return!n;case"input":switch(t.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":return!1}return!t.disabled&&!t.readOnly;default:return/\bneedsfocus\b/.test(t.className)}},t.prototype.sendClick=function(t,e){var n,o;document.activeElement&&document.activeElement!==t&&document.activeElement.blur(),o=e.changedTouches[0],n=document.createEvent("MouseEvents"),n.initMouseEvent(this.determineEventType(t),!0,!0,window,1,o.screenX,o.screenY,o.clientX,o.clientY,!1,!1,!1,!1,0,null),n.forwardedTouchEvent=!0,t.dispatchEvent(n)},t.prototype.determineEventType=function(t){return n&&"select"===t.tagName.toLowerCase()?"mousedown":"click"},t.prototype.focus=function(t){var e;o&&t.setSelectionRange&&0!==t.type.indexOf("date")&&"time"!==t.type&&"month"!==t.type?(e=t.value.length,t.setSelectionRange(e,e)):t.focus()},t.prototype.updateScrollParent=function(t){var e,n;if(e=t.fastClickScrollParent,!e||!e.contains(t)){n=t;do{if(n.scrollHeight>n.offsetHeight){e=n,t.fastClickScrollParent=n;break}n=n.parentElement}while(n)}e&&(e.fastClickLastScrollTop=e.scrollTop)},t.prototype.getTargetElementFromEventTarget=function(t){return t.nodeType===Node.TEXT_NODE?t.parentNode:t},t.prototype.onTouchStart=function(t){var e,n,r;if(t.targetTouches.length>1)return!0;if(e=this.getTargetElementFromEventTarget(t.target),n=t.targetTouches[0],o){if(r=window.getSelection(),r.rangeCount&&!r.isCollapsed)return!0;if(!i){if(n.identifier&&n.identifier===this.lastTouchIdentifier)return t.preventDefault(),!1;this.lastTouchIdentifier=n.identifier,this.updateScrollParent(e)}}return this.trackingClick=!0,this.trackingClickStart=t.timeStamp,this.targetElement=e,this.touchStartX=n.pageX,this.touchStartY=n.pageY,t.timeStamp-this.lastClickTimen||Math.abs(e.pageY-this.touchStartY)>n?!0:!1},t.prototype.onTouchMove=function(t){return this.trackingClick?((this.targetElement!==this.getTargetElementFromEventTarget(t.target)||this.touchHasMoved(t))&&(this.trackingClick=!1,this.targetElement=null),!0):!0},t.prototype.findControl=function(t){return void 0!==t.control?t.control:t.htmlFor?document.getElementById(t.htmlFor):t.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea")},t.prototype.onTouchEnd=function(t){var e,s,a,c,l,u=this.targetElement;if(!this.trackingClick)return!0;if(t.timeStamp-this.lastClickTimethis.tapTimeout)return!0;if(this.cancelNextClick=!1,this.lastClickTime=t.timeStamp,s=this.trackingClickStart,this.trackingClick=!1,this.trackingClickStart=0,r&&(l=t.changedTouches[0],u=document.elementFromPoint(l.pageX-window.pageXOffset,l.pageY-window.pageYOffset)||u,u.fastClickScrollParent=this.targetElement.fastClickScrollParent),a=u.tagName.toLowerCase(),"label"===a){if(e=this.findControl(u)){if(this.focus(u),n)return!1;u=e}}else if(this.needsFocus(u))return t.timeStamp-s>100||o&&window.top!==window&&"input"===a?(this.targetElement=null,!1):(this.focus(u),this.sendClick(u,t),o&&"select"===a||(this.targetElement=null,t.preventDefault()),!1);return o&&!i&&(c=u.fastClickScrollParent,c&&c.fastClickLastScrollTop!==c.scrollTop)?!0:(this.needsClick(u)||(t.preventDefault(),this.sendClick(u,t)),!1)},t.prototype.onTouchCancel=function(){this.trackingClick=!1,this.targetElement=null},t.prototype.onMouse=function(t){return this.targetElement?t.forwardedTouchEvent?!0:t.cancelable&&(!this.needsClick(this.targetElement)||this.cancelNextClick)?(t.stopImmediatePropagation?t.stopImmediatePropagation():t.propagationStopped=!0,t.stopPropagation(),t.preventDefault(),!1):!0:!0},t.prototype.onClick=function(t){var e;return this.trackingClick?(this.targetElement=null,this.trackingClick=!1,!0):"submit"===t.target.type&&0===t.detail?!0:(e=this.onMouse(t),e||(this.targetElement=null),e)},t.prototype.destroy=function(){var t=this.layer;n&&(t.removeEventListener("mouseover",this.onMouse,!0),t.removeEventListener("mousedown",this.onMouse,!0),t.removeEventListener("mouseup",this.onMouse,!0)),t.removeEventListener("click",this.onClick,!0),t.removeEventListener("touchstart",this.onTouchStart,!1),t.removeEventListener("touchmove",this.onTouchMove,!1),t.removeEventListener("touchend",this.onTouchEnd,!1),t.removeEventListener("touchcancel",this.onTouchCancel,!1)},t.notNeeded=function(t){var e,o,i,r;if("undefined"==typeof window.ontouchstart)return!0;if(o=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1]){if(!n)return!0;if(e=document.querySelector("meta[name=viewport]")){if(-1!==e.content.indexOf("user-scalable=no"))return!0;if(o>31&&document.documentElement.scrollWidth<=window.outerWidth)return!0}}if(s&&(i=navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/),i[1]>=10&&i[2]>=3&&(e=document.querySelector("meta[name=viewport]")))){if(-1!==e.content.indexOf("user-scalable=no"))return!0;if(document.documentElement.scrollWidth<=window.outerWidth)return!0}return"none"===t.style.msTouchAction||"manipulation"===t.style.touchAction?!0:(r=+(/Firefox\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1],r>=27&&(e=document.querySelector("meta[name=viewport]"),e&&(-1!==e.content.indexOf("user-scalable=no")||document.documentElement.scrollWidth<=window.outerWidth))?!0:"none"===t.style.touchAction||"manipulation"===t.style.touchAction?!0:!1)},t.attach=function(e,n){return new t(e,n)},"function"==typeof define&&"object"==typeof define.amd&&define.amd?define(function(){return t}):"undefined"!=typeof module&&module.exports?(module.exports=t.attach,module.exports.FastClick=t):window.FastClick=t}(),function(){var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.6.0",t.utils={},t.utils.warn=function(t){return function(e){t.console&&console.warn&&console.warn(e)}}(this),t.utils.asString=function(t){return void 0===t||null===t?"":t.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var t=Array.prototype.slice.call(arguments),e=t.pop(),n=t;if("function"!=typeof e)throw new TypeError("last argument must be a function");n.forEach(function(t){this.hasHandler(t)||(this.events[t]=[]),this.events[t].push(e)},this)},t.EventEmitter.prototype.removeListener=function(t,e){if(this.hasHandler(t)){var n=this.events[t].indexOf(e);this.events[t].splice(n,1),this.events[t].length||delete this.events[t]}},t.EventEmitter.prototype.emit=function(t){if(this.hasHandler(t)){var e=Array.prototype.slice.call(arguments,1);this.events[t].forEach(function(t){t.apply(void 0,e)})}},t.EventEmitter.prototype.hasHandler=function(t){return t in this.events},t.tokenizer=function(e){return arguments.length&&null!=e&&void 0!=e?Array.isArray(e)?e.map(function(e){return t.utils.asString(e).toLowerCase()}):e.toString().trim().toLowerCase().split(t.tokenizer.seperator):[]},t.tokenizer.seperator=/[\s\-]+/,t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var o=t.Pipeline.registeredFunctions[e];if(!o)throw new Error("Cannot load un-registered function: "+e);n.add(o)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._stack.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var o=this._stack.indexOf(e);if(-1==o)throw new Error("Cannot find existingFn");o+=1,this._stack.splice(o,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var o=this._stack.indexOf(e);if(-1==o)throw new Error("Cannot find existingFn");this._stack.splice(o,0,n)},t.Pipeline.prototype.remove=function(t){var e=this._stack.indexOf(t);-1!=e&&this._stack.splice(e,1)},t.Pipeline.prototype.run=function(t){for(var e=[],n=t.length,o=this._stack.length,i=0;n>i;i++){for(var r=t[i],s=0;o>s&&(r=this._stack[s](r,i,t),void 0!==r&&""!==r);s++);void 0!==r&&""!==r&&e.push(r)}return e},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Vector=function(){this._magnitude=null,this.list=void 0,this.length=0},t.Vector.Node=function(t,e,n){this.idx=t,this.val=e,this.next=n},t.Vector.prototype.insert=function(e,n){this._magnitude=void 0;var o=this.list;if(!o)return this.list=new t.Vector.Node(e,n,o),this.length++;if(en.idx?n=n.next:(o+=e.val*n.val,e=e.next,n=n.next);return o},t.Vector.prototype.similarity=function(t){return this.dot(t)/(this.magnitude()*t.magnitude())},t.SortedSet=function(){this.length=0,this.elements=[]},t.SortedSet.load=function(t){var e=new this;return e.elements=t,e.length=t.length,e},t.SortedSet.prototype.add=function(){var t,e;for(t=0;t1;){if(r===t)return i;t>r&&(e=i),r>t&&(n=i),o=n-e,i=e+Math.floor(o/2),r=this.elements[i]}return r===t?i:-1},t.SortedSet.prototype.locationFor=function(t){for(var e=0,n=this.elements.length,o=n-e,i=e+Math.floor(o/2),r=this.elements[i];o>1;)t>r&&(e=i),r>t&&(n=i),o=n-e,i=e+Math.floor(o/2),r=this.elements[i];return r>t?i:t>r?i+1:void 0},t.SortedSet.prototype.intersect=function(e){for(var n=new t.SortedSet,o=0,i=0,r=this.length,s=e.length,a=this.elements,c=e.elements;;){if(o>r-1||i>s-1)break;a[o]!==c[i]?a[o]c[i]&&i++:(n.add(a[o]),o++,i++)}return n},t.SortedSet.prototype.clone=function(){var e=new t.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},t.SortedSet.prototype.union=function(t){var e,n,o;return this.length>=t.length?(e=this,n=t):(e=t,n=this),o=e.clone(),o.add.apply(o,n.toArray()),o},t.SortedSet.prototype.toJSON=function(){return this.toArray()},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.Store,this.tokenStore=new t.TokenStore,this.corpusTokens=new t.SortedSet,this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var t=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,t)},t.Index.prototype.off=function(t,e){return this.eventEmitter.removeListener(t,e)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;return n._fields=e.fields,n._ref=e.ref,n.documentStore=t.Store.load(e.documentStore),n.tokenStore=t.TokenStore.load(e.tokenStore),n.corpusTokens=t.SortedSet.load(e.corpusTokens),n.pipeline=t.Pipeline.load(e.pipeline),n},t.Index.prototype.field=function(t,e){var e=e||{},n={name:t,boost:e.boost||1};return this._fields.push(n),this},t.Index.prototype.ref=function(t){return this._ref=t,this},t.Index.prototype.add=function(e,n){var o={},i=new t.SortedSet,r=e[this._ref],n=void 0===n?!0:n;this._fields.forEach(function(n){var r=this.pipeline.run(t.tokenizer(e[n.name]));o[n.name]=r,t.SortedSet.prototype.add.apply(i,r)},this),this.documentStore.set(r,i),t.SortedSet.prototype.add.apply(this.corpusTokens,i.toArray());for(var s=0;s0&&(o=1+Math.log(this.documentStore.length/n)),this._idfCache[e]=o},t.Index.prototype.search=function(e){var n=this.pipeline.run(t.tokenizer(e)),o=new t.Vector,i=[],r=this._fields.reduce(function(t,e){return t+e.boost},0),s=n.some(function(t){return this.tokenStore.has(t)},this);if(!s)return[];n.forEach(function(e,n,s){var a=1/s.length*this._fields.length*r,c=this,l=this.tokenStore.expand(e).reduce(function(n,i){var r=c.corpusTokens.indexOf(i),s=c.idf(i),l=1,u=new t.SortedSet;if(i!==e){var d=Math.max(3,i.length-e.length);l=1/Math.log(d)}r>-1&&o.insert(r,a*s*l);for(var h=c.tokenStore.get(i),f=Object.keys(h),p=f.length,m=0;p>m;m++)u.add(h[f[m]].ref);return n.union(u)},new t.SortedSet);i.push(l)},this);var a=i.reduce(function(t,e){return t.intersect(e)});return a.map(function(t){return{ref:t,score:o.similarity(this.documentVector(t))}},this).sort(function(t,e){return e.score-t.score})},t.Index.prototype.documentVector=function(e){for(var n=this.documentStore.get(e),o=n.length,i=new t.Vector,r=0;o>r;r++){var s=n.elements[r],a=this.tokenStore.get(s)[e].tf,c=this.idf(s);i.insert(this.corpusTokens.indexOf(s),a*c)}return i},t.Index.prototype.toJSON=function(){return{version:t.version,fields:this._fields,ref:this._ref,documentStore:this.documentStore.toJSON(),tokenStore:this.tokenStore.toJSON(),corpusTokens:this.corpusTokens.toJSON(),pipeline:this.pipeline.toJSON()}},t.Index.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},t.Store=function(){this.store={},this.length=0},t.Store.load=function(e){var n=new this;return n.length=e.length,n.store=Object.keys(e.store).reduce(function(n,o){return n[o]=t.SortedSet.load(e.store[o]),n},{}),n},t.Store.prototype.set=function(t,e){this.has(t)||this.length++,this.store[t]=e},t.Store.prototype.get=function(t){return this.store[t]},t.Store.prototype.has=function(t){return t in this.store},t.Store.prototype.remove=function(t){this.has(t)&&(delete this.store[t],this.length--)},t.Store.prototype.toJSON=function(){return{store:this.store,length:this.length}},t.stemmer=function(){var t={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},e={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",o="[aeiouy]",i=n+"[^aeiouy]*",r=o+"[aeiou]*",s="^("+i+")?"+r+i,a="^("+i+")?"+r+i+"("+r+")?$",c="^("+i+")?"+r+i+r+i,l="^("+i+")?"+o,u=new RegExp(s),d=new RegExp(c),h=new RegExp(a),f=new RegExp(l),p=/^(.+?)(ss|i)es$/,m=/^(.+?)([^s])s$/,v=/^(.+?)eed$/,g=/^(.+?)(ed|ing)$/,y=/.$/,w=/(at|bl|iz)$/,S=new RegExp("([^aeiouylsz])\\1$"),k=new RegExp("^"+i+o+"[^aeiouwxy]$"),E=/^(.+?[^aeiou])y$/,x=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,b=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,T=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,C=/^(.+?)(s|t)(ion)$/,L=/^(.+?)e$/,_=/ll$/,A=new RegExp("^"+i+o+"[^aeiouwxy]$"),O=function(n){var o,i,r,s,a,c,l;if(n.length<3)return n;if(r=n.substr(0,1),"y"==r&&(n=r.toUpperCase()+n.substr(1)),s=p,a=m,s.test(n)?n=n.replace(s,"$1$2"):a.test(n)&&(n=n.replace(a,"$1$2")),s=v,a=g,s.test(n)){var O=s.exec(n);s=u,s.test(O[1])&&(s=y,n=n.replace(s,""))}else if(a.test(n)){var O=a.exec(n);o=O[1],a=f,a.test(o)&&(n=o,a=w,c=S,l=k,a.test(n)?n+="e":c.test(n)?(s=y,n=n.replace(s,"")):l.test(n)&&(n+="e"))}if(s=E,s.test(n)){var O=s.exec(n);o=O[1],n=o+"i"}if(s=x,s.test(n)){var O=s.exec(n);o=O[1],i=O[2],s=u,s.test(o)&&(n=o+t[i])}if(s=b,s.test(n)){var O=s.exec(n);o=O[1],i=O[2],s=u,s.test(o)&&(n=o+e[i])}if(s=T,a=C,s.test(n)){var O=s.exec(n);o=O[1],s=d,s.test(o)&&(n=o)}else if(a.test(n)){var O=a.exec(n);o=O[1]+O[2],a=d,a.test(o)&&(n=o)}if(s=L,s.test(n)){var O=s.exec(n);o=O[1],s=d,a=h,c=A,(s.test(o)||a.test(o)&&!c.test(o))&&(n=o)}return s=_,a=d,s.test(n)&&a.test(n)&&(s=y,n=n.replace(s,"")),"y"==r&&(n=r.toLowerCase()+n.substr(1)),n};return O}(),t.Pipeline.registerFunction(t.stemmer,"stemmer"),t.generateStopWordFilter=function(t){var e=t.reduce(function(t,e){return t[e]=e,t},{});return function(t){return t&&e[t]!==t?t:void 0}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter"),t.trimmer=function(t){return t.replace(/^\W+/,"").replace(/\W+$/,"")},t.Pipeline.registerFunction(t.trimmer,"trimmer"),t.TokenStore=function(){this.root={docs:{}},this.length=0},t.TokenStore.load=function(t){var e=new this;return e.root=t.root,e.length=t.length,e},t.TokenStore.prototype.add=function(t,e,n){var n=n||this.root,o=t.charAt(0),i=t.slice(1);return o in n||(n[o]={docs:{}}),0===i.length?(n[o].docs[e.ref]=e,void(this.length+=1)):this.add(i,e,n[o])},t.TokenStore.prototype.has=function(t){if(!t)return!1;for(var e=this.root,n=0;nt){for(;" "!=this[t]&&--t>0;);return this.substring(0,t)+"…"}return this},HTMLElement.prototype.wrap=function(t){t.length||(t=[t]);for(var e=t.length-1;e>=0;e--){var n=e>0?this.cloneNode(!0):this,o=t[e],i=o.parentNode,r=o.nextSibling;n.appendChild(o),r?i.insertBefore(n,r):i.appendChild(n)}},document.addEventListener("DOMContentLoaded",function(){"use strict";Modernizr.addTest("ios",function(){return!!navigator.userAgent.match(/(iPad|iPhone|iPod)/g)}),Modernizr.addTest("standalone",function(){return!!navigator.standalone}),FastClick.attach(document.body);var t=document.getElementById("toggle-search"),e=(document.getElementById("reset-search"),document.querySelector(".drawer")),n=document.querySelectorAll(".anchor"),o=document.querySelector(".search .field"),i=document.querySelector(".query"),r=document.querySelector(".results .meta");Array.prototype.forEach.call(n,function(t){t.querySelector("a").addEventListener("click",function(){document.getElementById("toggle-drawer").checked=!1,document.body.classList.remove("toggle-drawer")})});var s=window.pageYOffset,a=function(){var t=window.pageYOffset+window.innerHeight,n=Math.max(0,window.innerHeight-e.offsetHeight);t>document.body.clientHeight-(96-n)?"absolute"!=e.style.position&&(e.style.position="absolute",e.style.top=null,e.style.bottom=0):e.offsetHeighte.offsetTop+e.offsetHeight?(e.style.position="fixed",e.style.top=null,e.style.bottom="-96px"):window.pageYOffsets?e.style.top&&(e.style.position="absolute",e.style.top=Math.max(0,s)+"px",e.style.bottom=null):e.style.bottom&&(e.style.position="absolute",e.style.top=t-e.offsetHeight+"px",e.style.bottom=null),s=Math.max(0,window.pageYOffset)},c=function(){var t=document.querySelector(".main");window.removeEventListener("scroll",a),matchMedia("only screen and (max-width: 959px)").matches?(e.style.position=null,e.style.top=null,e.style.bottom=null):e.offsetHeight+96o;o++)t1e4?n=(n/1e3).toFixed(0)+"k":n>1e3&&(n=(n/1e3).toFixed(1)+"k");var o=document.querySelector(".repo-stars .count");o.innerHTML=n},function(t,e){console.error(t,e.status)})}),"standalone"in window.navigator&&window.navigator.standalone){var node,remotes=!1;document.addEventListener("click",function(t){for(node=t.target;"A"!==node.nodeName&&"HTML"!==node.nodeName;)node=node.parentNode;"href"in node&&-1!==node.href.indexOf("http")&&(-1!==node.href.indexOf(document.location.host)||remotes)&&(t.preventDefault(),document.location.href=node.href)},!1)} \ No newline at end of file diff --git a/docs/javascripts/modernizr.js b/docs/javascripts/modernizr.js deleted file mode 100644 index e82c9098..00000000 --- a/docs/javascripts/modernizr.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,t,n){function r(e,t){return typeof e===t}function i(){var e,t,n,i,o,a,s;for(var l in x)if(x.hasOwnProperty(l)){if(e=[],t=x[l],t.name&&(e.push(t.name.toLowerCase()),t.options&&t.options.aliases&&t.options.aliases.length))for(n=0;nf;f++)if(h=e[f],g=_.style[h],l(h,"-")&&(h=m(h)),_.style[h]!==n){if(o||r(i,"undefined"))return a(),"pfx"==t?h:!0;try{_.style[h]=i}catch(y){}if(_.style[h]!=g)return a(),"pfx"==t?h:!0}return a(),!1}function g(e,t,n){var i;for(var o in e)if(e[o]in t)return n===!1?e[o]:(i=t[e[o]],r(i,"function")?s(i,n||t):i);return!1}function v(e,t,n,i,o){var a=e.charAt(0).toUpperCase()+e.slice(1),s=(e+" "+P.join(a+" ")+a).split(" ");return r(t,"string")||r(t,"undefined")?h(s,t,i,o):(s=(e+" "+A.join(a+" ")+a).split(" "),g(s,t,n))}function y(e,t,r){return v(e,n,n,t,r)}var x=[],E={_version:"3.3.1",_config:{classPrefix:"",enableClasses:!0,enableJSClass:!0,usePrefixes:!0},_q:[],on:function(e,t){var n=this;setTimeout(function(){t(n[e])},0)},addTest:function(e,t,n){x.push({name:e,fn:t,options:n})},addAsyncTest:function(e){x.push({name:null,fn:e})}},S=function(){};S.prototype=E,S=new S;var b,w=[],C=t.documentElement,T="svg"===C.nodeName.toLowerCase();!function(){var e={}.hasOwnProperty;b=r(e,"undefined")||r(e.call,"undefined")?function(e,t){return t in e&&r(e.constructor.prototype[t],"undefined")}:function(t,n){return e.call(t,n)}}(),E._l={},E.on=function(e,t){this._l[e]||(this._l[e]=[]),this._l[e].push(t),S.hasOwnProperty(e)&&setTimeout(function(){S._trigger(e,S[e])},0)},E._trigger=function(e,t){if(this._l[e]){var n=this._l[e];setTimeout(function(){var e,r;for(e=0;e",r.insertBefore(n.lastChild,r.firstChild)}function r(){var e=C.elements;return"string"==typeof e?e.split(" "):e}function i(e,t){var n=C.elements;"string"!=typeof n&&(n=n.join(" ")),"string"!=typeof e&&(e=e.join(" ")),C.elements=n+" "+e,u(t)}function o(e){var t=w[e[S]];return t||(t={},b++,e[S]=b,w[b]=t),t}function a(e,n,r){if(n||(n=t),g)return n.createElement(e);r||(r=o(n));var i;return i=r.cache[e]?r.cache[e].cloneNode():E.test(e)?(r.cache[e]=r.createElem(e)).cloneNode():r.createElem(e),!i.canHaveChildren||x.test(e)||i.tagUrn?i:r.frag.appendChild(i)}function s(e,n){if(e||(e=t),g)return e.createDocumentFragment();n=n||o(e);for(var i=n.frag.cloneNode(),a=0,s=r(),l=s.length;l>a;a++)i.createElement(s[a]);return i}function l(e,t){t.cache||(t.cache={},t.createElem=e.createElement,t.createFrag=e.createDocumentFragment,t.frag=t.createFrag()),e.createElement=function(n){return C.shivMethods?a(n,e,t):t.createElem(n)},e.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+r().join().replace(/[\w\-:]+/g,function(e){return t.createElem(e),t.frag.createElement(e),'c("'+e+'")'})+");return n}")(C,t.frag)}function u(e){e||(e=t);var r=o(e);return!C.shivCSS||h||r.hasCSS||(r.hasCSS=!!n(e,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),g||l(e,r),e}function c(e){for(var t,n=e.getElementsByTagName("*"),i=n.length,o=RegExp("^(?:"+r().join("|")+")$","i"),a=[];i--;)t=n[i],o.test(t.nodeName)&&a.push(t.applyElement(f(t)));return a}function f(e){for(var t,n=e.attributes,r=n.length,i=e.ownerDocument.createElement(N+":"+e.nodeName);r--;)t=n[r],t.specified&&i.setAttribute(t.nodeName,t.nodeValue);return i.style.cssText=e.style.cssText,i}function d(e){for(var t,n=e.split("{"),i=n.length,o=RegExp("(^|[\\s,>+~])("+r().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),a="$1"+N+"\\:$2";i--;)t=n[i]=n[i].split("}"),t[t.length-1]=t[t.length-1].replace(o,a),n[i]=t.join("}");return n.join("{")}function p(e){for(var t=e.length;t--;)e[t].removeNode()}function m(e){function t(){clearTimeout(a._removeSheetTimer),r&&r.removeNode(!0),r=null}var r,i,a=o(e),s=e.namespaces,l=e.parentWindow;return!_||e.printShived?e:("undefined"==typeof s[N]&&s.add(N),l.attachEvent("onbeforeprint",function(){t();for(var o,a,s,l=e.styleSheets,u=[],f=l.length,p=Array(f);f--;)p[f]=l[f];for(;s=p.pop();)if(!s.disabled&&T.test(s.media)){try{o=s.imports,a=o.length}catch(m){a=0}for(f=0;a>f;f++)p.push(o[f]);try{u.push(s.cssText)}catch(m){}}u=d(u.reverse().join("")),i=c(e),r=n(e,u)}),l.attachEvent("onafterprint",function(){p(i),clearTimeout(a._removeSheetTimer),a._removeSheetTimer=setTimeout(t,500)}),e.printShived=!0,e)}var h,g,v="3.7.3",y=e.html5||{},x=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,E=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,S="_html5shiv",b=0,w={};!function(){try{var e=t.createElement("a");e.innerHTML="",h="hidden"in e,g=1==e.childNodes.length||function(){t.createElement("a");var e=t.createDocumentFragment();return"undefined"==typeof e.cloneNode||"undefined"==typeof e.createDocumentFragment||"undefined"==typeof e.createElement}()}catch(n){h=!0,g=!0}}();var C={elements:y.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:v,shivCSS:y.shivCSS!==!1,supportsUnknownElements:g,shivMethods:y.shivMethods!==!1,type:"default",shivDocument:u,createElement:a,createDocumentFragment:s,addElements:i};e.html5=C,u(t);var T=/^$|\b(?:all|print)\b/,N="html5shiv",_=!g&&function(){var n=t.documentElement;return!("undefined"==typeof t.namespaces||"undefined"==typeof t.parentWindow||"undefined"==typeof n.applyElement||"undefined"==typeof n.removeNode||"undefined"==typeof e.attachEvent)}();C.type+=" print",C.shivPrint=m,m(t),"object"==typeof module&&module.exports&&(module.exports=C)}("undefined"!=typeof e?e:this,t);var N={elem:u("modernizr")};S._q.push(function(){delete N.elem});var _={style:N.elem.style};S._q.unshift(function(){delete _.style});var z=(E.testProp=function(e,t,r){return h([e],n,t,r)},function(){function e(e,t){var i;return e?(t&&"string"!=typeof t||(t=u(t||"div")),e="on"+e,i=e in t,!i&&r&&(t.setAttribute||(t=u("div")),t.setAttribute(e,""),i="function"==typeof t[e],t[e]!==n&&(t[e]=n),t.removeAttribute(e)),i):!1}var r=!("onblur"in t.documentElement);return e}());E.hasEvent=z,S.addTest("inputsearchevent",z("search"));var k=E.testStyles=f,$=function(){var e=navigator.userAgent,t=e.match(/applewebkit\/([0-9]+)/gi)&&parseFloat(RegExp.$1),n=e.match(/w(eb)?osbrowser/gi),r=e.match(/windows phone/gi)&&e.match(/iemobile\/([0-9])+/gi)&&parseFloat(RegExp.$1)>=9,i=533>t&&e.match(/android/gi);return n||i||r}();$?S.addTest("fontface",!1):k('@font-face {font-family:"font";src:url("https://")}',function(e,n){var r=t.getElementById("smodernizr"),i=r.sheet||r.styleSheet,o=i?i.cssRules&&i.cssRules[0]?i.cssRules[0].cssText:i.cssText||"":"",a=/src/i.test(o)&&0===o.indexOf(n.split(" ")[0]);S.addTest("fontface",a)});var j="Moz O ms Webkit",P=E._config.usePrefixes?j.split(" "):[];E._cssomPrefixes=P;var A=E._config.usePrefixes?j.toLowerCase().split(" "):[];E._domPrefixes=A,E.testAllProps=v,E.testAllProps=y;var R="CSS"in e&&"supports"in e.CSS,F="supportsCSS"in e;S.addTest("supports",R||F),S.addTest("csstransforms3d",function(){var e=!!y("perspective","1px",!0),t=S._config.usePrefixes;if(e&&(!t||"webkitPerspective"in C.style)){var n,r="#modernizr{width:0;height:0}";S.supports?n="@supports (perspective: 1px)":(n="@media (transform-3d)",t&&(n+=",(-webkit-transform-3d)")),n+="{#modernizr{width:7px;height:18px;margin:0;padding:0;border:0}}",k(r+n,function(t){e=7===t.offsetWidth&&18===t.offsetHeight})}return e}),S.addTest("json","JSON"in e&&"parse"in JSON&&"stringify"in JSON),S.addTest("checked",function(){return k("#modernizr {position:absolute} #modernizr input {margin-left:10px} #modernizr :checked {margin-left:20px;display:block}",function(e){var t=u("input");return t.setAttribute("type","checkbox"),t.setAttribute("checked","checked"),e.appendChild(t),20===t.offsetLeft})}),S.addTest("target",function(){var t=e.document;if(!("querySelectorAll"in t))return!1;try{return t.querySelectorAll(":target"),!0}catch(n){return!1}}),S.addTest("contains",r(String.prototype.contains,"function")),i(),o(w),delete E.addTest,delete E.addAsyncTest;for(var M=0;M #mq-test-1 { width: 42px; }',r.insertBefore(o,i),n=42===a.offsetWidth,r.removeChild(o),{matches:n,media:e}}}(e.document)}(this),function(e){"use strict";function t(){E(!0)}var n={};e.respond=n,n.update=function(){};var r=[],i=function(){var t=!1;try{t=new e.XMLHttpRequest}catch(n){t=new e.ActiveXObject("Microsoft.XMLHTTP")}return function(){return t}}(),o=function(e,t){var n=i();n&&(n.open("GET",e,!0),n.onreadystatechange=function(){4!==n.readyState||200!==n.status&&304!==n.status||t(n.responseText)},4!==n.readyState&&n.send(null))};if(n.ajax=o,n.queue=r,n.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},n.mediaQueriesSupported=e.matchMedia&&null!==e.matchMedia("only all")&&e.matchMedia("only all").matches,!n.mediaQueriesSupported){var a,s,l,u=e.document,c=u.documentElement,f=[],d=[],p=[],m={},h=30,g=u.getElementsByTagName("head")[0]||c,v=u.getElementsByTagName("base")[0],y=g.getElementsByTagName("link"),x=function(){var e,t=u.createElement("div"),n=u.body,r=c.style.fontSize,i=n&&n.style.fontSize,o=!1;return t.style.cssText="position:absolute;font-size:1em;width:1em",n||(n=o=u.createElement("body"),n.style.background="none"),c.style.fontSize="100%",n.style.fontSize="100%",n.appendChild(t),o&&c.insertBefore(n,c.firstChild),e=t.offsetWidth,o?c.removeChild(n):n.removeChild(t),c.style.fontSize=r,i&&(n.style.fontSize=i),e=l=parseFloat(e)},E=function(t){var n="clientWidth",r=c[n],i="CSS1Compat"===u.compatMode&&r||u.body[n]||r,o={},m=y[y.length-1],v=(new Date).getTime();if(t&&a&&h>v-a)return e.clearTimeout(s),void(s=e.setTimeout(E,h));a=v;for(var S in f)if(f.hasOwnProperty(S)){var b=f[S],w=b.minw,C=b.maxw,T=null===w,N=null===C,_="em";w&&(w=parseFloat(w)*(w.indexOf(_)>-1?l||x():1)),C&&(C=parseFloat(C)*(C.indexOf(_)>-1?l||x():1)),b.hasquery&&(T&&N||!(T||i>=w)||!(N||C>=i))||(o[b.media]||(o[b.media]=[]),o[b.media].push(d[b.rules]))}for(var z in p)p.hasOwnProperty(z)&&p[z]&&p[z].parentNode===g&&g.removeChild(p[z]);p.length=0;for(var k in o)if(o.hasOwnProperty(k)){var $=u.createElement("style"),j=o[k].join("\n");$.type="text/css",$.media=k,g.insertBefore($,m.nextSibling),$.styleSheet?$.styleSheet.cssText=j:$.appendChild(u.createTextNode(j)),p.push($)}},S=function(e,t,r){var i=e.replace(n.regex.keyframes,"").match(n.regex.media),o=i&&i.length||0;t=t.substring(0,t.lastIndexOf("/"));var a=function(e){return e.replace(n.regex.urls,"$1"+t+"$2$3")},s=!o&&r;t.length&&(t+="/"),s&&(o=1);for(var l=0;o>l;l++){var u,c,p,m;s?(u=r,d.push(a(e))):(u=i[l].match(n.regex.findStyles)&&RegExp.$1,d.push(RegExp.$2&&a(RegExp.$2))),p=u.split(","),m=p.length;for(var h=0;m>h;h++)c=p[h],f.push({media:c.split("(")[0].match(n.regex.only)&&RegExp.$2||"all",rules:d.length-1,hasquery:c.indexOf("(")>-1,minw:c.match(n.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:c.match(n.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}E()},b=function(){if(r.length){var t=r.shift();o(t.href,function(n){S(n,t.href,t.media),m[t.href]=!0,e.setTimeout(function(){b()},0)})}},w=function(){for(var t=0;t - - - - - - - - - - - License - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - -
    - - -
    - -
    -
    - - -
    - - - -
    -
    -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - diff --git a/docs/license/index.xml b/docs/license/index.xml deleted file mode 100644 index 294ba68f..00000000 --- a/docs/license/index.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - Licenses on Laradock - http://laradock.io/license/index.xml - Recent content in Licenses on Laradock - Hugo -- gohugo.io - en-us - - - - License - http://laradock.io/license/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/license/ - <p><a href="https://github.com/laradock/laradock/blob/master/LICENSE">MIT License</a> (MIT)</p> - - - - - \ No newline at end of file diff --git a/docs/related-projects/index.html b/docs/related-projects/index.html deleted file mode 100644 index fe9b5c29..00000000 --- a/docs/related-projects/index.html +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - - - - - - - Related Projects - Laradock - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    - - - - - -
    - - -
    - -
    -
    - - -
    - -
    -
    -

    Related Projects

    - -

    Laradock related projects:

    - - - -

    If you want your project listed here, please open an issue.

    - - - - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - diff --git a/docs/related-projects/index.xml b/docs/related-projects/index.xml deleted file mode 100644 index f9fe71a7..00000000 --- a/docs/related-projects/index.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - Related-projects on Laradock - http://laradock.io/related-projects/index.xml - Recent content in Related-projects on Laradock - Hugo -- gohugo.io - en-us - - - - Related Projects - http://laradock.io/related-projects/ - Mon, 01 Jan 0001 00:00:00 +0000 - - http://laradock.io/related-projects/ - <p>Laradock related projects:</p> - -<ul> -<li><a href="https://github.com/lorinlee/laradock-cli">Laradock CLI</a> by <a href="https://github.com/lorinlee">LorinLee</a></li> -<li><a href="https://github.com/bagart/laradock_env">Laradock Env</a> by <a href="https://github.com/bagart">BAGArt</a></li> -<li><a href="https://github.com/poyhsiao/Klaradock">Klaradock</a> by <a href="https://github.com/poyhsiao">Kim Hsiao</a></li> -<li><a href="https://github.com/sifat-rahim/ansible-laradock-kubernetes">Ansible Laradock Kubernetes</a> by <a href="https://github.com/sifat-rahim">Sifat Rahim</a> -These Docker Compose projects have piqued our interest:</li> -<li><a href="https://github.com/ojhaujjwal/magedock">MageDock</a> by <a href="https://github.com/ojhaujjwal">Ujjwal Ojha</a></li> -<li><a href="https://github.com/scudelletti/rubydev-dock">RubyDev-Dock</a> by <a href="https://github.com/scudelletti">Diogo Scudelletti</a></li> -<li><a href="https://github.com/Osedea/nodock">NoDock</a> by <a href="https://github.com/Osedea">Osedea</a></li> -</ul> - -<p>If you want your project listed here, please open an issue.</p> - - - - - \ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml deleted file mode 100644 index 0f9bc3ab..00000000 --- a/docs/sitemap.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - http://laradock.io/introduction/ - - - - http://laradock.io/getting-started/ - - - - http://laradock.io/documentation/ - - - - http://laradock.io/guides/ - - - - http://laradock.io/help/ - - - - http://laradock.io/related-projects/ - - - - http://laradock.io/contributing/ - - - - http://laradock.io/license/ - - - - http://laradock.io/contributing/ - 0 - - - - http://laradock.io/documentation/ - 0 - - - - http://laradock.io/getting-started/ - 0 - - - - http://laradock.io/guides/ - 0 - - - - http://laradock.io/help/ - 0 - - - - http://laradock.io/introduction/ - 0 - - - - http://laradock.io/ - 0 - - - - http://laradock.io/license/ - 0 - - - - http://laradock.io/related-projects/ - 0 - - - - http://laradock.io/ - - - \ No newline at end of file diff --git a/docs/stylesheets/application.css b/docs/stylesheets/application.css deleted file mode 100644 index 162a0cff..00000000 --- a/docs/stylesheets/application.css +++ /dev/null @@ -1 +0,0 @@ -html{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}*,:after,:before{box-sizing:inherit;-moz-box-sizing:inherit;-webkit-box-sizing:inherit}html{font-size:62.5%;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}main{display:block}ul{list-style:none}table{border-collapse:collapse;border-spacing:0}td{text-align:left;font-weight:400;vertical-align:middle}button{outline:0;padding:0;background:transparent;border:none;font-size:inherit}input{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;outline:none;border:none}a{text-decoration:none;color:inherit}a,button,input,label{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{font-weight:inherit}pre{background:rgba(0,0,0,.05)}pre,pre code{color:rgba(0,0,0,.87)}.c,.c1,.cm,.o{color:rgba(0,0,0,.54)}.k,.kn{color:#a71d5d}.kd,.kt{color:#0086b3}.n.f,.nf{color:#795da3}.nx{color:#0086b3}.s,.s1{color:#183691}.bp,.mi{color:#9575cd}.icon{font-family:Icon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-search:before{content:"\e600"}.icon-back:before{content:"\e601"}.icon-link:before{content:"\e602"}.icon-close:before{content:"\e603"}.icon-menu:before{content:"\e604"}.icon-forward:before{content:"\e605"}.icon-twitter:before{content:"\e606"}.icon-github:before{content:"\e607"}.icon-download:before{content:"\e608"}.icon-star:before{content:"\e609"}.icon-warning:before{content:"\e610"}.icon-note:before{content:"\e611"}a{-webkit-transition:color .25s;transition:color .25s}.overlay{-webkit-transition:opacity .25s,width 0s .25s,height 0s .25s;transition:opacity .25s,width 0s .25s,height 0s .25s}#toggle-drawer:checked~.overlay,.toggle-drawer .overlay{-webkit-transition:opacity .25s,width 0s,height 0s;transition:opacity .25s,width 0s,height 0s}.js .header{-webkit-transition:background .6s,color .6s;transition:background .6s,color .6s}.js .header:before{-webkit-transition:background .6s;transition:background .6s}.button .icon{-webkit-transition:background .25s;transition:background .25s}body{color:rgba(0,0,0,.87)}@supports (-webkit-appearance:none){body{background:#e84e40}}.ios body{background:#fff}hr{border:0;border-top:1px solid rgba(0,0,0,.12)}.toggle-button{cursor:pointer;color:inherit}.backdrop,.backdrop-paper:after{background:#fff}.overlay{background:rgba(0,0,0,.54);opacity:0}#toggle-drawer:checked~.overlay,.toggle-drawer .overlay{opacity:1}.header{box-shadow:0 1.5px 3px rgba(0,0,0,.24),0 3px 8px rgba(0,0,0,.05);background:#e84e40;color:#fff}.ios.standalone .header:before{background:rgba(0,0,0,.12)}.bar .path{color:hsla(0,0%,100%,.7)}.button .icon{border-radius:100%}.button .icon:active{background:hsla(0,0%,100%,.12)}html{height:100%}body{position:relative;min-height:100%}hr{display:block;height:1px;padding:0;margin:0}.locked{height:100%;overflow:hidden}.scrollable{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch}.scrollable .wrapper{height:100%}.ios .scrollable .wrapper{margin-bottom:2px}.toggle{display:none}.toggle-button{display:block}.backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.backdrop-paper{max-width:1200px;height:100%;margin-left:auto;margin-right:auto}.backdrop-paper:after{content:" ";display:block;height:100%;margin-left:262px}.overlay{width:0;height:0;z-index:3}.header,.overlay{position:fixed;top:0}.header{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;left:0;z-index:2;height:56px;padding:4px;overflow:hidden}.ios.standalone .header{position:absolute}.bar{display:table;max-width:1184px;margin-left:auto;margin-right:auto}.bar a{display:block}.no-js .bar .button-search{display:none}.bar .path .icon:before{vertical-align:-1.5px}.button{display:table-cell;vertical-align:top;width:1%}.button button{margin:0;padding:0}.button button:active:before{position:relative;top:0;left:0}.button .icon{display:inline-block;font-size:24px;padding:8px;margin:4px}.stretch{display:table;table-layout:fixed;width:100%}.header .stretch{padding:0 20px}.stretch .title{display:table-cell;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header .stretch .title{font-size:18px;padding:13px 0}.main{max-width:1200px;margin-left:auto;margin-right:auto}body,input{font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.no-fontface body,.no-fontface input,body,input{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.no-fontface code,.no-fontface kbd,.no-fontface pre,code,kbd,pre{font-family:Courier New,Courier,monospace}#toggle-drawer:checked~.main .drawer,.toggle-drawer .drawer{-webkit-transform:translateZ(0);transform:translateZ(0)}.no-csstransforms3d #toggle-drawer:checked~.main .drawer,.no-csstransforms3d .toggle-drawer .drawer{display:block}.project{-webkit-transition:none;transition:none}.project .logo img{-webkit-transition:box-shadow .4s;transition:box-shadow .4s}.repo a{-webkit-transition:box-shadow .4s,opacity .4s;transition:box-shadow .4s,opacity .4s}.drawer .toc a.current,.drawer .toc a:focus,.drawer .toc a:hover{color:#e84e40}.drawer .anchor a{border-left:2px solid #e84e40}.drawer .section{color:rgba(0,0,0,.54)}.ios.standalone .project:before{background:rgba(0,0,0,.12)}.project .logo img{background:#fff;border-radius:100%}.project:focus .logo img,.project:hover .logo img{box-shadow:0 4px 7px rgba(0,0,0,.23),0 8px 25px rgba(0,0,0,.05)}.repo a{background:#00bfa5;color:#fff;border-radius:3px}.repo a:focus,.repo a:hover{box-shadow:0 4px 7px rgba(0,0,0,.23),0 8px 25px rgba(0,0,0,.05);opacity:.8}.repo a .count{background:rgba(0,0,0,.26);color:#fff;border-radius:0 3px 3px 0}.repo a .count:before{border-width:15px 5px 15px 0;border-color:transparent rgba(0,0,0,.26);border-style:solid}.drawer{width:262px;font-size:13px;line-height:1em}.ios .drawer{overflow:scroll;-webkit-overflow-scrolling:touch}.drawer .toc li a{display:block;padding:14.5px 24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer .toc li.anchor a{margin-left:12px;padding:10px 24px 10px 12px}.drawer .toc li ul{margin-left:12px}.drawer .current+ul{margin-bottom:9px}.drawer .section{display:block;padding:14.5px 24px}.drawer .scrollable{top:104px;z-index:-1}.drawer .scrollable .wrapper{height:auto;min-height:100%}.drawer .scrollable .wrapper hr{margin:12px 0;margin-right:auto}.drawer .scrollable .wrapper .toc{margin:12px 0}.project{display:block}.project .banner{display:table;width:100%;height:104px;padding:20px}.project .logo{display:table-cell;width:64px;padding-right:12px}.project .logo img{display:block;width:64px;height:64px}.project .name{display:table-cell;padding-left:4px;font-size:14px;line-height:1.25em;vertical-align:middle}.project .logo+.name{font-size:12px}.repo{margin:24px 0;text-align:center}.repo li{display:inline-block;padding-right:12px;white-space:nowrap}.repo li:last-child{padding-right:0}.repo a{display:inline-block;padding:0 10px 0 6px;font-size:12px;line-height:30px;height:30px}.repo a .icon{font-size:18px;vertical-align:-3px}.repo a .count{display:inline-block;position:relative;padding:0 8px 0 4px;margin:0 -10px 0 8px;font-size:12px}.repo a .count:before{content:" ";display:block;position:absolute;top:0;left:-5px}.no-js .repo a .count{display:none}.drawer .toc li a{font-weight:700}.drawer .toc li.anchor a{font-weight:400}.drawer .section,.repo a{font-weight:700}.repo a{text-transform:uppercase}.repo a .count{text-transform:none;font-weight:700}pre span{-webkit-transition:color .25s;transition:color .25s}.copyright a{-webkit-transition:color .25s;transition:color .25s}.ios.standalone .article{background:-webkit-linear-gradient(top,#fff 50%,#e84e40 0);background:linear-gradient(180deg,#fff 50%,#e84e40 0)}.ios.standalone .article .wrapper{background:-webkit-linear-gradient(top,#fff 50%,#fff 0);background:linear-gradient(180deg,#fff 50%,#fff 0)}.article a,.article h1,.article h2{color:#e84e40}.article code{background:#eee}.article kbd{color:#555;background-color:#fcfcfc;border:1px solid #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.article h1{border-bottom:1px solid rgba(0,0,0,.12)}.article a{border-bottom:1px dotted}.article a:focus,.article a:hover{color:#00bfa5}.article .headerlink{color:rgba(0,0,0,.26);border:none}.article table{box-shadow:0 1.5px 3px rgba(0,0,0,.24),0 3px 8px rgba(0,0,0,.05);border-radius:3px}.article table th{background:#ee7a70;color:#fff}.article table td{border-top:1px solid rgba(0,0,0,.05)}.article blockquote{border-left:2px solid rgba(0,0,0,.54);color:rgba(0,0,0,.54)}.footer{background:#e84e40;color:#fff}.footer a{border:none}.copyright{color:rgba(0,0,0,.54)}.pagination a .button,.pagination a .title{color:#fff}.pagination .direction{color:hsla(0,0%,100%,.7)}.admonition{background:#29b6f6;color:#fff}.admonition pre{background:hsla(0,0%,100%,.3)}.admonition.warning{background:#e84e40}.admonition a,.admonition a:hover{color:#fff}.article{font-size:14px;line-height:1.7em}.article:after{content:" ";display:block;clear:both}.article .wrapper{padding:116px 16px 92px}.ios.standalone .article{position:absolute;top:56px;right:0;bottom:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch}.ios.standalone .article .wrapper{position:relative;min-height:100%;padding-top:60px;margin-bottom:2px}.article h1{font-size:24px;line-height:1.333334em;padding:20px 0 42px}.article h2{font-size:20px;line-height:1.4em;padding-top:92px;margin-top:-56px}.ios.standalone .article h2{padding-top:36px;margin:0}.article h3,.article h4{font-size:14px;padding-top:76px;margin-top:-56px}.ios.standalone .article h3,.ios.standalone .article h4{padding-top:20px;margin-top:0}.article .headerlink{float:right;margin-left:20px;font-size:14px}h1 .article .headerlink{display:none}.article ol,.article p,.article ul{margin-top:1.5em}.article li,.article li ol,.article li ul{margin-top:.75em}.article li{margin-left:18px}.article li p{display:inline}.article ul>li:before{content:"\e602";display:block;float:left;font-family:Icon;font-size:16px;width:1.2em;margin-left:-1.2em;vertical-align:-.1em}.article p>code{white-space:nowrap;padding:2px 4px}.article kbd{display:inline-block;padding:3px 5px;line-height:10px}.article hr{margin-top:1.5em}.article img{max-width:100%}.article pre{padding:16px;margin:1.5em -16px 0;line-height:1.5em;overflow:auto;-webkit-overflow-scrolling:touch}.article table{margin:3em 0 1.5em;font-size:13px;overflow:hidden}.no-js .article table{display:inline-block;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.article table th{min-width:100px;font-size:12px;text-align:left}.article table td,.article table th{padding:12px 16px;vertical-align:top}.article blockquote{padding-left:16px}.article .data{margin:1.5em -16px;padding:1.5em 0;overflow:auto;-webkit-overflow-scrolling:touch;text-align:center}.article .data table{display:inline-block;margin:0 16px;text-align:left}.footer{position:absolute;bottom:0;left:0;right:0;padding:0 4px}.copyright{margin:1.5em 0}.pagination{max-width:1184px;height:92px;padding:4px 0;margin-left:auto;margin-right:auto;overflow:hidden}.pagination a{display:block;height:100%}.pagination .next,.pagination .previous{position:relative;float:left;height:100%}.pagination .previous{width:25%}.pagination .previous .direction,.pagination .previous .stretch{display:none}.pagination .next{width:75%;text-align:right}.pagination .page{display:table;position:absolute;bottom:4px}.pagination .direction{display:block;position:absolute;bottom:40px;width:100%;font-size:15px;line-height:20px;padding:0 52px}.pagination .stretch{padding:0 4px}.pagination .stretch .title{font-size:18px;padding:11px 0 13px}.admonition{margin:20px -16px 0;padding:20px 16px}.admonition>:first-child{margin-top:0}.admonition .admonition-title{font-size:20px}.admonition .admonition-title:before{content:"\e611";display:block;float:left;font-family:Icon;font-size:24px;vertical-align:-.1em;margin-right:5px}.admonition.warning .admonition-title:before{content:"\e610"}.article h3{font-weight:700}.article h4{font-weight:400;font-style:italic}.article h2 a,.article h3 a,.article h4 a,.article h5 a,.article h6 a{font-weight:400;font-style:normal}.bar{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .2s cubic-bezier(.75,0,.25,1),-webkit-transform .4s cubic-bezier(.75,0,.25,1);transition:opacity .2s cubic-bezier(.75,0,.25,1),-webkit-transform .4s cubic-bezier(.75,0,.25,1);transition:opacity .2s cubic-bezier(.75,0,.25,1),transform .4s cubic-bezier(.75,0,.25,1);transition:opacity .2s cubic-bezier(.75,0,.25,1),transform .4s cubic-bezier(.75,0,.25,1),-webkit-transform .4s cubic-bezier(.75,0,.25,1)}#toggle-search:checked~.header .bar,.toggle-search .bar{-webkit-transform:translate3d(0,-56px,0);transform:translate3d(0,-56px,0)}.bar.search .button-reset{-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:opacity .4s cubic-bezier(.1,.7,.1,1),-webkit-transform .4s cubic-bezier(.1,.7,.1,1);transition:opacity .4s cubic-bezier(.1,.7,.1,1),-webkit-transform .4s cubic-bezier(.1,.7,.1,1);transition:opacity .4s cubic-bezier(.1,.7,.1,1),transform .4s cubic-bezier(.1,.7,.1,1);transition:opacity .4s cubic-bezier(.1,.7,.1,1),transform .4s cubic-bezier(.1,.7,.1,1),-webkit-transform .4s cubic-bezier(.1,.7,.1,1);opacity:0}.bar.search.non-empty .button-reset{-webkit-transform:scale(1);transform:scale(1);opacity:1}.results{-webkit-transition:opacity .3s .1s,width 0s .4s,height 0s .4s;transition:opacity .3s .1s,width 0s .4s,height 0s .4s}#toggle-search:checked~.main .results,.toggle-search .results{-webkit-transition:opacity .4s,width 0s,height 0s;transition:opacity .4s,width 0s,height 0s}.results .list a{-webkit-transition:background .25s;transition:background .25s}.no-csstransforms3d .bar.default{display:table}.no-csstransforms3d .bar.search{display:none;margin-top:0}.no-csstransforms3d #toggle-search:checked~.header .bar.default,.no-csstransforms3d .toggle-search .bar.default{display:none}.no-csstransforms3d #toggle-search:checked~.header .bar.search,.no-csstransforms3d .toggle-search .bar.search{display:table}.bar.search{opacity:0}.bar.search .query{background:transparent;color:rgba(0,0,0,.87)}.bar.search .query::-webkit-input-placeholder{color:rgba(0,0,0,.26)}.bar.search .query:-moz-placeholder,.bar.search .query::-moz-placeholder{color:rgba(0,0,0,.26)}.bar.search .query:-ms-input-placeholder{color:rgba(0,0,0,.26)}.bar.search .button .icon:active{background:rgba(0,0,0,.12)}.results{box-shadow:0 4px 7px rgba(0,0,0,.23),0 8px 25px rgba(0,0,0,.05);background:#fff;color:rgba(0,0,0,.87);opacity:0}#toggle-search:checked~.main .results,.toggle-search .results{opacity:1}.results .meta{background:#e84e40;color:#fff}.results .list a{border-bottom:1px solid rgba(0,0,0,.12)}.results .list a:last-child{border-bottom:none}.results .list a:active{background:rgba(0,0,0,.12)}.result span{color:rgba(0,0,0,.54)}#toggle-search:checked~.header,.toggle-search .header{background:#fff;color:rgba(0,0,0,.54)}#toggle-search:checked~.header:before,.toggle-search .header:before{background:rgba(0,0,0,.54)}#toggle-search:checked~.header .bar.default,.toggle-search .header .bar.default{opacity:0}#toggle-search:checked~.header .bar.search,.toggle-search .header .bar.search{opacity:1}.bar.search{margin-top:8px}.bar.search .query{font-size:18px;padding:13px 0;margin:0;width:100%;height:48px}.bar.search .query::-ms-clear{display:none}.results{position:fixed;top:0;left:0;width:0;height:100%;z-index:1;overflow-y:scroll;-webkit-overflow-scrolling:touch}.results .scrollable{top:56px}#toggle-search:checked~.main .results,.toggle-search .results{width:100%;overflow-y:visible}.results .meta{font-weight:700}.results .meta strong{display:block;font-size:11px;max-width:1200px;margin-left:auto;margin-right:auto;padding:16px}.results .list a{display:block}.result{max-width:1200px;margin-left:auto;margin-right:auto;padding:12px 16px 16px}.result h1{line-height:24px}.result h1,.result span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.result span{font-size:12px}.no-csstransforms3d .results{display:none}.no-csstransforms3d #toggle-search:checked~.main .results,.no-csstransforms3d .toggle-search .results{display:block;overflow:auto}.meta{text-transform:uppercase;font-weight:700}@media only screen and (min-width:960px){.backdrop{background:#f2f2f2}.backdrop-paper:after{box-shadow:0 1.5px 3px rgba(0,0,0,.24),0 3px 8px rgba(0,0,0,.05)}.button-menu{display:none}.drawer{float:left;height:auto;margin-bottom:96px;padding-top:80px}.drawer,.drawer .scrollable{position:static}.article{margin-left:262px}.footer{z-index:4}.copyright{margin-bottom:64px}.results{height:auto;top:64px}.results .scrollable{position:static;max-height:413px}}@media only screen and (max-width:959px){#toggle-drawer:checked~.overlay,.toggle-drawer .overlay{width:100%;height:100%}.drawer{-webkit-transform:translate3d(-262px,0,0);transform:translate3d(-262px,0,0);-webkit-transition:-webkit-transform .25s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .25s cubic-bezier(.4,0,.2,1);transition:transform .25s cubic-bezier(.4,0,.2,1);transition:transform .25s cubic-bezier(.4,0,.2,1),-webkit-transform .25s cubic-bezier(.4,0,.2,1)}.no-csstransforms3d .drawer{display:none}.drawer{background:#fff}.project{box-shadow:0 1.5px 3px rgba(0,0,0,.24),0 3px 8px rgba(0,0,0,.05);background:#e84e40;color:#fff}.drawer{position:fixed;z-index:4}#toggle-search:checked~.main .results,.drawer,.toggle-search .results{height:100%}}@media only screen and (min-width:720px){.header{height:64px;padding:8px}.header .stretch{padding:0 16px}.header .stretch .title{font-size:20px;padding:12px 0}.project .name{margin:26px 0 0 5px}.article .wrapper{padding:128px 24px 96px}.article .data{margin:1.5em -24px}.article .data table{margin:0 24px}.article h2{padding-top:100px;margin-top:-64px}.ios.standalone .article h2{padding-top:28px;margin-top:8px}.article h3,.article h4{padding-top:84px;margin-top:-64px}.ios.standalone .article h3,.ios.standalone .article h4{padding-top:20px;margin-top:0}.article pre{padding:1.5em 24px;margin:1.5em -24px 0}.footer{padding:0 8px}.pagination{height:96px;padding:8px 0}.pagination .direction{padding:0 56px;bottom:40px}.pagination .stretch{padding:0 8px}.admonition{margin:20px -24px 0;padding:20px 24px}.bar.search .query{font-size:20px;padding:12px 0}.results .scrollable{top:64px}.results .meta strong{padding:16px 24px}.result{padding:16px 24px 20px}}@media only screen and (min-width:1200px){.header{width:100%}.drawer .scrollable .wrapper hr{width:48px}}@media only screen and (orientation:portrait){.ios.standalone .header{height:76px;padding-top:24px}.ios.standalone .header:before{content:" ";position:absolute;top:0;left:0;z-index:3;width:100%;height:20px}.ios.standalone .drawer .scrollable{top:124px}.ios.standalone .project{padding-top:20px}.ios.standalone .project:before{content:" ";position:absolute;top:0;left:0;z-index:3;width:100%;height:20px}.ios.standalone .article{position:absolute;top:76px;right:0;bottom:0;left:0}.ios.standalone .results .scrollable{top:76px}}@media only screen and (orientation:portrait) and (min-width:720px){.ios.standalone .header{height:84px;padding-top:28px}.ios.standalone .results .scrollable{top:84px}}@media only screen and (max-width:719px){.bar .path{display:none}}@media only screen and (max-width:479px){.button-github,.button-twitter{display:none}}@media only screen and (min-width:720px) and (max-width:959px){.header .stretch{padding:0 24px}}@media only screen and (min-width:480px){.pagination .next,.pagination .previous{width:50%}.pagination .previous .direction{display:block}.pagination .previous .stretch{display:table}}@media print{.drawer,.footer,.header,.headerlink{display:none}.article .wrapper{padding-top:0}.article pre,.article pre *{color:rgba(0,0,0,.87)!important}.article pre{border:1px solid rgba(0,0,0,.12)}.article table{border-radius:none;box-shadow:none}.article table th{color:#e84e40}} diff --git a/docs/stylesheets/highlight/highlight.css b/docs/stylesheets/highlight/highlight.css deleted file mode 100644 index 179f790e..00000000 --- a/docs/stylesheets/highlight/highlight.css +++ /dev/null @@ -1,116 +0,0 @@ -/* - * overwrite the current primary color of the - * theme that is used as fallback in codeblocks - */ -.article pre code { - color: rgba(0, 0, 0, 0.78) !important; -} - - -/* - HIGHLIGHT.JS THEME - - tweaked version of the Github theme -*/ - -.hljs { -display:block; -overflow-x:auto; -} - -.hljs-comment, -.hljs-quote { -color:#998; -font-style:italic; -} - -.hljs-keyword, -.hljs-selector-tag, -.hljs-subst { -color:#333; -font-weight:700; -} - -.hljs-number, -.hljs-literal, -.hljs-variable, -.hljs-template-variable, -.hljs-tag .hljs-attr { -color:teal; -} - -.hljs-string, -.hljs-doctag { -color:#d14; -} - -.hljs-title, -.hljs-section, -.hljs-selector-id { -color:#900; -font-weight:700; -} - -.hljs-subst { -font-weight:400; -} - -.hljs-type, -.hljs-class .hljs-title { -color:#458; -font-weight:700; -} - -.hljs-tag, -.hljs-name, -.hljs-attribute { -color:navy; -font-weight:400; -} - -.hljs-regexp, -.hljs-link { -color:#009926; -} - -.hljs-symbol, -.hljs-bullet { -color:#990073; -} - -.hljs-built_in, -.hljs-builtin-name { -color:#0086b3; -} - -.hljs-meta { -color:#999; -font-weight:700; -} - -.hljs-deletion { -background:#fdd; -} - -.hljs-addition { -background:#dfd; -} - -.hljs-emphasis { -font-style:italic; -} - -.hljs-strong { -font-weight:700; -} - -/* - OVERRIDING THE DEFAULT STYLES - By Mahmoud Zalt (mahmoud@zalt.me) for Laradock.io -*/ - -.project .logo img{ - width: 140px; - height: 140px; - background: transparent; - border-radius: 0%; -} diff --git a/docs/stylesheets/palettes.css b/docs/stylesheets/palettes.css deleted file mode 100644 index 97440f59..00000000 --- a/docs/stylesheets/palettes.css +++ /dev/null @@ -1 +0,0 @@ -@supports (-webkit-appearance:none){.palette-primary-red{background:#e84e40}}.palette-primary-red .footer,.palette-primary-red .header{background:#e84e40}.palette-primary-red .drawer .toc a.current,.palette-primary-red .drawer .toc a:focus,.palette-primary-red .drawer .toc a:hover{color:#e84e40}.palette-primary-red .drawer .anchor a{border-left:2px solid #e84e40}.ios.standalone .palette-primary-red .article{background:-webkit-linear-gradient(top,#fff 50%,#e84e40 0);background:linear-gradient(180deg,#fff 50%,#e84e40 0)}.palette-primary-red .article a,.palette-primary-red .article code,.palette-primary-red .article h1,.palette-primary-red .article h2{color:#e84e40}.palette-primary-red .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-red .article table th{background:#ee7a70}.palette-primary-red .results .meta{background:#e84e40}@supports (-webkit-appearance:none){.palette-primary-pink{background:#e91e63}}.palette-primary-pink .footer,.palette-primary-pink .header{background:#e91e63}.palette-primary-pink .drawer .toc a.current,.palette-primary-pink .drawer .toc a:focus,.palette-primary-pink .drawer .toc a:hover{color:#e91e63}.palette-primary-pink .drawer .anchor a{border-left:2px solid #e91e63}.ios.standalone .palette-primary-pink .article{background:-webkit-linear-gradient(top,#fff 50%,#e91e63 0);background:linear-gradient(180deg,#fff 50%,#e91e63 0)}.palette-primary-pink .article a,.palette-primary-pink .article code,.palette-primary-pink .article h1,.palette-primary-pink .article h2{color:#e91e63}.palette-primary-pink .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-pink .article table th{background:#ef568a}.palette-primary-pink .results .meta{background:#e91e63}@supports (-webkit-appearance:none){.palette-primary-purple{background:#ab47bc}}.palette-primary-purple .footer,.palette-primary-purple .header{background:#ab47bc}.palette-primary-purple .drawer .toc a.current,.palette-primary-purple .drawer .toc a:focus,.palette-primary-purple .drawer .toc a:hover{color:#ab47bc}.palette-primary-purple .drawer .anchor a{border-left:2px solid #ab47bc}.ios.standalone .palette-primary-purple .article{background:-webkit-linear-gradient(top,#fff 50%,#ab47bc 0);background:linear-gradient(180deg,#fff 50%,#ab47bc 0)}.palette-primary-purple .article a,.palette-primary-purple .article code,.palette-primary-purple .article h1,.palette-primary-purple .article h2{color:#ab47bc}.palette-primary-purple .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-purple .article table th{background:#c075cd}.palette-primary-purple .results .meta{background:#ab47bc}@supports (-webkit-appearance:none){.palette-primary-deep-purple{background:#7e57c2}}.palette-primary-deep-purple .footer,.palette-primary-deep-purple .header{background:#7e57c2}.palette-primary-deep-purple .drawer .toc a.current,.palette-primary-deep-purple .drawer .toc a:focus,.palette-primary-deep-purple .drawer .toc a:hover{color:#7e57c2}.palette-primary-deep-purple .drawer .anchor a{border-left:2px solid #7e57c2}.ios.standalone .palette-primary-deep-purple .article{background:-webkit-linear-gradient(top,#fff 50%,#7e57c2 0);background:linear-gradient(180deg,#fff 50%,#7e57c2 0)}.palette-primary-deep-purple .article a,.palette-primary-deep-purple .article code,.palette-primary-deep-purple .article h1,.palette-primary-deep-purple .article h2{color:#7e57c2}.palette-primary-deep-purple .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-deep-purple .article table th{background:#9e81d1}.palette-primary-deep-purple .results .meta{background:#7e57c2}@supports (-webkit-appearance:none){.palette-primary-indigo{background:#3f51b5}}.palette-primary-indigo .footer,.palette-primary-indigo .header{background:#3f51b5}.palette-primary-indigo .drawer .toc a.current,.palette-primary-indigo .drawer .toc a:focus,.palette-primary-indigo .drawer .toc a:hover{color:#3f51b5}.palette-primary-indigo .drawer .anchor a{border-left:2px solid #3f51b5}.ios.standalone .palette-primary-indigo .article{background:-webkit-linear-gradient(top,#fff 50%,#3f51b5 0);background:linear-gradient(180deg,#fff 50%,#3f51b5 0)}.palette-primary-indigo .article a,.palette-primary-indigo .article code,.palette-primary-indigo .article h1,.palette-primary-indigo .article h2{color:#3f51b5}.palette-primary-indigo .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-indigo .article table th{background:#6f7dc8}.palette-primary-indigo .results .meta{background:#3f51b5}@supports (-webkit-appearance:none){.palette-primary-blue{background:#5677fc}}.palette-primary-blue .footer,.palette-primary-blue .header{background:#5677fc}.palette-primary-blue .drawer .toc a.current,.palette-primary-blue .drawer .toc a:focus,.palette-primary-blue .drawer .toc a:hover{color:#5677fc}.palette-primary-blue .drawer .anchor a{border-left:2px solid #5677fc}.ios.standalone .palette-primary-blue .article{background:-webkit-linear-gradient(top,#fff 50%,#5677fc 0);background:linear-gradient(180deg,#fff 50%,#5677fc 0)}.palette-primary-blue .article a,.palette-primary-blue .article code,.palette-primary-blue .article h1,.palette-primary-blue .article h2{color:#5677fc}.palette-primary-blue .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-blue .article table th{background:#8099fd}.palette-primary-blue .results .meta{background:#5677fc}@supports (-webkit-appearance:none){.palette-primary-light-blue{background:#03a9f4}}.palette-primary-light-blue .footer,.palette-primary-light-blue .header{background:#03a9f4}.palette-primary-light-blue .drawer .toc a.current,.palette-primary-light-blue .drawer .toc a:focus,.palette-primary-light-blue .drawer .toc a:hover{color:#03a9f4}.palette-primary-light-blue .drawer .anchor a{border-left:2px solid #03a9f4}.ios.standalone .palette-primary-light-blue .article{background:-webkit-linear-gradient(top,#fff 50%,#03a9f4 0);background:linear-gradient(180deg,#fff 50%,#03a9f4 0)}.palette-primary-light-blue .article a,.palette-primary-light-blue .article code,.palette-primary-light-blue .article h1,.palette-primary-light-blue .article h2{color:#03a9f4}.palette-primary-light-blue .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-light-blue .article table th{background:#42bff7}.palette-primary-light-blue .results .meta{background:#03a9f4}@supports (-webkit-appearance:none){.palette-primary-cyan{background:#00bcd4}}.palette-primary-cyan .footer,.palette-primary-cyan .header{background:#00bcd4}.palette-primary-cyan .drawer .toc a.current,.palette-primary-cyan .drawer .toc a:focus,.palette-primary-cyan .drawer .toc a:hover{color:#00bcd4}.palette-primary-cyan .drawer .anchor a{border-left:2px solid #00bcd4}.ios.standalone .palette-primary-cyan .article{background:-webkit-linear-gradient(top,#fff 50%,#00bcd4 0);background:linear-gradient(180deg,#fff 50%,#00bcd4 0)}.palette-primary-cyan .article a,.palette-primary-cyan .article code,.palette-primary-cyan .article h1,.palette-primary-cyan .article h2{color:#00bcd4}.palette-primary-cyan .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-cyan .article table th{background:#40cddf}.palette-primary-cyan .results .meta{background:#00bcd4}@supports (-webkit-appearance:none){.palette-primary-teal{background:#009688}}.palette-primary-teal .footer,.palette-primary-teal .header{background:#009688}.palette-primary-teal .drawer .toc a.current,.palette-primary-teal .drawer .toc a:focus,.palette-primary-teal .drawer .toc a:hover{color:#009688}.palette-primary-teal .drawer .anchor a{border-left:2px solid #009688}.ios.standalone .palette-primary-teal .article{background:-webkit-linear-gradient(top,#fff 50%,#009688 0);background:linear-gradient(180deg,#fff 50%,#009688 0)}.palette-primary-teal .article a,.palette-primary-teal .article code,.palette-primary-teal .article h1,.palette-primary-teal .article h2{color:#009688}.palette-primary-teal .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-teal .article table th{background:#40b0a6}.palette-primary-teal .results .meta{background:#009688}@supports (-webkit-appearance:none){.palette-primary-green{background:#259b24}}.palette-primary-green .footer,.palette-primary-green .header{background:#259b24}.palette-primary-green .drawer .toc a.current,.palette-primary-green .drawer .toc a:focus,.palette-primary-green .drawer .toc a:hover{color:#259b24}.palette-primary-green .drawer .anchor a{border-left:2px solid #259b24}.ios.standalone .palette-primary-green .article{background:-webkit-linear-gradient(top,#fff 50%,#259b24 0);background:linear-gradient(180deg,#fff 50%,#259b24 0)}.palette-primary-green .article a,.palette-primary-green .article code,.palette-primary-green .article h1,.palette-primary-green .article h2{color:#259b24}.palette-primary-green .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-green .article table th{background:#5cb45b}.palette-primary-green .results .meta{background:#259b24}@supports (-webkit-appearance:none){.palette-primary-light-green{background:#7cb342}}.palette-primary-light-green .footer,.palette-primary-light-green .header{background:#7cb342}.palette-primary-light-green .drawer .toc a.current,.palette-primary-light-green .drawer .toc a:focus,.palette-primary-light-green .drawer .toc a:hover{color:#7cb342}.palette-primary-light-green .drawer .anchor a{border-left:2px solid #7cb342}.ios.standalone .palette-primary-light-green .article{background:-webkit-linear-gradient(top,#fff 50%,#7cb342 0);background:linear-gradient(180deg,#fff 50%,#7cb342 0)}.palette-primary-light-green .article a,.palette-primary-light-green .article code,.palette-primary-light-green .article h1,.palette-primary-light-green .article h2{color:#7cb342}.palette-primary-light-green .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-light-green .article table th{background:#9dc671}.palette-primary-light-green .results .meta{background:#7cb342}@supports (-webkit-appearance:none){.palette-primary-lime{background:#c0ca33}}.palette-primary-lime .footer,.palette-primary-lime .header{background:#c0ca33}.palette-primary-lime .drawer .toc a.current,.palette-primary-lime .drawer .toc a:focus,.palette-primary-lime .drawer .toc a:hover{color:#c0ca33}.palette-primary-lime .drawer .anchor a{border-left:2px solid #c0ca33}.ios.standalone .palette-primary-lime .article{background:-webkit-linear-gradient(top,#fff 50%,#c0ca33 0);background:linear-gradient(180deg,#fff 50%,#c0ca33 0)}.palette-primary-lime .article a,.palette-primary-lime .article code,.palette-primary-lime .article h1,.palette-primary-lime .article h2{color:#c0ca33}.palette-primary-lime .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-lime .article table th{background:#d0d766}.palette-primary-lime .results .meta{background:#c0ca33}@supports (-webkit-appearance:none){.palette-primary-yellow{background:#f9a825}}.palette-primary-yellow .footer,.palette-primary-yellow .header{background:#f9a825}.palette-primary-yellow .drawer .toc a.current,.palette-primary-yellow .drawer .toc a:focus,.palette-primary-yellow .drawer .toc a:hover{color:#f9a825}.palette-primary-yellow .drawer .anchor a{border-left:2px solid #f9a825}.ios.standalone .palette-primary-yellow .article{background:-webkit-linear-gradient(top,#fff 50%,#f9a825 0);background:linear-gradient(180deg,#fff 50%,#f9a825 0)}.palette-primary-yellow .article a,.palette-primary-yellow .article code,.palette-primary-yellow .article h1,.palette-primary-yellow .article h2{color:#f9a825}.palette-primary-yellow .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-yellow .article table th{background:#fbbe5c}.palette-primary-yellow .results .meta{background:#f9a825}@supports (-webkit-appearance:none){.palette-primary-amber{background:#ffb300}}.palette-primary-amber .footer,.palette-primary-amber .header{background:#ffb300}.palette-primary-amber .drawer .toc a.current,.palette-primary-amber .drawer .toc a:focus,.palette-primary-amber .drawer .toc a:hover{color:#ffb300}.palette-primary-amber .drawer .anchor a{border-left:2px solid #ffb300}.ios.standalone .palette-primary-amber .article{background:-webkit-linear-gradient(top,#fff 50%,#ffb300 0);background:linear-gradient(180deg,#fff 50%,#ffb300 0)}.palette-primary-amber .article a,.palette-primary-amber .article code,.palette-primary-amber .article h1,.palette-primary-amber .article h2{color:#ffb300}.palette-primary-amber .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-amber .article table th{background:#ffc640}.palette-primary-amber .results .meta{background:#ffb300}@supports (-webkit-appearance:none){.palette-primary-orange{background:#fb8c00}}.palette-primary-orange .footer,.palette-primary-orange .header{background:#fb8c00}.palette-primary-orange .drawer .toc a.current,.palette-primary-orange .drawer .toc a:focus,.palette-primary-orange .drawer .toc a:hover{color:#fb8c00}.palette-primary-orange .drawer .anchor a{border-left:2px solid #fb8c00}.ios.standalone .palette-primary-orange .article{background:-webkit-linear-gradient(top,#fff 50%,#fb8c00 0);background:linear-gradient(180deg,#fff 50%,#fb8c00 0)}.palette-primary-orange .article a,.palette-primary-orange .article code,.palette-primary-orange .article h1,.palette-primary-orange .article h2{color:#fb8c00}.palette-primary-orange .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-orange .article table th{background:#fca940}.palette-primary-orange .results .meta{background:#fb8c00}@supports (-webkit-appearance:none){.palette-primary-deep-orange{background:#ff7043}}.palette-primary-deep-orange .footer,.palette-primary-deep-orange .header{background:#ff7043}.palette-primary-deep-orange .drawer .toc a.current,.palette-primary-deep-orange .drawer .toc a:focus,.palette-primary-deep-orange .drawer .toc a:hover{color:#ff7043}.palette-primary-deep-orange .drawer .anchor a{border-left:2px solid #ff7043}.ios.standalone .palette-primary-deep-orange .article{background:-webkit-linear-gradient(top,#fff 50%,#ff7043 0);background:linear-gradient(180deg,#fff 50%,#ff7043 0)}.palette-primary-deep-orange .article a,.palette-primary-deep-orange .article code,.palette-primary-deep-orange .article h1,.palette-primary-deep-orange .article h2{color:#ff7043}.palette-primary-deep-orange .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-deep-orange .article table th{background:#ff9472}.palette-primary-deep-orange .results .meta{background:#ff7043}@supports (-webkit-appearance:none){.palette-primary-brown{background:#795548}}.palette-primary-brown .footer,.palette-primary-brown .header{background:#795548}.palette-primary-brown .drawer .toc a.current,.palette-primary-brown .drawer .toc a:focus,.palette-primary-brown .drawer .toc a:hover{color:#795548}.palette-primary-brown .drawer .anchor a{border-left:2px solid #795548}.ios.standalone .palette-primary-brown .article{background:-webkit-linear-gradient(top,#fff 50%,#795548 0);background:linear-gradient(180deg,#fff 50%,#795548 0)}.palette-primary-brown .article a,.palette-primary-brown .article code,.palette-primary-brown .article h1,.palette-primary-brown .article h2{color:#795548}.palette-primary-brown .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-brown .article table th{background:#9b8076}.palette-primary-brown .results .meta{background:#795548}@supports (-webkit-appearance:none){.palette-primary-grey{background:#757575}}.palette-primary-grey .footer,.palette-primary-grey .header{background:#757575}.palette-primary-grey .drawer .toc a.current,.palette-primary-grey .drawer .toc a:focus,.palette-primary-grey .drawer .toc a:hover{color:#757575}.palette-primary-grey .drawer .anchor a{border-left:2px solid #757575}.ios.standalone .palette-primary-grey .article{background:-webkit-linear-gradient(top,#fff 50%,#757575 0);background:linear-gradient(180deg,#fff 50%,#757575 0)}.palette-primary-grey .article a,.palette-primary-grey .article code,.palette-primary-grey .article h1,.palette-primary-grey .article h2{color:#757575}.palette-primary-grey .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-grey .article table th{background:#989898}.palette-primary-grey .results .meta{background:#757575}@supports (-webkit-appearance:none){.palette-primary-blue-grey{background:#546e7a}}.palette-primary-blue-grey .footer,.palette-primary-blue-grey .header{background:#546e7a}.palette-primary-blue-grey .drawer .toc a.current,.palette-primary-blue-grey .drawer .toc a:focus,.palette-primary-blue-grey .drawer .toc a:hover{color:#546e7a}.palette-primary-blue-grey .drawer .anchor a{border-left:2px solid #546e7a}.ios.standalone .palette-primary-blue-grey .article{background:-webkit-linear-gradient(top,#fff 50%,#546e7a 0);background:linear-gradient(180deg,#fff 50%,#546e7a 0)}.palette-primary-blue-grey .article a,.palette-primary-blue-grey .article code,.palette-primary-blue-grey .article h1,.palette-primary-blue-grey .article h2{color:#546e7a}.palette-primary-blue-grey .article .headerlink{color:rgba(0,0,0,.26)}.palette-primary-blue-grey .article table th{background:#7f929b}.palette-primary-blue-grey .results .meta{background:#546e7a}.palette-accent-red .article a:focus,.palette-accent-red .article a:hover{color:#ff2d6f}.palette-accent-red .repo a{background:#ff2d6f}.palette-accent-pink .article a:focus,.palette-accent-pink .article a:hover{color:#f50057}.palette-accent-pink .repo a{background:#f50057}.palette-accent-purple .article a:focus,.palette-accent-purple .article a:hover{color:#e040fb}.palette-accent-purple .repo a{background:#e040fb}.palette-accent-deep-purple .article a:focus,.palette-accent-deep-purple .article a:hover{color:#7c4dff}.palette-accent-deep-purple .repo a{background:#7c4dff}.palette-accent-indigo .article a:focus,.palette-accent-indigo .article a:hover{color:#536dfe}.palette-accent-indigo .repo a{background:#536dfe}.palette-accent-blue .article a:focus,.palette-accent-blue .article a:hover{color:#6889ff}.palette-accent-blue .repo a{background:#6889ff}.palette-accent-light-blue .article a:focus,.palette-accent-light-blue .article a:hover{color:#0091ea}.palette-accent-light-blue .repo a{background:#0091ea}.palette-accent-cyan .article a:focus,.palette-accent-cyan .article a:hover{color:#00b8d4}.palette-accent-cyan .repo a{background:#00b8d4}.palette-accent-teal .article a:focus,.palette-accent-teal .article a:hover{color:#00bfa5}.palette-accent-teal .repo a{background:#00bfa5}.palette-accent-green .article a:focus,.palette-accent-green .article a:hover{color:#12c700}.palette-accent-green .repo a{background:#12c700}.palette-accent-light-green .article a:focus,.palette-accent-light-green .article a:hover{color:#64dd17}.palette-accent-light-green .repo a{background:#64dd17}.palette-accent-lime .article a:focus,.palette-accent-lime .article a:hover{color:#aeea00}.palette-accent-lime .repo a{background:#aeea00}.palette-accent-yellow .article a:focus,.palette-accent-yellow .article a:hover{color:#ffd600}.palette-accent-yellow .repo a{background:#ffd600}.palette-accent-amber .article a:focus,.palette-accent-amber .article a:hover{color:#ffab00}.palette-accent-amber .repo a{background:#ffab00}.palette-accent-orange .article a:focus,.palette-accent-orange .article a:hover{color:#ff9100}.palette-accent-orange .repo a{background:#ff9100}.palette-accent-deep-orange .article a:focus,.palette-accent-deep-orange .article a:hover{color:#ff6e40}.palette-accent-deep-orange .repo a{background:#ff6e40}@media only screen and (max-width:959px){.palette-primary-red .project{background:#e84e40}.palette-primary-pink .project{background:#e91e63}.palette-primary-purple .project{background:#ab47bc}.palette-primary-deep-purple .project{background:#7e57c2}.palette-primary-indigo .project{background:#3f51b5}.palette-primary-blue .project{background:#5677fc}.palette-primary-light-blue .project{background:#03a9f4}.palette-primary-cyan .project{background:#00bcd4}.palette-primary-teal .project{background:#009688}.palette-primary-green .project{background:#259b24}.palette-primary-light-green .project{background:#7cb342}.palette-primary-lime .project{background:#c0ca33}.palette-primary-yellow .project{background:#f9a825}.palette-primary-amber .project{background:#ffb300}.palette-primary-orange .project{background:#fb8c00}.palette-primary-deep-orange .project{background:#ff7043}.palette-primary-brown .project{background:#795548}.palette-primary-grey .project{background:#757575}.palette-primary-blue-grey .project{background:#546e7a}} diff --git a/docs/stylesheets/temporary.css b/docs/stylesheets/temporary.css deleted file mode 100644 index 25530e64..00000000 --- a/docs/stylesheets/temporary.css +++ /dev/null @@ -1,11 +0,0 @@ -/* This file only exists (temporarily) until the - custom styling can be replaced with the - implementation of the upstream project. -*/ - -blockquote { - padding: 0 20px; - margin: 0 0 20px; - font-size: inherit; - border-left: 5px solid #eee; -}