Klasa docelowa nie istnieje kontroler laravel

Przykłady kodu

6
0

Klasa docelowa laravel nie istnieje

Uncomment this line in app>>provider>>RouteServiceProvider.php file
// protected $namespace = 'App\\Http\\Controllers';
5
0

Klasa docelowa [kontroler] nie istnieje.

//accessing any function in the controller (this is web.php file)
use App\Http\Controllers\PostsController;

Route::get('/post', 'App\Http\Controllers\PostsController@index');
1
0

Klasa docelowa [] nie istnieje.

composer dump-autoload
1
0

Klasa docelowa [PlayerController] nie istnieje.

//add controller path
Route::get('/players', 'App\Http\Controllers\PlayerController@index');
0
0

Klasa docelowa [kontroler] nie istnieje.


Route::get('/users', [UserController::class, 'index']);

Podobne strony

Podobne strony do przykłady

W innych językach

Ta strona jest w innych językach

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................