-
Notifications
You must be signed in to change notification settings - Fork 13
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
1 parent
8658f36
commit 9ea8e0e
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -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 `[email protected]` and the password `password` | ||
After that you can login with `[email protected]` 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. | ||
|
@@ -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: | ||
|