Run Laravel Lumen Server

[Solved] Run Laravel Lumen Server | Shell - Code Explorer | yomemimo.com
Question : run laravel lumen server

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 : php artisan serve on lumen

Answered by : motionless-mink-a5bq2wiye57r

php -S localhost:8000 -t ./public

Source : https://stackoverflow.com/questions/34692894/why-has-the-artisan-serve-command-been-removed-from-lumen-5-2 | Last Update : Sat, 29 Jan 22

Answers related to run laravel lumen server

Code Explorer Popular Question For Shell