crudbooster
crudbooster copied to clipboard
No statistic builder options in menu management
i have just installed fresh laravel with curdbooster, and i found out that there is no statistic options from statistic builder show in the menu
help me please
you try to fix file: Helper/CRUDBooster.php Code : $tables = DB::select("SELECT TABLE_NAME FROM INFORMATION_SCHEMA.Tables WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_CATALOG = '".$db_database."'");
you try to fix file: Helper/CRUDBooster.php Code : $tables = DB::select("SELECT TABLE_NAME FROM INFORMATION_SCHEMA.Tables WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_CATALOG = '".$db_database."'");
in which line i should use this code?