-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,10 +48,10 @@ You can now login with `[email protected]` and password as `password` | |
- run `make test-database` to create `test` database for tests | ||
- run `make test` to test the application | ||
- run `make seed` to drop all tables then migrate and seed the database | ||
- for Laravel Telescope go to `localhost/telescope` | ||
- for Laravel Horizon go to `localhost/horizon` | ||
- for Portainer go to `localhost:9010` | ||
- for phpMyAdmin go to `localhost:8080` | ||
- for Laravel Telescope go to `https//{YOURDOMAIN.COM}/telescope` | ||
- for Laravel Horizon go to `https//{YOURDOMAIN.COM}/horizon` | ||
- for Portainer go to `{YOURDOMAIN.COM}:9010` | ||
- for phpMyAdmin go to `{YOURDOMAIN.COM}:8080` | ||
- to enter the Workspace container run `make bash` or | ||
``` | ||
docker-compose exec --user=laradock workspace bash | ||
|