Skip to content

Commit

Permalink
Merge pull request #14 from lara-zeus/update-packages
Browse files Browse the repository at this point in the history
remove filament-export package
  • Loading branch information
atmonshi authored Jun 13, 2024
2 parents 9188979 + 937f21f commit 9f4fa41
Show file tree
Hide file tree
Showing 38 changed files with 22,387 additions and 1,919 deletions.
2 changes: 1 addition & 1 deletion app/Classes/RenderNavItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ public static function render(array $item, string $class = ''): string
private static function getAppUrl($app)
{
return match ($app) {
'blog' => 'blog',
'contact' => 'contact-us',
'faq' => 'blog/faq',
'libraries' => 'blog/library',
'forms' => 'forms',
default => 'blog',
};
}
}
2 changes: 1 addition & 1 deletion app/Policies/LayoutPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use App\Models\User;
use Illuminate\Auth\Access\HandlesAuthorization;
use LaraZeus\Rain\Models\Layout;
use LaraZeus\DynamicDashboard\Models\Layout;

class LayoutPolicy
{
Expand Down
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bezhansalleh/filament-shield": "^3.0",
"guzzlehttp/guzzle": "^7.2",
"lara-zeus/artemis": "^1.0",
"lara-zeus/bolt": "^3.13",
"lara-zeus/bolt": "^3.0",
"lara-zeus/boredom": "^1.0",
"lara-zeus/dynamic-dashboard": "^3.0",
"lara-zeus/sky": "^3.4",
Expand Down Expand Up @@ -81,12 +81,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "github",
"url": "https://github.com/lara-zeus/filament-export"
}
]
"minimum-stability": "stable",
"prefer-stable": true
}
Loading

0 comments on commit 9f4fa41

Please sign in to comment.