We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142e846 commit cd1928dCopy full SHA for cd1928d
README.md
@@ -114,8 +114,13 @@ You can now access the server at http://localhost:8000
114
## Please note
115
116
- To run test cases, add SQLite support to your php
117
-- Just call this artisan command to start the checks - php artisan self-diagnosis
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
124
125
## Logging In
126
0 commit comments