You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into this shortly but you can edit the dashboard in the app/config/krafthaus/bauhaus/admin.php file, as it states when you view it.
The only thing you need to do is implement the render() method in the class you want to use. This method is called when the dashboard is rendered. In the config file the first item in the array is the class you want to use, the following items in the array will be used as an array argument when instantiating the class. You can extend src/KraftHaus/Bauhaus/Block/BaseBlock.php.
How would I change the current static dashboard to load a view showing my stats?
The text was updated successfully, but these errors were encountered: