-
Notifications
You must be signed in to change notification settings - Fork 33
Support of Laravel 12 and Laravel Doctrine ORM 3.1 #67
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8198b85
Laravel 11
R3VoLuT1OneR 475c835
Laravel 12
R3VoLuT1OneR 65ca95d
docs: upgrade readme versions
R3VoLuT1OneR 3ca3614
docs: copied docs from laravel doctrine docs repo
R3VoLuT1OneR 52870ce
feat: migrated to attributes instead of annotations
R3VoLuT1OneR 4cc9ddc
phpunit: setup workbench for laravel imulation
R3VoLuT1OneR 19a7d85
test: test doctrine persistence
R3VoLuT1OneR 32721cd
tests: service provider improved
R3VoLuT1OneR 6d3c07f
docs: full documentation of the library
R3VoLuT1OneR 9d0447d
github(actions): setup php tests on github
R3VoLuT1OneR ee5b8db
fix phpcs
R3VoLuT1OneR 4a1ecb0
setup regulard laravel doctrine orm workflow
R3VoLuT1OneR edeb0f4
update readme structure
R3VoLuT1OneR 5911351
docs retest
R3VoLuT1OneR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Laravel 11
- Loading branch information
commit 8198b85d3bb504e789310ff084034ab12273231b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,3 +6,5 @@ composer.lock | |
|
|
||
| .idea | ||
| laravel-doctrine-orm.iml | ||
|
|
||
| .phpunit.result.cache | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "name": "laravel-doctrine/acl", | ||
| "name": "sowl/laravel-doctrine-acl", | ||
| "type": "library", | ||
| "description": "Doctrine ACL for Doctrine 2 and Laravel", | ||
| "license": "MIT", | ||
|
|
@@ -20,14 +20,18 @@ | |
| { | ||
| "name": "Patrick Brouwers", | ||
| "email": "[email protected]" | ||
| }, | ||
| { | ||
| "name": "Pavlo Zhytomyrskyi", | ||
| "email": "[email protected]" | ||
|
||
| } | ||
| ], | ||
| "require": { | ||
| "php": "^7.2.5|^8.0", | ||
| "illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0", | ||
| "illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0", | ||
| "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0", | ||
| "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", | ||
| "php": "^8.2", | ||
| "illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", | ||
| "illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", | ||
| "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", | ||
| "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", | ||
| "laravel-doctrine/orm": "^1|^2.0", | ||
| "doctrine/annotations": "^1.10|^2.0" | ||
| }, | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.