You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,15 @@ Laravel and vue spa using tailwind (laravel/ui looks) for styling and sanctum fo
18
18
19
19
-`git clone git@github.com:HijenHEK/laravel-vue-sanctum-spa.git --branch v1.0.0 my-spa` set verion and app name
20
20
-`cd my-spa`
21
-
- Edit `.env` and set your database connection details
21
+
- Edit `.env` and set your database connection details and **your APP_URL**
22
22
-`php artisan key:generate`
23
23
-`php artisan migrate`
24
24
-`npm install`
25
25
-`npm run dev`
26
26
27
+
## Notes
28
+
- make sure your domain is included in the statefull allowed domains (app/config/sanctum.php) to avoid [Unauthorised domains issue #3](/../../issues/3).
0 commit comments