Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions yii-gii/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,31 @@ To generate migration
## customization

TBD

# TROUBLESHOOT

if path in hidev-local.yml file is correct but the path is not available

We should add it to the host file

steps:

1. Search the required path in the host file in the terminal ALT+CTRL+T

```
cat /etc/hosts
```

This displays a list of IPs.

2. ```
sudo nano /etc/hosts
```

type the system password

3. Add IP and its URL.

4. CTRL+O (write out)

5. CTRL+X (Exit)