Target class [Barryvdh\Cors\HandleCors] does not exist.

PHP
#Add [Barryvdh\Cors\HandleCors] to $middlewareGroups in Kernel.php
'cors' => [
\Barryvdh\Cors\HandleCors::class,
],php composer dump-autoload
php artisan migrate:refresh --seed
Source

Also in PHP: