1. Home
  2. Docs
  3. Customizing with PHP
  4. Views
  5. Welcome view

Welcome view

The welcome view is looking for a declared \App\Domains\Dashboard\View. If its not founds it defaults to the settings page.

To start creating your own, go to .admin/src/App/Domains/Dashboard/View.php and switch $override to true:

public $override = true;

This will allow you to use the Dashboard\View template.

How can we help?

Leave a Reply