F1.13 Php Laravel(Lumen) migrate or create tables (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Make sure your project meets the requirements:

  • Open the file
    • database/migrations/2021_10_12_100000_LitDbContextMigration.php
  • read the instructions at the beginning of the file

picture

Create tables:

  • run cmd
  • run cd c:\dev\lumlit
  • run php artisan migrate --database=litdbcontext

picture

  • Here is a result

picture