Skip to content

Class Illuminate\Database\Eloquent\Model use a missing dependency #55272

Closed
@alepieser

Description

@alepieser

Laravel Version

12.7.2

PHP Version

8.4

Database Driver & Version

No response

Description

Hello,

On different projects, we are using eloquent as standalone package.
Everything was working well since the release v12.6.0.

Since the version v12.7.x, the class Model is using a new trait coming from the package illuminate/http.

However this package is no part of the package required by database package.

Could you please add illuminate/http as required package into composer file ?

Steps To Reproduce

Just check the composer file & the line 20 of class Illuminate\Database\Eloquent\Model

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions