Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 10
n/a
0 / 0
CRAP
n/a
0 / 0
1This is a the default dashboard template.
2
3You can override this in config/apie.php.
4
5<blockquote><pre>// apie.php
6return [
7    'cms' => [
8        'dashboard_template' => 'apie/dashboard'
9    ]
10];</pre></blockquote>
11
12Now create a template in your project in templates/apie/dashboard.blade.php without the HTML layout and you have
13your own custom dashboard!