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
## CUSTOM ALIASES | |
alias gst='git status' | |
alias push='git push' | |
alias models='php artisan ide-helper:generate && php artisan ide-helper:meta && php artisan ide-helper:models' | |
alias dev='npm run dev' | |
alias mf='php artisan migrate:fresh' | |
alias mfs='php artisan migrate:fresh --seed' | |
alias art='php artisan' | |
alias grst='git reset --hard HEAD' | |
alias tpl='php artisan test --parallel' |
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
<?php | |
/* | |
|-------------------------------------------------------------------------- | |
| Remove Laravel Comments | |
|-------------------------------------------------------------------------- | |
| | |
| Just made a new Laravel project, but don't want all those big | |
| comment blocks? Put this in the root of your project and run | |
| "php remove_laravel_comments.php" | |
| |