Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-introini committed Jan 20, 2024
1 parent a016bae commit 4851ce7
Show file tree
Hide file tree
Showing 3 changed files with 1,035 additions and 478 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ recreate:
rm -f storage/app/public/images/*
php artisan migrate:fresh --seed

update:
@echo "Current Laravel Version"
php artisan --version
@echo "\nUpdating..."
composer update
php artisan config:clear
php artisan route:clear
php artisan view:clear
php artisan filament:upgrade
@echo "UPDATED Laravel Version"
php artisan --version
npm update

0 comments on commit 4851ce7

Please sign in to comment.