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

[4.x] Adds Laravel 11 support #480

Merged
merged 18 commits into from
Dec 11, 2023
Merged

[4.x] Adds Laravel 11 support #480

merged 18 commits into from
Dec 11, 2023

Conversation

nunomaduro
Copy link
Member

@nunomaduro nunomaduro commented Dec 5, 2023

This pull request adds Laravel 11 support to Sanctum. Please note the upgrade guide, we've added the following lines:

### Migration Changes

Sanctum 4.0 no longer automatically loads migrations from its own migrations directory, so be sure to run the following command to publish Sanctum's migrations to your application:

php artisan vendor:publish --tag=sanctum-migrations

crynobone and others added 6 commits December 4, 2023 13:11
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@nunomaduro nunomaduro changed the title [4.x] Drops older versions of Laravel, adds Laravel 11 support, drops loadMigrationsFrom, and uses publishesMigrations [4.x] Adds Laravel 11 support Dec 6, 2023
@nunomaduro nunomaduro marked this pull request as ready for review December 6, 2023 12:44
@nunomaduro nunomaduro marked this pull request as draft December 6, 2023 14:20
@nunomaduro nunomaduro marked this pull request as ready for review December 6, 2023 20:07
@nunomaduro nunomaduro marked this pull request as draft December 7, 2023 12:20
@nunomaduro nunomaduro marked this pull request as ready for review December 11, 2023 17:08
@nunomaduro nunomaduro marked this pull request as draft December 11, 2023 17:10
@nunomaduro nunomaduro marked this pull request as ready for review December 11, 2023 17:21
@taylorotwell taylorotwell merged commit 22bf821 into master Dec 11, 2023
5 checks passed
@taylorotwell taylorotwell deleted the feat/l11 branch December 11, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants