### 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