Booking, QI Content, Trees, Media

This commit is contained in:
Kevin Adametz 2019-10-02 20:03:55 +02:00
parent 1f340e96fa
commit 7fbac395a9
260 changed files with 27160 additions and 3773 deletions

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

@ -42,6 +42,16 @@
'Image' => 'Intervention\\Image\\Facades\\Image',
),
),
'iqcontent/laravel-filemanager' =>
array (
'providers' =>
array (
0 => 'IqContent\\LaravelFilemanager\\LaravelFilemanagerServiceProvider',
),
'aliases' =>
array (
),
),
'jenssegers/date' =>
array (
'providers' =>
@ -101,6 +111,13 @@
'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel',
),
),
'nesbot/carbon' =>
array (
'providers' =>
array (
0 => 'Carbon\\Laravel\\ServiceProvider',
),
),
'nunomaduro/collision' =>
array (
'providers' =>
@ -108,17 +125,6 @@
0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
),
),
'vladrub/laravel-datatables-oracle' =>
array (
'providers' =>
array (
0 => 'Yajra\\DataTables\\DataTablesServiceProvider',
),
'aliases' =>
array (
'DataTables' => 'Yajra\\DataTables\\Facades\\DataTables',
),
),
'yajra/laravel-datatables-oracle' =>
array (
'providers' =>