I have updated my system to PHP 8.1 (XAMPP). Now I have the problem that when I enter the command "php artisan serve" I get the following error message:
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).
Can you help me what I can do to make it work again?