F1.26 Laravel(Lumen) Security Step8: Tests (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 (your IP address may be different. Run ipconfig to find your IP address)
      • 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"

Here is a Result:

  • run client UWP-app

picture