Skip to content

Commit

Permalink
Upgrade to Laravel 8.54
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrda committed Sep 18, 2021
1 parent 8012091 commit 30199db
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 472 deletions.
2 changes: 2 additions & 0 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;

class AppServiceProvider extends ServiceProvider
{
Expand All @@ -15,6 +16,7 @@ public function boot()
{
//
require_once app_path().'/Http/Helpers.php';
Paginator::useBootstrap();
}

/**
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.4",
"laravel/framework": "^8.54",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5",
"laravel/ui": "^3.2.1",
"laravolt/avatar": "^4.1.3",
Expand Down
Loading

0 comments on commit 30199db

Please sign in to comment.