crudbooster icon indicating copy to clipboard operation
crudbooster copied to clipboard

No statistic builder options in menu management

Open omanbuluatie opened this issue 3 years ago • 2 comments

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 image

help me please

omanbuluatie avatar Jan 30 '22 06:01 omanbuluatie

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."'");

phat111437 avatar Feb 28 '22 02:02 phat111437

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?

omanbuluatie avatar Mar 01 '22 21:03 omanbuluatie