Command "serve" is not defined (Lumen-Laravel) Command "serve" is not defined (Lumen-Laravel) laravel laravel

Command "serve" is not defined (Lumen-Laravel)


You can use

php -S localhost:8080 -t public/


This command was removed from Lumen 5.2. You can use any other web server to run your app. I'd recommend to learn Homestead with built-in environment. If you're newbie, you can use something like WAMP.