Skip to content

Instantly share code, notes, and snippets.

View James-N-M's full-sized avatar
☄️

James Moore James-N-M

☄️
View GitHub Profile
@James-N-M
James-N-M / .bash
Last active November 25, 2019 15:44
PLM Vagrant box bash aliases
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"
@James-N-M
James-N-M / php-storm-hokeys.txt
Created October 3, 2018 13:14
PHP Storm Hotkeys
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