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

721

Answer

Solution:

when you found weird errors, just do a

composer update

it will help you rebuild your vendor directory.

650

Answer

Solution:

Artisan is the command-line interface included with Laravel. Try this series of commands.

php artisan make:auth
php composer update
php composer dump-autoload

People are also looking for solutions to the problem: php - Save functions order in phpdoc

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.