create niminatim service and install verta package

This commit is contained in:
2024-02-17 11:07:56 +00:00
parent 917ebfeb7c
commit 25c33eb478
7 changed files with 415 additions and 36 deletions

View File

@@ -1,4 +1,26 @@
<?php return array (
'barryvdh/laravel-debugbar' =>
array (
'providers' =>
array (
0 => 'Barryvdh\\Debugbar\\ServiceProvider',
),
'aliases' =>
array (
'Debugbar' => 'Barryvdh\\Debugbar\\Facades\\Debugbar',
),
),
'hekmatinasser/verta' =>
array (
'providers' =>
array (
0 => 'Hekmatinasser\\Verta\\Laravel\\VertaServiceProvider',
),
'aliases' =>
array (
'Verta' => 'Hekmatinasser\\Verta\\Verta',
),
),
'laravel/sail' =>
array (
'providers' =>