PHP message: PHP Deprecated: Opis\Closure\SerializableClosure implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Since opis/closure has no native support for PHP8.1, is it possible to use the Laravel-fork (laravel/serializable-closure) instead of opis/closure?
Hi,
We are getting this error on PHP8.1
Since
opis/closure
has no native support for PHP8.1, is it possible to use the Laravel-fork (laravel/serializable-closure
) instead ofopis/closure
?See