We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e0b539 + 01f5844 commit dae020eCopy full SHA for dae020e
config/l5-swagger.php
@@ -252,7 +252,7 @@
252
* Constants which can be used in annotations
253
*/
254
'constants' => [
255
- 'L5_SWAGGER_CONST_HOST' => env('APP_URL', 'http://localhost') . '/v1',
+ 'L5_SWAGGER_CONST_HOST' => env('APP_URL', 'https://api-preparemessages-stage.ifrc.org') . '/v2',
256
],
257
258
];
docker/Dockerfile
@@ -24,6 +24,9 @@ COPY ./ /var/www/html
24
WORKDIR /var/www/html
25
RUN composer install --no-dev --prefer-dist --optimize-autoloader
26
27
+# Generate Swagger documentation
28
+RUN php artisan l5-swagger:generate
29
+
30
RUN mkdir -p storage/framework/sessions
31
RUN mkdir -p storage/framework/views
32
RUN mkdir -p storage/framework/cache
0 commit comments