You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
We've already been discussing this. We don't know exactly which solution we will take yet. We have not discussed yet if we only want that behavior for the php internal webserver, or if dev should be the general default.
In the mean time you can use SYMFONY_ENV=dev bin/console server:start to start in dev mode.
Actual Behavior
When i launch the server using :
the default environment is prod, wich is not very convenient for development.
WebServerBundle is using app.php as entrypoint, because there is no app_dev.php.
Expected Behavior
Builtin server must use dev environment
Steps to Reproduce
Possible Solutions
create a app_dev.php, like symfony distribution :
The text was updated successfully, but these errors were encountered: