Skip to content

Commit

Permalink
Merge pull request #15 from itsrafsanjani/feat/upgrade
Browse files Browse the repository at this point in the history
feat: upgrade laravel from 10.x to 11.x
  • Loading branch information
itsrafsanjani authored Apr 20, 2024
2 parents 772198f + a73e537 commit 0f8432a
Show file tree
Hide file tree
Showing 18 changed files with 5,459 additions and 28,860 deletions.
6 changes: 0 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ FILESYSTEM_DRIVER=public
# Spatie Media Library
MEDIA_DISK=public

# Cloudinary
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_SECURE=

# Sightengine
SIGHTENGINE_USER=
SIGHTENGINE_SECRET=
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ yarn-error.log
/storage/installed
/packages
*.bak
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php
2,168 changes: 0 additions & 2,168 deletions .phpstorm.meta.php

This file was deleted.

3 changes: 0 additions & 3 deletions .user.ini

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

Loading

0 comments on commit 0f8432a

Please sign in to comment.