Error 404
Last updated
Was this helpful?
Last updated
Was this helpful?
Error screen throws with any url requested that not fit with route arrays, The default page look like this:
Actually Error 404 page its a view, you could find it to customize it in:
In that path you would find many errors views. You could customize your error404.php page as you want, we give some example there to create your own:
You will find HTML and other very useful helper to your views:
What if I want to create Layouts in other folder?
Its easy just use incView() helper, this helper is going to be touch in Views section, but alternativly you could find the definition in cheatcode section, there are a list of all helpers.
By the moment, you could go to:
In that path you will find the welcomeHeader.php file, you could rewrite it or create your own,
Its a very simple HTML template, but it have one helper that is commonly use for layouts as header.php or footer.php or any other order that you prefer.
Later in view section is going to be touch details and helpers of this section, by the moment you could use any CDN or your own styles and change it, or take a look to
To discover some great features that are already added to the framework, like:
Bootstrap 3.
Bootstrap 4.
MaterializeCSS
SB-ADMIN
SB-ADMIN-TWO
MATERIAL-DASHBOARD THEME (created specially for PHP Booster)
And other cools stuffs like FontAwesome 4 and Free version 5, The included with Bootstrap 3 glyphicons, some interesting fonts of google fonts, all locally to include with asset() helper.