Skip to content

Commit 11cdfd4

Browse files
committed
Updated README
References laradock#135
1 parent 14cbe9f commit 11cdfd4

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -828,33 +828,30 @@ server_name laravel.dev;
828828
### Optional Features
829829
Optional features can be enabled by changing the `.env` file in the Laradock directory.
830830

831-
#### prestissimo
832-
[prestissimo](https://github.com/hirak/prestissimo) is a plugin for composer which enables parallel install functionality. You can enable prestissimo by setting `INSTALL_PRESTISSIMO=true` in the `.env` file.
831+
#### Prestissimo
832+
[Prestissimo](https://github.com/hirak/prestissimo) is a plugin for composer which enables parallel install functionality. You can enable Prestissimo by setting `INSTALL_PRESTISSIMO=true` in the `.env` file.
833833

834834
<br>
835835
<a name="debugging"></a>
836836
### Debugging
837837

838838
*Here's a list of the common problems you might face, and the possible solutions.*
839839

840-
#### + I see a blank (white) page instead of the Laravel 'Welcome' page!
840+
#### I see a blank (white) page instead of the Laravel 'Welcome' page!
841841

842-
run this command from the Laravel root directory:
842+
Run the following command from the Laravel root directory:
843843

844844
```bash
845845
sudo chmod -R 777 storage bootstrap/cache
846846
```
847847

848-
#### + I see "Welcome to nginx" instead of the Laravel App!
849-
850-
use `http://127.0.0.1` instead of `http://localhost` in your browser.
851-
852-
853-
854-
848+
#### I see "Welcome to nginx" instead of the Laravel App!
855849

850+
Use `http://127.0.0.1` (or [your Docker IP](#Find-Docker-IP-Address)) instead of `http://localhost` in your browser.
856851

852+
#### I see an error message containing `address already in use`
857853

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

859856

860857
<br>

0 commit comments

Comments
 (0)