Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 25, 2024
1 parent b721a7d commit 691bff4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,28 @@ composer require envor/one-app
php artisan one-app:install
```

## SSO (Optional)

Install headerx/laravel-jestream-passport

```bash
composer require headerx/laravel-jetstream-passport
```

```bash
php artisan jetstream-passport:install
```

Move passport migrations to the platform folder

```bash
mv database/migrations/*oauth*.php database/migrations/platform
```

```bash
php artisan migrate:fresh --path="database/migrations/platform" --database="sqlite"
```

## Testing

```bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envor/one-app",
"description": "This is my package one-app",
"description": "Database per team starter kit for Laravel based on Laravel Jetstream and Livewire",
"keywords": [
"envor",
"laravel",
Expand Down

0 comments on commit 691bff4

Please sign in to comment.