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
feature #14383 [FrameworkBundle][Server Command] add address port number option. (aitboudad)
This PR was merged into the 2.8 branch.
Discussion
----------
[FrameworkBundle][Server Command] add address port number option.
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | ~
| License | MIT
| Doc PR | ~
This allow running server without repeating `127.0.0.1` each time, in the most of case we only change the port number.
* Before
```
app/console server:start 127.0.0.1:8080
```
* After
```
app/console server:start -p 8080
```
Commits
-------
fbe1a43 [FrameworkBundle][Server Command] add address port number option.
0 commit comments