Skip to content

Commit ce61f23

Browse files
authored
Update README.md
1 parent 51d439a commit ce61f23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ A ready to use Docker Compose configuration for a LEMP stack (Nginx, PHP, Larave
2121
- `./nginx/default.conf:/etc/nginx/conf.d/default.conf`
2222
- `./php/local.ini:/usr/local/etc/php/conf.d/local.ini`
2323
- `./mysql:/etc/mysql/conf.d`
24+
25+
## Usefull commands for Update and clear database
26+
27+
```console
28+
php artisan migrate
29+
php artisan config:clear
30+
php artisan cache:clear
31+
```

0 commit comments

Comments
 (0)