M
M
MrChen2016-06-29 16:54:43
Laravel
MrChen, 2016-06-29 16:54:43

Why is this Laravel error coming up?

Hello everyone, Guys! What does this error mean in Laravel?

InvalidArgumentException in C:\OpenServer\OpenServer\domains\trepia.ru\vendor\laravel\framework\src\Illuminate\Routing\UrlGenerator.php line 603:
Action App\Http\Controllers\[email protected] not defined.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
newpy, 2016-06-29
@MrChen

This is because there is no route defined in routes.php for this [email protected] action.
It is necessary to register the route in routes.php to it. Something like
Route::get('/users/activate', '[email protected]')

S
Stanislav Pochepko, 2016-06-29
@DJZT

She means that

Action App\Http\Controllers\[email protected] not defined.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question