andreandrade
Member
- Feb 25, 2020
- 41
- 7
- 8
https://your -domain .com/public/auth/loginho can help me
hiow can i aceed to admin panel please i mean whats the adress of admin panel
sorry for my english
Find error page and add the line below
That worked for most settings, thank you. Still wont save settings like "Show promo slider".Find error page and add the line below
foreach ($checkboxesSettings as $checkboxSetting) {
$setting = Setting::where('key', $checkboxSetting)->first();
$setting = new setting(); // added this line <=======================
if ($request->$checkboxSetting == 'true') {
$setting->value = 'true';
$setting->save();
} else {
// $setting = new setting();
$setting->value = 'false';
$setting->save();
}
}
Great Idea for a script, to many bugs to purchase for $99. I hope that the updated version is posted so i can test again.hmm i think i need remove the script rn.
thank you for sharing..
any have the Latest Update v1.7.2 ?
In my current situation:
The dashboard is accessible and the information can be modified.
former:
mywebsite.com/foodoma/public
but, but if I put the main site or to download the app it is not possible:
former:
mywebsite.com/foodoma/
I think the new version can solve that problem.
Thank you for your attention,
best regards!