Lumen Serve Command

[Solved] Lumen Serve Command | Shell - Code Explorer | yomemimo.com
Question : lumen serve command

Answered by : alberto-peripolli

php -S localhost:8000 -t public

Source : https://lumen.laravel.com/docs/6.x | Last Update : Wed, 22 Apr 20

Question : run a lumen project

Answered by : itchy-impala-7889qiskmq5r

 php -S localhost:8000 -t ./public

Source : | Last Update : Wed, 30 Sep 20

Answers related to lumen serve command

Code Explorer Popular Question For Shell