how can i use logo from database for Panel Provider ->brandLogo() function
i have a general settings table in database which store all general informations like site name, contact number, logo and etc.
How can i call the database in PanelProvider.php file to retrieve the logo from the settings table
when i tried to call the Settings::query()...... i get a Connection not found error.
How can i call the database in PanelProvider.php file to retrieve the logo from the settings table
when i tried to call the Settings::query()...... i get a Connection not found error.