-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
facing not found #143
Comments
Hello @hassanshahzadaheer // Task 3: point the GET URL "/about" to the view The answer of above task is like below : The task is to call |
Now face this
|
I would complete the route test changes and then run unit tests. The unit tests opens a sort of "browser" without you having to manually do so. Task 7 will show you the answer for the dashboard route not being defined. |
For this question, you have another correct answer. When you want to create a route that only calls a view you can use a "view" route like this : Read the documentation here : LINK |
i think you should use the Route::view($url, $fileDirectory) |
I think the name function should be Route::view('/about', 'pages.about')->name('unique_name_of_the_route') |
Hi, where I'm wrong
I'm facing just 404
The text was updated successfully, but these errors were encountered: