Skip to content

Commit f28f452

Browse files
authored
Update README.md
1 parent bf141c9 commit f28f452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ There is 2 ways to configure your database :
2424

2525
By executing the commands:
2626

27-
- `php artisan migrate`
27+
`php artisan migrate`
2828

29-
- `php artisan db:seed`
29+
`php artisan db:seed`
3030

3131
> Here the database configuration is done, you got the database structure and the minimal data inserted by the seeder to make the application work, if you want demo data to be inserted, you need to run the following commands:
3232
> - `php artisan db:seed --class=ContentSeeder`

0 commit comments

Comments
 (0)