fruitcake / laravel-cors

Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application
MIT License
6.27k stars 616 forks source link

500 Error Class "Fruitcake\Cors\CorsServiceProvider" not found #542

Open 4n70w4 opened 3 years ago

4n70w4 commented 3 years ago

I just install fruitcake/laravel-cors

composer require fruitcake/laravel-cors
 - Installing asm89/stack-cors (v2.0.3): Extracting archive
 - Installing fruitcake/laravel-cors (v2.0.4): Extracting archive

and all requests gets

image image

File exists in vendors: image image

laravel/framework                      v8.51.0
PHP 8.0.9
shahzodjonweb commented 2 years ago

@barryvdh Same issue on me!!!

Can you help ?

shlomiesses commented 2 years ago

Delete vendor folder & run

composer install
In my case, it solved me that issue.