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

Support Laravel 8 #237

Merged
merged 1 commit into from
Jul 2, 2021
Merged

Conversation

criebs-cmdagency
Copy link
Contributor

Hello. I see that there are support requests to support Laravel 8. By making these simple changes to composer.json, our company is able to use Elasticquent in production on Laravel 8.x.

…PHP version has been bumped to 7.3 to match laravel 8's requirements, phpunit 9 was added, and illuminate database/config dependencies were removed, as they are stock laravel now.
@kungfu321
Copy link

Thanks for the share,
But when I run cmd php artisan vendor:publish --provider="Elasticquent\ElasticquentServiceProvider" have a error
How to fix this?
Here is my composer.json file

"repositories": [
        {
            "type": "package",
            "package": {
                "name": "kungfu321/elasticquent",
                "version": "1.0.8",
                "type": "drupal-theme",
                "source": {
                    "url": "https://github.com/kungfu321/Elasticquent.git",
                    "type": "git",
                    "reference": "master"
                }
            }
        }
    ],

Screen Shot 2021-03-06 at 21 26 31

@kungfu321
Copy link

@criebs-cmdagency

@camohub
Copy link

camohub commented Jun 29, 2021

What is with this PR? Is it working or not?

@RonaldoMoraes
Copy link

Is it the only way to achieve this forking this repo and doing this changes? Can I get this without that fork?
(I'm using Lumen 8, Elasticsearch 7.13)

@timgws timgws merged commit c8009ca into elasticquent:master Jul 2, 2021
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.

6 participants