Skip to content
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

Laravel 11.x Shift #523

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
baf65f5
Apply Laravel coding style
laravel-shift Jul 15, 2024
2f19eb1
Use Faker methods
laravel-shift Jul 15, 2024
4a68780
Adopt class based routes
laravel-shift Jul 15, 2024
b9fa1c1
Move `resources/lang` folder
laravel-shift Jul 15, 2024
9c5aac5
Slim `lang` files
laravel-shift Jul 15, 2024
4a3f8ee
Remove default `app` files
laravel-shift Jul 15, 2024
b5c585c
Shift core files
laravel-shift Jul 15, 2024
6951680
Streamline config files
laravel-shift Jul 15, 2024
f8e5bef
Set new `ENV` variables
laravel-shift Jul 15, 2024
34953e4
Default new `bootstrap/app.php`
laravel-shift Jul 15, 2024
d622e43
Re-register HTTP middleware
laravel-shift Jul 15, 2024
3fbe598
Consolidate service providers
laravel-shift Jul 15, 2024
6565acf
Re-register service providers
laravel-shift Jul 15, 2024
818f672
Re-register routes
laravel-shift Jul 15, 2024
676e2d5
Remove unnecessary Console Kernel
laravel-shift Jul 15, 2024
4b958a5
Bump Composer dependencies
laravel-shift Jul 15, 2024
26f5aa4
Prepare test suite for PHPUnit 10
laravel-shift Jul 15, 2024
4c235b0
Adopt Laravel type hints
laravel-shift Jul 15, 2024
24558ce
Mark base controller as `abstract`
laravel-shift Jul 15, 2024
aefe5b7
Remove `CreatesApplication` testing trait
laravel-shift Jul 15, 2024
a418b68
Shift cleanup
laravel-shift Jul 15, 2024
c74a126
Update composer.json to bump PHP version to 8.3
thekevinm Jul 15, 2024
edba5aa
Update composer.json
thekevinm Jul 16, 2024
84ef233
Update composer.json
thekevinm Jul 16, 2024
0bfc3ba
Update composer.json
thekevinm Jul 16, 2024
6a3b845
Update composer.json
thekevinm Jul 16, 2024
f9d75bc
Update composer.json
thekevinm Jul 16, 2024
b48382b
Update composer.json
thekevinm Jul 16, 2024
150725c
Update composer.json
thekevinm Jul 16, 2024
3f1f1bc
Update composer.json
thekevinm Jul 16, 2024
0833c14
Update composer.json
thekevinm Jul 16, 2024
9a70903
Update composer.json
thekevinm Jul 16, 2024
ed26dd3
Update composer.json
thekevinm Jul 16, 2024
d7f748c
Update composer.json
thekevinm Jul 16, 2024
52e6a14
Update composer.json
thekevinm Jul 16, 2024
a4758d0
Update composer.json
thekevinm Jul 16, 2024
6d052d7
Update composer.json
thekevinm Jul 16, 2024
4f79ccc
Update cache.php
thekevinm Jul 18, 2024
5896101
Update session.php
thekevinm Jul 18, 2024
3462eae
Update jwt.php
thekevinm Jul 18, 2024
283cbe8
updated csfr rules and setup pages
thekevinm Nov 1, 2024
38cc512
Merge branch 'shift-124321' of https://github.com/dreamfactorysoftwar…
thekevinm Nov 1, 2024
72f0df6
updated csfr rules and setup pages
thekevinm Nov 1, 2024
a64be32
csfr debug
thekevinm Nov 1, 2024
ea3a9b3
csfr and remove graphql
thekevinm Nov 1, 2024
00d373f
csfr update
thekevinm Nov 1, 2024
d353722
redirect issue
thekevinm Nov 2, 2024
9173ef4
login issue
thekevinm Nov 2, 2024
d9f538e
login issue
thekevinm Nov 2, 2024
b8bb5de
login issue
thekevinm Nov 2, 2024
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
Prev Previous commit
Next Next commit
Update composer.json
  • Loading branch information
thekevinm authored Jul 16, 2024
commit 0bfc3bad41174ccbd9c61570806f86b4e64541e7
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dreamfactory/df-firebird": "~0.9.0",
"dreamfactory/df-git": "~0.7.0",
"dreamfactory/df-graphql": "~0.5.0",
"dreamfactory/df-mongo-logs": "~1.2.0",
"dreamfactory/df-mongo-logs": "dev-laravel-11 as 1.2.0",
"dreamfactory/df-oauth": "~0.17.0",
"dreamfactory/df-rackspace": "~0.16.0",
"dreamfactory/df-rws": "~0.18.1",
Expand Down