Skip to content

Commit

Permalink
Lets go to staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpatricio committed Dec 1, 2020
1 parent 49272ff commit 39c4946
Show file tree
Hide file tree
Showing 39 changed files with 253 additions and 2,504 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
Expand Down
34 changes: 0 additions & 34 deletions app/Actions/Fortify/CreateNewUser.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Actions/Fortify/PasswordValidationRules.php

This file was deleted.

30 changes: 0 additions & 30 deletions app/Actions/Fortify/ResetUserPassword.php

This file was deleted.

35 changes: 0 additions & 35 deletions app/Actions/Fortify/UpdateUserPassword.php

This file was deleted.

35 changes: 0 additions & 35 deletions app/Actions/Fortify/UpdateUserProfileInformation.php

This file was deleted.

19 changes: 0 additions & 19 deletions app/Actions/Jetstream/DeleteUser.php

This file was deleted.

1 change: 0 additions & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class Kernel extends HttpKernel
\App\Http\Middleware\EncryptCookies::class,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
\Illuminate\Session\Middleware\StartSession::class,
\Laravel\Jetstream\Http\Middleware\AuthenticateSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
\App\Http\Middleware\VerifyCsrfToken::class,
\Illuminate\Routing\Middleware\SubstituteBindings::class,
Expand Down
9 changes: 0 additions & 9 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,9 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use Laravel\Fortify\TwoFactorAuthenticatable;
use Laravel\Jetstream\HasProfilePhoto;
use Laravel\Sanctum\HasApiTokens;

class User extends Authenticatable
{
use HasApiTokens;
use HasFactory;
use HasProfilePhoto;
use Notifiable;
use TwoFactorAuthenticatable;

/**
* The attributes that are mass assignable.
*
Expand Down
36 changes: 0 additions & 36 deletions app/Providers/FortifyServiceProvider.php

This file was deleted.

49 changes: 0 additions & 49 deletions app/Providers/JetstreamServiceProvider.php

This file was deleted.

2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"guzzlehttp/guzzle": "^7.0.1",
"laravel/dusk": "^6.8",
"laravel/framework": "^8.0",
"laravel/jetstream": "^1.2",
"laravel/sanctum": "^2.6",
"laravel/tinker": "^2.0",
"laravolt/avatar": "^4.0",
"livewire/livewire": "^2.0",
Expand Down
Loading

0 comments on commit 39c4946

Please sign in to comment.