Class Illuminate\Support\Facades\RateLimiter not found
问题 I've created my laravel project as follows: laravel new my_app This creates my project using laravel version 8. As I want to use Laravel 7, I modified composer.json: "laravel/framework": "^7.0", After that I run: composer update which ends with the error described (Class Illuminate\Support\Facades\RateLimiter not found ) In fact, that class doesn't exist in Support facade. Shouldn't downgrade process correct this? 回答1: No, this is from code in your application; specifically your App\Providers