vendredi 24 août 2018

Sorry, the page you are looking for could not be found : Laravel

I have no idea what I am doing wrong, but I get the: Sorry, the page you are looking for could not be found when I reference my /tasks/create route. Can someone help me ?

This is my route in routes/web.php:

Route::get('/tasks/create', 'TasksController@create');

My TasksController in App/Http/Controllers:

public function create()

   {
        // GET / tasks/create
        return view('tasks.create');
    }

and finally my view create.blade.php in resources/views/tasks

<!DOCTYPE html>
<html>
<head>

    <title>Task</title>

</head>
<body>
<h1>Add a new task</h1>
</body>
</html>



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2NbgDpH
via IFTTT

Aucun commentaire:

Enregistrer un commentaire