Skip to content

Commit 98caede

Browse files
committed
Update README for database configuration instructions and sensitive information handling
1 parent 7076c7f commit 98caede

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,6 @@ cp .env.example .env
5555
php artisan key:generate
5656
```
5757

58-
3. Create the database and run the migrations:
59-
60-
```sh
61-
mkdir -p database && touch database/database.sqlite && php artisan migrate
62-
```
63-
64-
4. Generate Swagger documentation:
65-
66-
```sh
67-
php artisan l5-swagger:generate
68-
```
69-
7058
### Setup Database Configuration
7159

7260
To learn more about connecting to your Capella cluster, please follow the [instructions](https://docs.couchbase.com/cloud/get-started/connect.html).

0 commit comments

Comments
 (0)