F1.09 Add Php Laravel(or Lumen) project folders to VS solution (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Run Visual Studion

with Visual Studion open “XamarinDemo”-project

We need two destination folders for generated files:

  1. db-migration files
  2. controller files

Note:

Never try to add php project root folder to the Visual Studion.

Here is an example for the Lumen-project with "LumLit"-root folder.

Add Php Laravel(or Lumen) folders to VS-solution

  • with Visual Studion right click "ServerProjects"-folder and choose "Add/Existing Web site"-menu item

picture

'app' folder

  • with a dialog select "dev/LumLit/app"-folder and click open

picture

'database' folder

  • with a dialog select "dev/LumLit/database"-folder and click open