Answer the question
In order to leave comments, you need to log in
Can't find Controller?
Throws an Error Target class [ContactController] does not exist.
But everything seems to be correct, here is the
Web.php code
Route::post('contact/submit', '[email protected]')->name('contact-form');
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class ContactController extends Controller
{
public function submit(){
return "Ok";
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question