Skip to content

Commit 9fce221

Browse files
committed
Update readme
1 parent bc6831d commit 9fce221

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a href="https://packagist.org/packages/dalholm/laravel-vuetify-spa-admin"><img src="https://poser.pugx.org/dalholm/laravel-vuetify-spa-admin/d/total.svg" alt="Total Downloads"></a>
2-
<a href="https://packagist.org/packages/dalholm/laravel-vuetify-spa-admin"><img src="https://poser.pugx.org/dalholm/laravel-vuetify-spa-admin/v/stable.svg" alt="Latest Stable Version"></a>
1+
<a href="https://packagist.org/packages/dalholm/larabue"><img src="https://poser.pugx.org/dalholm/larabue/d/total.svg" alt="Total Downloads"></a>
2+
<a href="https://packagist.org/packages/dalholm/larabue"><img src="https://poser.pugx.org/dalholm/larabue/v/stable.svg" alt="Latest Stable Version"></a>
33

44
# LVA Laravel Vuetifyjs Admin SPA
55

@@ -21,17 +21,19 @@ A simple lightweight admin template based on laravel and vuetifyjs. Simple and c
2121
- Webpack with [laravel-mix](https://github.com/JeffreyWay/laravel-mix)
2222

2323
## Installation
24-
- `git clone [email protected]:dalholm/laravel-vuetify-spa-admin.git`
24+
- `git clone [email protected]:dalholm/larabue-simple-laravel-sanctum-spa-admin.git`
2525
- `cd laravel-vuetify-spa-admin`
2626
- `cp .env.example .env`
2727
- Edit `.env` and set your database connection details
28+
- Edit `SANCTUM_STATEFUL_DOMAINS=` to your domain.com
29+
- Edit `SESSION_DOMAIN` to your `.domain.com`
2830
- `composer install`
2931
- `php artisan key:generate`
3032
- `php artisan migrate`
3133
- `npm install` / `yarn`
3234

3335
#### Composer
34-
- `composer create-project dalholm/laravel-vuetify-spa-admin && cd laravel-vuetify-spa-admin`
36+
- `composer create-project dalholm/larabue && cd larabue`
3537
- `npm install` / `yarn`
3638

3739
## Usage

0 commit comments

Comments
 (0)