Skip to content

Commit 3e6ebff

Browse files
committed
update readme
1 parent a36ea39 commit 3e6ebff

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## Vue Laravel SPA
88

9-
A simple and clean starter-kit to start a new SPA project with authentication and more features from fortify. Its like Jetstream but without Inertia but with Vue-Router and Pinia as store. This starter-kit uses the following tools:
9+
A simple and clean starter-kit to start a new SPA project. Its like Jetstream without Inertia but with Vue-Router and Pinia as store.
10+
11+
This starter-kit uses the following tools:
1012

1113
- [Vue 3](https://github.com/vuejs/vue)
1214
- [Vue Router](https://router.vuejs.org/)
@@ -19,19 +21,19 @@ A simple and clean starter-kit to start a new SPA project with authentication an
1921

2022
## Features
2123

22-
The following Sanctum and Fortify features are implemented in this Vue SPA:
24+
The following features are implemented in this Vue SPA:
2325

24-
-Login
26+
-Authentication (Cookie based by sanctum)
2527
- ✅ Passwort Reset
2628
- ✅ Registration
2729
- ✅ Profile Management
2830
- ✅ Password Confirmation
29-
- ✅ Two Factor Authentication with Confirmation
31+
- ✅ Two Factor Authentication
3032
- ✅ E-Mail Verification
3133

3234
## Roadmap
3335

34-
Missing something? Feel free to tell me what would be a nice addition to this boilerplate.
36+
Missing something? Feel free to tell me what would be a nice addition to this starter-kit.
3537

3638
- 🔘 Darkmode
3739
- 🔘 Better error handling on UI
@@ -41,6 +43,7 @@ Missing something? Feel free to tell me what would be a nice addition to this bo
4143
- 🔘 PWA
4244
- 🔘 More Tests
4345
- 🔘 CSP
46+
- 🔘 Replace PHPUnit with Pest
4447

4548
## Getting started
4649

@@ -56,11 +59,10 @@ Take this steps:
5659
- create /database/database.sqlite file or use another database in .env
5760
- migrate database `php artisan migrate`
5861

59-
Make sure to set those two variables to your current domain or localhost:
62+
Make sure to set your current domain:
6063

6164
```
6265
APP_URL=http://vue-laravel-spa.test
63-
SESSION_DOMAIN=vue-laravel-spa.test
6466
```
6567

6668
Consider to support my work and say thank you with a coffee. I would very much appreciate that.
@@ -85,7 +87,7 @@ A Picture Is Worth More Than A Thousand Words.
8587

8688
## Testing
8789

88-
PHPunit is ready setup to test the API side of this boilerplate. 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:
90+
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:
8991

9092
```bash
9193
php artisan test

0 commit comments

Comments
 (0)