Skip to content

Commit a1e7904

Browse files
authored
Update index.md
1 parent 75ce248 commit a1e7904

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ DB_DATABASE=DB_NAME
1818
DB_USERNAME=USERNAME
1919
DB_PASSWORD=PASSWORD
2020
```
21-
* generate laravel key
22-
```bash
23-
php artisan key:generate
24-
```
2521
* install composer packages
2622
```bash
2723
composer update
2824
```
25+
* generate laravel key
26+
```bash
27+
php artisan key:generate
28+
```
2929
* setup Backpack Base package
3030
```bash
3131
php artisan backpack:base:install

0 commit comments

Comments
 (0)