F1.16 Php Laravel(Lumen) Start php server and make the test (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Php side (or server side)

  • run cmd command
  • from inside cmd window execute the command
    • for Lumen
      • php -S 192.168.100.3:8000 -t public
    • for Laravel
      • php artisan serve

C# side (or client side)

For the client side, everything is the same as for "E1.16 Php Symfony: Start php server and make the test"