Skip to content

(Shift) Laravel 12.x.x #4500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 32 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
18eab8f
Convert string references to `::class`
laravel-shift Feb 25, 2025
14e13e8
Use Faker methods
laravel-shift Feb 25, 2025
51394a0
Remove unnecessary `$model` property
laravel-shift Feb 25, 2025
8d845cf
Convert route options to fluent methods
laravel-shift Feb 25, 2025
cad18ef
Slim `lang` files
laravel-shift Feb 25, 2025
8392f79
Shift core files
laravel-shift Feb 25, 2025
40845c0
Adopt new PHP attributes in models
laravel-shift Feb 25, 2025
bdfa733
Remove unused `ValidatesRequests` trait
laravel-shift Feb 25, 2025
731e811
Remove unused `AuthorizesRequests` trait
laravel-shift Feb 25, 2025
21da0f0
Remove base controller inheritance
laravel-shift Feb 25, 2025
fec634e
Shift config files
laravel-shift Feb 25, 2025
a802ca2
Default config files
laravel-shift Feb 25, 2025
7d5ee66
Set new `ENV` variables
laravel-shift Feb 25, 2025
5f15605
Add new Laravel `composer run dev` script
laravel-shift Feb 25, 2025
9414858
Add `storage/app/private` folder
laravel-shift Feb 25, 2025
a1225a8
Bump Composer dependencies
laravel-shift Feb 25, 2025
2526fa4
Rename `password_resets` table
laravel-shift Feb 25, 2025
27f9fe4
Adopt Laravel type hints
laravel-shift Feb 25, 2025
1604d61
Shift cleanup
laravel-shift Feb 25, 2025
60268e4
Blade Style Change (Prettier Blade CI)
HDVinnie Feb 25, 2025
cd8a331
revert: "Convert string references to `::class`"
HDVinnie Feb 27, 2025
b57f019
revert: "Slim `lang` files"
HDVinnie Feb 27, 2025
de428a0
remove: old observer comment
HDVinnie Feb 27, 2025
8d35382
revert: config changes
HDVinnie Feb 27, 2025
29cb520
update: composer.json
HDVinnie Feb 27, 2025
1133a87
update: composer dependencies
HDVinnie Feb 27, 2025
f4cd00f
update: composer dependencies
HDVinnie Feb 28, 2025
8d6ecf1
update: remove old excludes from phpstan.neon
HDVinnie Feb 28, 2025
3edbc78
remove: old markdown test
HDVinnie Feb 28, 2025
b634be9
update: .cspell/laravel.txt
HDVinnie Feb 28, 2025
2e170ad
update: markdown helper
HDVinnie Feb 28, 2025
c966bd6
update: laravel 12 support
HDVinnie Mar 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell/laravel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mysql
ordoesnthave
pgsql
queueable
roundrobin
sasl
sslmode
sqlite
Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_SCHEME=null
MAIL_FROM_ADDRESS='support@unit3d.site'
MAIL_FROM_NAME='UNIT3D Support'

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/public/storage
/public/vendor
/storage/backups
/storage/pail
/storage/debugbar
/storage/gitupdate
/storage/*.key
Expand All @@ -29,6 +30,7 @@ laravel-echo-server.lock

# IDEs
/.idea
/.nova
/.vscode
/nbproject
/.phpunit.cache
Expand Down
50 changes: 0 additions & 50 deletions app/Helpers/BackupEncryption.php

This file was deleted.

70 changes: 0 additions & 70 deletions app/Helpers/BackupPassword.php

This file was deleted.

Loading
Loading