Answer the question
In order to leave comments, you need to log in
Why can't he see the model? error Class 'Task' not found?
I just started to learn Laravel, according to this guide Link
In the paragraph Create a task Link
there are lines:
$task = new Task;
$task->name = $request->name;
$task->save();
Class 'User' not found ?
Answer the question
In order to leave comments, you need to log in
What version of Laravel are you using? With $input = $request->all(); Throws error Call to undefined method Illuminate\Support\Facades\Request::all()
use Request;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question