fix docs colors to match with lara..
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
</head>
|
||||
<body class="palette-primary-red palette-accent-teal">
|
||||
<body class="palette-primary-purple palette-accent-deep-purple">
|
||||
|
||||
|
||||
|
||||
@ -336,8 +336,6 @@
|
||||
|
||||
|
||||
|
||||
<p><a name="Docker"></a></p>
|
||||
|
||||
<p><a name="List-current-running-Containers"></a></p>
|
||||
|
||||
<h2 id="list-current-running-containers">List current running Containers</h2>
|
||||
@ -636,7 +634,7 @@ xdebug.remote_connect_back=1
|
||||
|
||||
<p>4 - Re-build the containers <code>docker-compose build workspace</code></p>
|
||||
|
||||
<h4 id="deployer-documentation-here-https-deployer-org-docs"><a href="https://deployer.org/docs">Deployer Documentation Here</a></h4>
|
||||
<p><a href="https://deployer.org/docs"><strong>Deployer Documentation Here</strong></a></p>
|
||||
|
||||
<p><br>
|
||||
<a name="Production"></a></p>
|
||||
@ -1345,7 +1343,7 @@ e) set it to <code>true</code></p>
|
||||
|
||||
<p>4 - Re-build the containers <code>docker-compose build workspace</code></p>
|
||||
|
||||
<h4 id="laravel-envoy-documentation-here-https-laravel-com-docs-5-3-envoy"><a href="https://laravel.com/docs/5.3/envoy">Laravel Envoy Documentation Here</a></h4>
|
||||
<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>
|
||||
@ -1354,7 +1352,7 @@ e) set it to <code>true</code></p>
|
||||
|
||||
<p>Remote debug Laravel web and phpunit tests.</p>
|
||||
|
||||
<h4 id="debugging-guide-here-https-github-com-laradock-laradock-blob-master-guides-phpstorm-md"><a href="https://github.com/laradock/laradock/blob/master/_guides/phpstorm.md">Debugging Guide Here</a></h4>
|
||||
<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>
|
||||
@ -1440,7 +1438,7 @@ e) set it to <code>true</code></p>
|
||||
|
||||
<p><br></p>
|
||||
|
||||
<h3 id="i-see-a-blank-white-page-instead-of-the-laravel-welcome-page">I see a blank (white) page instead of the Laravel ‘Welcome’ page!</h3>
|
||||
<h2 id="i-see-a-blank-white-page-instead-of-the-laravel-welcome-page">I see a blank (white) page instead of the Laravel ‘Welcome’ page!</h2>
|
||||
|
||||
<p>Run the following command from the Laravel root directory:</p>
|
||||
|
||||
@ -1449,19 +1447,19 @@ e) set it to <code>true</code></p>
|
||||
|
||||
<p><br></p>
|
||||
|
||||
<h3 id="i-see-welcome-to-nginx-instead-of-the-laravel-app">I see “Welcome to nginx” instead of the Laravel App!</h3>
|
||||
<h2 id="i-see-welcome-to-nginx-instead-of-the-laravel-app">I see “Welcome to nginx” 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>
|
||||
|
||||
<h3 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></h3>
|
||||
<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>
|
||||
|
||||
<h3 id="i-get-nginx-error-404-not-found-on-windows">I get NGINX error 404 Not Found on Windows.</h3>
|
||||
<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>
|
||||
@ -1472,7 +1470,7 @@ e) set it to <code>true</code></p>
|
||||
|
||||
<p><br></p>
|
||||
|
||||
<h3 id="the-time-in-my-services-does-not-match-the-current-time">The time in my services does not match the current time</h3>
|
||||
<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’ve <a href="#Change-the-timezone">changed the timezone</a>.</li>
|
||||
@ -1481,7 +1479,7 @@ e) set it to <code>true</code></p>
|
||||
|
||||
<p><br></p>
|
||||
|
||||
<h3 id="i-get-mysql-connection-refused">I get MySQL connection refused</h3>
|
||||
<h2 id="i-get-mysql-connection-refused">I get MySQL connection refused</h2>
|
||||
|
||||
<p>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:</p>
|
||||
|
||||
|
Reference in New Issue
Block a user