From 9ea8e0e819b89a8df11958234262f889f2acbcb3 Mon Sep 17 00:00:00 2001 From: Tobias Schulz Date: Sat, 1 Jun 2024 13:17:54 +0200 Subject: [PATCH] fix typo --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5827163..bc9d228 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ 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: @@ -58,12 +58,6 @@ 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. @@ -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: