-
As described in http://fabien.potencier.org/symfony4-best-practices.html we should introduce enviroment variabled over parameters.
-
### Operating System (OS/VERSION):
CentOS 6 64 bit and Centos 7 64 bit
### VestaCP Version:
Latest
### Installed Software (what you got with the installer):
bash vst-install.sh --nginx ye…
-
Or we can't use it with Symfony4 without a new tag :-)
Thanks :-)
-
As a symfony contributer i whant the directory structure as described in: http://fabien.potencier.org/symfony4-directory-structure-updates.html to be compatible with Symfony 4.0
-
Hey folks, is there any plan on making the driver compatible with PHP 8, or is there any current work on it? 🙂
-
I followed the "install with composer" instructions on https://sylius.com/download/
Looks like the line:
$ php bin/console server:start
... is no longer valid as its not include in symfony4 by de…
-
# Update SF test app to 4.X architecture
## Details
SF 5 is coming and the SF app in tests folder still follows 3.X architecture.
It can be great to have the 4.X (or 5.X but maybe it's too soon 😎)
…
-
Hi,
Is there anyway to have a proxy action in my controller to add the annotation in order to get the refresh endpoint documented on my APIDOC ?
I am using PHP7.1 / Symfony 4.0
Thanks
Vincen…
-
Hello everyone,
I try to install Symfony4 on default php7 stack based on centOS.
I need to run this cmd: "**php -S 127.0.0.1:8000 -t public**"
But I want change **127.0.0.1** by something like **…
ghost updated
6 years ago
-
Hey i'm on symfony4, i tried to use ExpoNotifications Bundle (Version 1.2) like this:
``` php
$notificationManager = $this->container->get("sc_expo_notifications.notification_manager");
$title…