Starting the Web Server
Running a Symfony application using PHP's built-in web server is as easy as executing the server:start command:
$ php app/console server:start
Als ik deze commando invoer krijg ik deze ''error''":
this command needs the pcntl extension to run.
Kan iemand mij helpen hiermee? Het lukt mij uiteindelijk wel om de server te runnen met het commando
$ php app/console server:run, maar waarom wil server:start nou niet lukken..
Running a Symfony application using PHP's built-in web server is as easy as executing the server:start command:
$ php app/console server:start
Als ik deze commando invoer krijg ik deze ''error''":
this command needs the pcntl extension to run.
Kan iemand mij helpen hiermee? Het lukt mij uiteindelijk wel om de server te runnen met het commando
$ php app/console server:run, maar waarom wil server:start nou niet lukken..