diff --git a/README.md b/README.md index c3ecd51..c2db147 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ You can publish the config file with: php artisan vendor:publish --tag="laravel-flows-config" ``` +You can publish migrations + +```bash +php artisan vendor:publish --tag="laravel-flows-migrations" +php artisan migrate +``` + ## Testing ```bash