Skip to content

feat: add support for Laravel 12 #25

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

Merged
merged 3 commits into from
Aug 14, 2025

Conversation

z4nder
Copy link
Contributor

@z4nder z4nder commented May 4, 2025

What this PR does

This PR adds compatibility with Laravel 12 by updating the illuminate/support version constraint to allow ^12.0.

Why it's needed

Laravel 12 is officially released, and this package currently prevents installation due to strict version constraints.

Closes #24

@notcoderguy
Copy link

You can use @z4nder repo as package till this is merged:

Place the following inside your composer.json file:

"repositories": {
        "deepseek": {
            "type": "package",
            "package": {
                "name": "deepseek-php/deepseek-laravel",
                "version": "1.0",
                "source": {
                "url": "https://github.com/z4nder/deepseek-laravel.git",
                "type": "git",
                "reference": "origin/support-laravel-12"
                }
            }
        }
    },

After the following you can now use the following command to get the package from the repo directly:

composer require deepseek-php/deepseek-laravel

@z4nder
Copy link
Contributor Author

z4nder commented Jun 25, 2025

You can use @z4nder repo as package till this is merged:

Thanks for the tip! This solution helps a lot while the PR is pending. Once it's merged, I'll switch back to the main package.

@z4nder z4nder requested review from epellox and notcoderguy August 13, 2025 14:58
Copy link

@epellox epellox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great!

@omaralalwi omaralalwi merged commit daa4ec6 into deepseek-php:master Aug 14, 2025
@z4nder z4nder deleted the support-laravel-12 branch August 14, 2025 18:56
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.

Add compatibility with Laravel 12
4 participants