Skip to content

Commit cd1928d

Browse files
committed
Update readme
1 parent 142e846 commit cd1928d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,13 @@ You can now access the server at http://localhost:8000
114114
## Please note
115115

116116
- To run test cases, add SQLite support to your php
117-
- Just call this artisan command to start the checks - php artisan self-diagnosis
118117

118+
## Other Important Commands
119+
- To fix php coding standard issues run - composer format
120+
- To perform various self diagnosis tests on your Laravel application. run - php artisan self-diagnosis
121+
- To clear all cache run - composer clear-all
122+
- To built Cache run - composer cache-all
123+
- To clear and built cache run - composer cc
119124

120125
## Logging In
121126

0 commit comments

Comments
 (0)