php - In Laravel getting error after http://localhost:8000/auth/register url
81
ReflectionException in
C:\wamp\www\laravel\vendor\laravel\framework\src\Illuminate\Container\Container.php line 776: Class App\Provider\AppServiceProvider does not exist
Answer
Solution:
when you found weird errors, just do a
it will help you rebuild your vendor directory.
Answer
Solution:
Artisan is the command-line interface included with Laravel. Try this series of commands.