Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischulz committed Jun 1, 2024
1 parent 8658f36 commit 9ea8e0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,14 @@ Missing something? Feel free to tell me what would be a nice addition to this st

You can quick start with this starter-kit by running the **`bin/install.sh`** script or manually run the containing commands.

After that you can loggin with `text@example.com` and the password `password`
After that you can login with `text@example.com` and the password `password`

Make sure to set your current domain in the .env file:

```
APP_URL=http://vue-laravel-spa.test
```

Consider to support my work and say thank you with a coffee. I would very much appreciate that.

![art/bmc_qr.jpg](art/bmc_qr.jpg)

[buymeacoffee.com/tobiasschulz](https://www.buymeacoffee.com/tobiasschulz)

## Screenshots

A Picture Is Worth More Than A Thousand Words.
Expand All @@ -72,6 +66,12 @@ A Picture Is Worth More Than A Thousand Words.

![art/screenshot-settings.png](art/screenshot-settings.png)

Consider to support my work and say thank you with a coffee. I would very much appreciate that.

![art/bmc_qr.jpg](art/bmc_qr.jpg)

[buymeacoffee.com/tobiasschulz](https://www.buymeacoffee.com/tobiasschulz)

## Testing

PHPunit is ready setup to test the API side. Tested are all Sanctum and Fortify features cause there are heavily based on there original tests. Thats a good starting point to add tests for your next project. To run the tests you can call phpunit like this:
Expand Down

0 comments on commit 9ea8e0e

Please sign in to comment.