I use smart admin in my laravel and I get this error:
Symfony\Component\Debug\Exception\FatalErrorException
Illuminate\View\Engines\PhpEngine::main(): Failed opening required '../lib/config.php' (include_path='C:\xampp\php\PEAR')
And this is my file
C:\xampp\htdocs\Gate-To-Iran\resources\views\Admin\inc\init.php:5:
<?php
//if (session_id() == '')
// session_start();
require_once("../lib/config.php");
?>
I need help