Init commit, env setup, docker + laravel initial install, 1h 25min spent

This commit is contained in:
Ilya Rogozhin
2026-06-09 14:28:44 +02:00
commit d87eca9ebb
71 changed files with 11371 additions and 0 deletions
+8
View File
@@ -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'