Skip to content

Commit

Permalink
get site attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 5, 2023
1 parent 9e41915 commit c3c741c
Show file tree
Hide file tree
Showing 6 changed files with 324 additions and 79 deletions.
2 changes: 2 additions & 0 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

namespace App\Providers;

use App\Livewire\CustomCardComponent;
use App\Models\User;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Gate;
use Illuminate\Support\ServiceProvider;
use Livewire\Livewire;
use Spatie\Comments\Models\Comment;
use Spatie\Comments\Notifications\PendingCommentNotification;

Expand Down
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
{
"type": "composer",
"url": "https://satis.spatie.be"
},
{
"type": "path",
"url": "../ohdear-pulse"
},
{
"type": "path",
"url": "../mailcoach-pulse"
}
],
"license": "MIT",
Expand All @@ -29,6 +37,8 @@
"guzzlehttp/guzzle": "^7.4.5",
"laravel/folio": "^1.1",
"laravel/framework": "^10.0",
"ohdearapp/ohdear-pulse": "dev-main",
"spatie/mailcoach-pulse": "dev-main",
"laravel/horizon": "^5.12",
"laravel/pulse": "^1.0@beta",
"laravel/sail": "^1.18",
Expand Down
Loading

0 comments on commit c3c741c

Please sign in to comment.