issues
search
Libbna
/
CUSTOM-CMS
The purpose of this project is to build a small Content Management System (CMS) like Drupal and its mainly focused on creating blogging sites.
6
stars
8
forks
source link
Create a page for 404 - Page Not Found.
#276
Closed
Mspiro
closed
2 years ago
Mspiro
commented
2 years ago
Requirement
If page route not found then user should be redirected to
'404 page not found'
page.
Technical Implementation:
Create a Default 404 route..
If none of the routes matches to routes in routes.yaml file then redirect to the default 404 route.
Requirement
Technical Implementation: