E1.12 Php Symfony: Creating Database (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

  • For now "config/packages/doctrine.yaml" contains definition for
    • "litdbcontextdeployconnection"
  • We can create new database with symfony/doctrine tools
    • run cmd command
    • from inside cmd window execute the command
      • cd c:\dev\PhpLit
    • from inside cmd window execute the command
      • php bin/console doctrine:database:create --connection=litdbcontextdeployconnection

picture