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