Skip to content

Commit c107dc4

Browse files
committed
update readme setup
1 parent 4a9ae26 commit c107dc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ This is a simple repository with implementations about my videos, with tests and
99
# Setup - Docker is required
1010

1111
```
12+
composer install
1213
vendor/bin/sail up -d
1314
```
1415

1516
## Stubs Crud Simplify
1617

1718
To create a fast crud with tests and open-api documentation with stubs customized:
1819

19-
`php artisan make:model -c -f -m --api -R --test Product`
20+
`php artisan make:model -c -f -m --api -R --test Product`

0 commit comments

Comments
 (0)