Added the firebase package

This commit is contained in:
2020-10-29 07:38:36 +00:00
parent 39cdd8e860
commit a492e6bc0d
4 changed files with 1429 additions and 4 deletions

View File

@@ -23,9 +23,8 @@ $app = new Laravel\Lumen\Application(
dirname(__DIR__)
);
// $app->withFacades();
// $app->withEloquent();
$app->withFacades();
$app->withEloquent();
/*
|--------------------------------------------------------------------------
@@ -94,6 +93,7 @@ $app->configure('app');
// $app->register(App\Providers\AppServiceProvider::class);
// $app->register(App\Providers\AuthServiceProvider::class);
// $app->register(App\Providers\EventServiceProvider::class);
$app->register(Kreait\Laravel\Firebase\ServiceProvider::class);
/*
|--------------------------------------------------------------------------