I am used to work with Django framework. When I work with Django I use the internal server which displays error.
Do Laravel/lumen php artisan serve commands contains any parameter to display error while server processing ?
I have already search with php artisan serve -h command which display the following :
Usage:
serve [options]
Options:
--host[=HOST] The host address to serve the application on. [default: "localhost"]
--port[=PORT] The port to serve the application on. [default: 8000]
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--env[=ENV] The environment the command should run under.
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
Serve the application on the PHP development server
I would be surprised if Laravel/Lumen doesn't include this feature.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire