Init commit, env setup, docker + laravel initial install, 1h 25min spent
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
### LAST LINE
|
||||
echo "Loading .bash_aliases ..."
|
||||
|
||||
### custom list
|
||||
alias ll="ls --group-directories-first -lAh"
|
||||
|
||||
### Artisan
|
||||
alias ar-clear-all='rm -rf ./storage/framework/{cache, sessions, testing, views} && rm -f ./bootstrap/cache/* && php artisan optimize:clear && php artisan cache:clear && php artisan config:clear && php artisan route:clear && php artisan clear-compiled && composer dump-autoload'
|
||||
Reference in New Issue
Block a user