w31
Showing
- README.md 60 additions, 1 deletionREADME.md
- app/Console/Kernel.php 41 additions, 0 deletionsapp/Console/Kernel.php
- app/Exceptions/Handler.php 37 additions, 0 deletionsapp/Exceptions/Handler.php
- app/Http/Controllers/Controller.php 13 additions, 0 deletionsapp/Http/Controllers/Controller.php
- app/Http/Controllers/UserController.php 212 additions, 0 deletionsapp/Http/Controllers/UserController.php
- app/Http/Controllers/VideoGameController.php 92 additions, 0 deletionsapp/Http/Controllers/VideoGameController.php
- app/Http/Kernel.php 67 additions, 0 deletionsapp/Http/Kernel.php
- app/Http/Middleware/Authenticate.php 21 additions, 0 deletionsapp/Http/Middleware/Authenticate.php
- app/Http/Middleware/EncryptCookies.php 17 additions, 0 deletionsapp/Http/Middleware/EncryptCookies.php
- app/Http/Middleware/EnsureMyUserIsAuthenticated.php 24 additions, 0 deletionsapp/Http/Middleware/EnsureMyUserIsAuthenticated.php
- app/Http/Middleware/PreventRequestsDuringMaintenance.php 17 additions, 0 deletionsapp/Http/Middleware/PreventRequestsDuringMaintenance.php
- app/Http/Middleware/RedirectIfAuthenticated.php 32 additions, 0 deletionsapp/Http/Middleware/RedirectIfAuthenticated.php
- app/Http/Middleware/TrimStrings.php 18 additions, 0 deletionsapp/Http/Middleware/TrimStrings.php
- app/Http/Middleware/TrustHosts.php 20 additions, 0 deletionsapp/Http/Middleware/TrustHosts.php
- app/Http/Middleware/TrustProxies.php 23 additions, 0 deletionsapp/Http/Middleware/TrustProxies.php
- app/Http/Middleware/VerifyCsrfToken.php 17 additions, 0 deletionsapp/Http/Middleware/VerifyCsrfToken.php
- app/Models/User.php 43 additions, 0 deletionsapp/Models/User.php
- app/Models/UserEloquent.php 15 additions, 0 deletionsapp/Models/UserEloquent.php
- app/Models/VideoGame.php 15 additions, 0 deletionsapp/Models/VideoGame.php
- app/Providers/AppServiceProvider.php 28 additions, 0 deletionsapp/Providers/AppServiceProvider.php
Please register or sign in to comment