Update Framework, Invoices

This commit is contained in:
Kevin Adametz 2022-04-14 13:14:36 +02:00
parent cc5c147c27
commit 9b0b5feb7e
174 changed files with 28356 additions and 8093 deletions

View file

@ -14,7 +14,7 @@
),
'aliases' =>
array (
'Debugbar' => 'Barryvdh\\Debugbar\\Facade',
'Debugbar' => 'Barryvdh\\Debugbar\\Facades\\Debugbar',
),
),
'barryvdh/laravel-dompdf' =>
@ -25,7 +25,7 @@
),
'aliases' =>
array (
'PDF' => 'Barryvdh\\DomPDF\\Facade',
'PDF' => 'Barryvdh\\DomPDF\\Facade\\Pdf',
),
),
'barryvdh/laravel-ide-helper' =>
@ -42,6 +42,28 @@
0 => 'Cviebrock\\EloquentSluggable\\ServiceProvider',
),
),
'digital-bird/shoppingcart' =>
array (
'providers' =>
array (
0 => 'Gloudemans\\Shoppingcart\\ShoppingcartServiceProvider',
),
'aliases' =>
array (
'Cart' => 'Gloudemans\\Shoppingcart\\Facades\\Cart',
),
),
'facade/ignition' =>
array (
'providers' =>
array (
0 => 'Facade\\Ignition\\IgnitionServiceProvider',
),
'aliases' =>
array (
'Flare' => 'Facade\\Ignition\\Facades\\Flare',
),
),
'fideloper/proxy' =>
array (
'providers' =>
@ -49,6 +71,13 @@
0 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
),
),
'fruitcake/laravel-cors' =>
array (
'providers' =>
array (
0 => 'Fruitcake\\Cors\\CorsServiceProvider',
),
),
'intervention/image' =>
array (
'providers' =>
@ -89,6 +118,13 @@
0 => 'Laravel\\Passport\\PassportServiceProvider',
),
),
'laravel/sail' =>
array (
'providers' =>
array (
0 => 'Laravel\\Sail\\SailServiceProvider',
),
),
'laravel/tinker' =>
array (
'providers' =>
@ -96,6 +132,13 @@
0 => 'Laravel\\Tinker\\TinkerServiceProvider',
),
),
'laravel/ui' =>
array (
'providers' =>
array (
0 => 'Laravel\\Ui\\UiServiceProvider',
),
),
'laravelcollective/html' =>
array (
'providers' =>
@ -133,17 +176,6 @@
0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
),
),
'olimortimer/laravelshoppingcart' =>
array (
'providers' =>
array (
0 => 'Gloudemans\\Shoppingcart\\ShoppingcartServiceProvider',
),
'aliases' =>
array (
'Cart' => 'Gloudemans\\Shoppingcart\\Facades\\Cart',
),
),
'reliese/laravel' =>
array (
'providers' =>