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.
1 parent 6de957c commit 5144278Copy full SHA for 5144278
readme.md
@@ -12,6 +12,8 @@ Go into the webroot.
12
13
> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli php artisan jwt:secret
14
15
+> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli php artisan l5-swagger:publish-assets
16
+
17
Make sure to chown all the data in your webroot to your own user, since docker sets ownership to added files to root.
18
19
> sudo chown verwilst: . -R
0 commit comments