Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from wuori/patch-1
Browse files Browse the repository at this point in the history
Adds pathing entry to Usage section of docs.
  • Loading branch information
mpociot authored Dec 18, 2018
2 parents e2e8e45 + 8fcc0b8 commit ef38136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ php artisan dusk:dashboard

Check out the documentation [here](http://marcelpociot.de/blog/introducing-the-laravel-dusk-dashboard).

### Handling Asset Paths

Assets may not load or display properly when using relative paths due to port specification. Using Larvel's [Path Helpers](https://laravel.com/docs/5.7/helpers#available-methods) such as the `url()` and `asset()` helpers (Ex: `{{ url('path/to/asset.css') }}`) will help overcome these pathing issues.

### Testing

``` bash
Expand Down

0 comments on commit ef38136

Please sign in to comment.