Embed Reportico in Admin Mode
This is the full Reportico tool emdedded into a site page.
In this mode the admin page is visible and the report designer can create reports and run reports.
$engine = App::make("getReporticoEngine"); $reportico->engine->initial_execute_mode = "ADMIN"; $reportico->engine->access_mode = "FULL"; $reportico->engine->initial_project = "admin"; $reportico->engine->clear_reportico_session = true; $reportico->execute();