laminas-api-tools / api-tools-skeleton

Skeleton Application for Laminas API Tools
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
50 stars 64 forks source link

Problem at setting base_path #15

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

When i set the variable

'view_manager' => [
    'base_path' => 'http://local-dev'
]

my index at Apigility Admin UI try to load the script with base wrong

 <base href="http://local-devhttp://local-dev/">

Originally posted by @fabiopaiva at https://github.com/zfcampus/zf-apigility-skeleton/issues/113