Неустранимая ошибка при новой установке Laravel 10.3.3Php

Кемеровские программисты php общаются здесь
Гость
Неустранимая ошибка при новой установке Laravel 10.3.3

Сообщение Гость »


Обычно я продолжаю исследования и выясняю, почему я получаю ошибки во всем, что делаю. Однако я совершенно не понимаю, как это понять. Недавно я только начал пробовать Laravel на своем домашнем сервере и прошел все этапы его установки. Как только я открываю свой браузер, чтобы

Код: Выделить всё

public/index.php
I am faced with an error:

Код: Выделить всё

Allowed memory size of 1073741824 bytes exhausted (tried to allocate 218107904 bytes)
The error points to line 51 of the index.php file as follows:

Код: Выделить всё

$response = $kernel->handle(
As far as I know everything was done correctly on the install for my end but I can't seem to figure out what is actually causing this issue. Any help is appreciated, cheers!
I have tried reinstalling composer and installing other Laravel versions but still receiving the same error.


Источник: https://stackoverflow.com/questions/781 ... -3-install

Вернуться в «Php»