Update 'readme.md'

This commit is contained in:
putrakuningan 2023-05-28 02:26:08 +00:00
parent 4935e04bf5
commit 6c0d2bf4ce

View File

@ -43,7 +43,7 @@ php artisan module:enable Auth
Now the module is ready to be migrated and seeded:
```
php atisan module:migrate Auth
php artisan module:migrate Auth
php artisan module:seed Auth
```