Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d35751c

Browse files
update
1 parent e9c17a1 commit d35751c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@ Enter on http://localhost
3636
#### Useful Tasks
3737
- run migrations: `docker-compose exec app php artisan migrate`
3838
- access db PhpMyAdmin: http://localhost:7000
39-
- install Voyager Admin:
40-
39+
- run the following to install [Voyager Admin](https://docs.laravelvoyager.com/getting-started/installation):
4140
On Linux/MacOS: `docker run --rm -v $(pwd):/app composer require tcg/voyager`
4241
On Windows in PowerShell: `docker run --rm -v ${PWD}:/app composer require tcg/voyager`
4342
On Windows in CMD: `docker run --rm -v %cd%:/app composer require tcg/voyager`
44-
4543
- create a Voyager admin account: `docker-compose exec app php artisan voyager:admin someemail@gmail.com --create`
4644

45+
4746
<hr>
4847

4948
#### Credits

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /