This file contains hidden or 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 main='git switch main && git pull' | |
alias gst='git status' | |
alias pull='git pull' | |
alias push='git push' | |
alias models='php artisan ide-helper:generate && php artisan ide-helper:meta && echo "no" | php artisan ide-helper:models' | |
alias dev='npm run dev' | |
alias build='npm run build' | |
alias mf='php artisan migrate:fresh' | |
alias mfs='php artisan migrate:fresh --seed' |
This file contains hidden or 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" | |
| |