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 1f3fc87 commit 8aac7b5
Show file tree
Hide file tree
Showing 5 changed files with 476 additions and 312 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,15 @@ yarn-error.log
/public/css/filament/filament/app.css
/public/css/filament/forms/forms.css
/public/css/filament/support/support.css
/.scribe/endpoints/00.yaml
/.scribe/endpoints/custom.0.yaml
/.scribe/endpoints.cache/00.yaml
/.scribe/.filehashes
/.scribe/auth.md
/.scribe/intro.md
/public/vendor/scribe/css/theme-default.print.css
/public/vendor/scribe/css/theme-default.style.css
/public/vendor/scribe/images/navbar.png
/public/vendor/scribe/js/theme-default-4.29.0.js
/public/vendor/scribe/js/tryitout-4.29.0.js
/resources/views/scribe/index.blade.php
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ update:
php artisan config:clear
php artisan route:clear
php artisan view:clear
php artisan livewire:discover
php artisan filament:upgrade
@echo "UPDATED Laravel Version"
php artisan --version
npm update

backup:
php artisan backup:run
Expand Down
Loading

0 comments on commit 8aac7b5

Please sign in to comment.