update to laravel 9
Showing
- .env 1 addition, 1 deletion.env
- app/.env.example 13 additions, 5 deletionsapp/.env.example
- app/.gitignore 4 additions, 1 deletionapp/.gitignore
- app/app/Exceptions/Handler.php 12 additions, 3 deletionsapp/app/Exceptions/Handler.php
- app/app/Http/Kernel.php 9 additions, 9 deletionsapp/app/Http/Kernel.php
- app/app/Http/Middleware/ValidateSignature.php 22 additions, 0 deletionsapp/app/Http/Middleware/ValidateSignature.php
- app/app/Models/User.php 2 additions, 2 deletionsapp/app/Models/User.php
- app/app/Providers/AuthServiceProvider.php 3 additions, 3 deletionsapp/app/Providers/AuthServiceProvider.php
- app/app/Providers/EventServiceProvider.php 11 additions, 1 deletionapp/app/Providers/EventServiceProvider.php
- app/app/Providers/RouteServiceProvider.php 6 additions, 17 deletionsapp/app/Providers/RouteServiceProvider.php
- app/composer.json 16 additions, 13 deletionsapp/composer.json
- app/composer.lock 1720 additions, 1350 deletionsapp/composer.lock
- app/config/app.php 34 additions, 67 deletionsapp/config/app.php
- app/config/auth.php 5 additions, 1 deletionapp/config/auth.php
- app/config/broadcasting.php 11 additions, 3 deletionsapp/config/broadcasting.php
- app/config/cache.php 7 additions, 4 deletionsapp/config/cache.php
- app/config/database.php 7 additions, 3 deletionsapp/config/database.php
- app/config/filesystems.php 5 additions, 3 deletionsapp/config/filesystems.php
- app/config/logging.php 77 additions, 77 deletionsapp/config/logging.php
- app/config/sanctum.php 6 additions, 3 deletionsapp/config/sanctum.php
Loading
Please register or sign in to comment