Skip to content

Commit c0c90fc

Browse files
committed
Add instructions into README.md
1 parent e37e784 commit c0c90fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ And you are good to go! You can run your migration commands as just like before.
6161
php artisan migrate
6262
```
6363

64+
Note:
65+
66+
If you don't have auto discovery enabled, you should add the following to config/app.php "providers" array:
67+
68+
```
69+
Yusufalper\LaravelSubfolderMigrations\LaravelSubfolderMigrationsServiceProvider::class,
70+
71+
```
72+
6473
## Changelog
6574

6675
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

0 commit comments

Comments
 (0)