Customers Add+Edit, API WP

This commit is contained in:
Kevin Adametz 2020-06-12 14:46:51 +02:00
parent dc63fa9fb2
commit 75a0f9a38a
120 changed files with 11894 additions and 6134 deletions

58
bootstrap/cache/packages.php vendored Normal file → Executable file
View file

@ -6,6 +6,28 @@
0 => 'Askedio\\Laravel5ProfanityFilter\\Providers\\ProfanityFilterServiceProvider',
),
),
'barryvdh/laravel-debugbar' =>
array (
'providers' =>
array (
0 => 'Barryvdh\\Debugbar\\ServiceProvider',
),
'aliases' =>
array (
'Debugbar' => 'Barryvdh\\Debugbar\\Facade',
),
),
'barryvdh/laravel-dompdf' =>
array (
'providers' =>
array (
0 => 'Barryvdh\\DomPDF\\ServiceProvider',
),
'aliases' =>
array (
'PDF' => 'Barryvdh\\DomPDF\\Facade',
),
),
'barryvdh/laravel-ide-helper' =>
array (
'providers' =>
@ -27,17 +49,6 @@
0 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
),
),
'gloudemans/shoppingcart' =>
array (
'providers' =>
array (
0 => 'Gloudemans\\Shoppingcart\\ShoppingcartServiceProvider',
),
'aliases' =>
array (
'Cart' => 'Gloudemans\\Shoppingcart\\Facades\\Cart',
),
),
'intervention/image' =>
array (
'providers' =>
@ -71,6 +82,13 @@
'Flash' => 'Laracasts\\Flash\\Flash',
),
),
'laravel/passport' =>
array (
'providers' =>
array (
0 => 'Laravel\\Passport\\PassportServiceProvider',
),
),
'laravel/tinker' =>
array (
'providers' =>
@ -101,6 +119,13 @@
'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel',
),
),
'nesbot/carbon' =>
array (
'providers' =>
array (
0 => 'Carbon\\Laravel\\ServiceProvider',
),
),
'nunomaduro/collision' =>
array (
'providers' =>
@ -108,6 +133,17 @@
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' =>