Target class [UserController] does not exist.
Note: don't forget to import (use) your controller in the routes(web.php) file at the top. Like:
use App\Http\Controllers\PagesController;
Route::get('/',[PagesController::class, 'index']);
Target class [UserController] does not exist.
Note: don't forget to import (use) your controller in the routes(web.php) file at the top. Like:
use App\Http\Controllers\PagesController;
Route::get('/',[PagesController::class, 'index']);
Target class [SallyController] does not exist.
//In laravel 8 uncomment protected $namespace='App\\Http\\Controllers';
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us