Eduardo created the topic: Embeding the dashboard in my PHP application
I have tested the dashboard builder demo version and satisfy my requirements. But, when i generated the php code I have some problems inserting the code in the site and don't work
4 years 11 months ago - 2 years 3 months ago#9by george
george replied the topic: Embeding the dashboard in my PHP application
In your PHP code generated by DashboardBuilder,
1) Replace the following code
include("inc/dashboard_dist.php"); // copy this file to inc folder
with
include("dashboardbuilder/inc/dashboard_dist.php"); // copy this file to inc folder
2) Replace the following code
<script src="assets/js/dashboard.min.js"></script> <!-- copy this file to assets/js folder -->
with
<script src=" dashboardbuilder/assets/js/dashboard.min.js"></script> <!-- copy this file to assets/js folder -->