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 e9c17a1 commit d35751cCopy full SHA for d35751c
README.md
@@ -36,14 +36,13 @@ Enter on http://localhost
36
#### Useful Tasks
37
- run migrations: `docker-compose exec app php artisan migrate`
38
- access db PhpMyAdmin: http://localhost:7000
39
-- install Voyager Admin:
40
-
+- run the following to install [Voyager Admin](https://docs.laravelvoyager.com/getting-started/installation):
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
<hr>
48
49
#### Credits
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments