Skip to content

Commit

Permalink
Add categories migration and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karim committed Dec 30, 2024
1 parent 627c6a5 commit e19d3bc
Show file tree
Hide file tree
Showing 7 changed files with 3,570 additions and 1,033 deletions.
16 changes: 8 additions & 8 deletions bootstrap/cache/packages.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
),
'mcamara/laravel-localization' =>
array (
'providers' =>
array (
0 => 'Mcamara\\LaravelLocalization\\LaravelLocalizationServiceProvider',
),
'aliases' =>
array (
'LaravelLocalization' => 'Mcamara\\LaravelLocalization\\Facades\\LaravelLocalization',
),
'providers' =>
array (
0 => 'Mcamara\\LaravelLocalization\\LaravelLocalizationServiceProvider',
),
),
'nesbot/carbon' =>
array (
Expand Down Expand Up @@ -72,14 +72,14 @@
),
'spatie/laravel-ignition' =>
array (
'providers' =>
array (
0 => 'Spatie\\LaravelIgnition\\IgnitionServiceProvider',
),
'aliases' =>
array (
'Flare' => 'Spatie\\LaravelIgnition\\Facades\\Flare',
),
'providers' =>
array (
0 => 'Spatie\\LaravelIgnition\\IgnitionServiceProvider',
),
),
'spatie/laravel-translatable' =>
array (
Expand Down
Loading

0 comments on commit e19d3bc

Please sign in to comment.