Skip to content

Commit

Permalink
Update Not found template for the home / / page
Browse files Browse the repository at this point in the history
  • Loading branch information
abass-dev committed Jul 24, 2021
1 parent b5897da commit 44638ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Template/NotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public function getHomeNotFound()
<h2 class="be-color-py">Nigatedev PHP framework for saving time ⏱️</h2>
<p class="be-color-dg">ERROR: <code>404 Not Found</code></p>
<small>You are seeing this because
you haven't config a route for the Home page</small>
you haven't config a route for the Home page yet.</small>
<p>You can use the following command <span class='be-code'>php bin/console make:controller HomeController</span> to create a route that point to http://localhost:8000/home for example.</p>
</div>
HNF;
}
Expand Down

0 comments on commit 44638ee

Please sign in to comment.