F1.08 Php Lumen add config database.php and more (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

facade Note:

  • According to the hints
    • modiify "bootstrap/app.php"-file
      • uncomment the line $app->withFacades()

picture

  • Create "config"-folder under the project root

picture

  • Copy "vendor/laravel/lumen-framework/config/database.php"-file to the created "config"-folder

picture

  • modiify "bootstrap/app.php"-file
    • add the line $app->configure('database');

picture