We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3430e7 commit eef603bCopy full SHA for eef603b
README.md
@@ -16,12 +16,13 @@ Laravel and vue spa using tailwind (laravel/ui looks) for styling and sanctum fo
16
17
## Installation
18
19
-- `git clone git@github.com:HijenHEK/laravel-vue-sanctum-spa.git`
20
-- `cd laravel-vue-sanctum-spa`
+- `git clone git@github.com:HijenHEK/laravel-vue-sanctum-spa.git --branch v1.0.0 my-spa` set verion and app name
+- `cd my-spa`
21
- Edit `.env` and set your database connection details
22
- `php artisan key:generate`
23
- `php artisan migrate`
24
- `npm install`
25
+- `npm run dev`
26
27
## Usage
28
0 commit comments