This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias wipe="php artisan cache:clear && php artisan config:clear" | |
alias tps="php artisan migrate && php artisan db:views && php artisan db:seed && php artisan db:test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Editing | |
/===================================\ | |
Ctrl + Space Basic code completion | |
Alt + Enter Show intention actions and quick-fixes | |
Ctrl + P Parameter info (within method call arguments) | |
Ctrl + Q Quick documentation lookup |