Home  >  Q&A  >  body text

laravel - How to debug lumen 5.2 under windows?

lumen 5.2 can no longer use php artisan sever for debugging. How to solve it?

高洛峰高洛峰2734 days ago535

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 16:56:04

    Build a local operating environment (recommended Nginx + PHP-Fpm). The following three methods are available

    https://www.getwnmp.org/

    http://www.phpstudy.net/

    https://laravel.com/docs/5.2/homestead

    reply
    0
  • PHPz

    PHPz2017-05-16 16:56:04

    Php5.4 or above comes with itphp -S localhost:8888

    reply
    0
  • Cancelreply