symfony component httpkernel exception notfoundhttpexception post code example

Example 1: Symfony\Component\HttpKernel\Exception\NotFoundHttpException: POST http://localhost/post

Symfony\Component\HttpKernel\Exception\NotFoundHttpException: POST http://localhost/post

Route::resource('blog', PostController::class);

Example 2: symfony component httpkernel exception notfoundhttpexception laravel ajax

You are posting to deal/executive, but your resource set to executive. Change your router to:

Route::resource('deal/executive' ,'ExecutiveController');

Tags:

Php Example