Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
celia514 authored Jul 24, 2024
1 parent 8d9c194 commit bfb15a8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,6 @@ You can install the package via composer:
composer require solution-forest/filament-scaffold
```

In the composer.json of your own preject, you need to add a sentence in require, like this:
```bash
"require": {
...,
"solution-forest/filament-scaffold": "@dev"
},
```

The minimum-stability need to be dev:

```bash
"minimum-stability": "dev",
```

Then, you need to connect to the database in the .env file.


Expand Down

0 comments on commit bfb15a8

Please sign in to comment.