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 d35751c commit f23af9cCopy full SHA for f23af9c
README.md
@@ -37,9 +37,11 @@ Enter on http://localhost
37
- run migrations: `docker-compose exec app php artisan migrate`
38
- access db PhpMyAdmin: http://localhost:7000
39
- run the following to install [Voyager Admin](https://docs.laravelvoyager.com/getting-started/installation):
40
+
41
On Linux/MacOS: `docker run --rm -v $(pwd):/app composer require tcg/voyager`
42
On Windows in PowerShell: `docker run --rm -v ${PWD}:/app composer require tcg/voyager`
43
On Windows in CMD: `docker run --rm -v %cd%:/app composer require tcg/voyager`
44
45
- create a Voyager admin account: `docker-compose exec app php artisan voyager:admin someemail@gmail.com --create`
46
47
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments