Demo has not been set or \App\Core\Bootstraps\Bootstrap file is not found
i have problem in metronic laravel admin
Demo has not been set or \App\Core\Bootstraps\Bootstrap file is not found
Replies (1)
Hi,
Have you set the demo in the file app/Providers/AppServiceProvider.php?
$theme->setDemo("demo2"); Thanks