
php - Out of memory error in symfony - Stack Overflow
May 14, 2015 · Even late to the party, recently I had problems about Out of Memory just accessing app.php file with Symfony 3.4. Turns out that when you have SELinux set to enforcing, even if you …
php - How to start local server with symfony 5 or downgrade version to ...
Dec 4, 2019 · Otherwise, you may use the Symfony CLI as well. This is an executable binary which includes the Symfony Server by default. Then you may run symfony server:start or the better know …
Symfony : PHP Fatal error: Allowed memory size - Stack Overflow
Oct 16, 2013 · Symfony 1.4: PHP Fatal error: Allowed memory size of 33554432 bytes exhausted Clear symfony cache (symfony cc), close the web server and execute the command again:
How to know which version of Symfony I have? - Stack Overflow
May 30, 2013 · This page is the top Google result for search which version symfony using, and the top answers probably don't work anymore. Apparently I'm on Symfony 5, after running symfony new …
php - How to install symfony with composer? - Stack Overflow
Apr 21, 2016 · I am using Windows 10 When I install symfony2 with: composer create-project symfony/framework-standard-edition my_project_name Error: bash: composer: command not found
php - Symfony Make:Migration : The metadata storage is not up to …
Jun 16, 2020 · I keep getting this problem everytime i try to migrate using the commandline: php bin/console make:migration or even doctrine:migration status when i try the doctrine:migration:sync …
Symfony "no PHP binaries detected" - Stack Overflow
Oct 4, 2020 · Ive been just starting to learn Symfony PHP framework, and Ive run into some problems with its configuration. When trying to create a new project with command line like so: symfony new - …
php - $request->getParameter with array - Symfony - Stack Overflow
6 As of Symfony 2, there's even a prettier solution to get array values with the Symfony Request:
php - How to resolve the Composer dependencies conflicts (symfony ...
Sep 25, 2023 · I'm writing a PHP application based on Symfony v6. Now I want to upgrade Symfony to the ^v6.3 composer require symfony/symfony:^6.3 ./composer.json has been updated Running …
Symfony missing bootstrap.php.cache - Stack Overflow
Symfony missing bootstrap.php.cache Asked 9 years, 10 months ago Modified 5 years, 9 months ago Viewed 26k times