Skip to content

Commit 83db24f

Browse files
authored
fix: Update README.md for artisan command (#2577)
Updated artisan command for publishing config and migration files.
1 parent 1e4909c commit 83db24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ composer require binarcode/laravel-mailator
2020

2121
## Publish
2222

23-
Publish migrations: `a vendor:publish --tag=mailator-migrations`
23+
Publish migrations: `php artisan vendor:publish --tag=mailator-migrations`
2424

25-
Publish config: `a vendor:publish --tag=mailator-config`
25+
Publish config: `php artisan vendor:publish --tag=mailator-config`
2626

2727
## Usage
2828

0 commit comments

Comments
 (0)