У меня есть приложение laravel 5.7, которое очень хорошо работает на моем локальном сервере.Но при развертывании его на общем сервере cpanel и внесении необходимого исправления на страницу index.php, я все еще получаю эту ошибку, что Pagescontroller не существует.Пожалуйста, мне понадобится помощь.
Ниже приведен код ошибки:
/ home / ondi / miniblog / vendor / laravel / framework / src / Illuminate / Container / Container.php}
/**
* Instantiate a concrete instance of the given type.
*
* @param string $concrete
* @return mixed
*
* @throws \Illuminate\Contracts\Container\BindingResolutionException
*/
public function build($concrete)
{
// If the concrete type is actually a Closure, we will just execute it and
// hand back the results of the functions, which allows functions to be
// used as resolvers for more fine-tuned resolution of these objects.
if ($concrete instanceof Closure) {
return $concrete($this, $this->getLastParameterOverride());
}
$reflector = new ReflectionClass($concrete);
Аргументы
- "Приложение класса \ Http \ Controllers \ pagescontroller не существует"