Skip to content

Commit

Permalink
fix: Update README.md for artisan command
Browse files Browse the repository at this point in the history
Updated artisan command for publishing config and migration files.
  • Loading branch information
JaberWiki authored Aug 8, 2023
1 parent 1e4909c commit fa71eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ composer require binarcode/laravel-mailator

## Publish

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

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

## Usage

Expand Down

0 comments on commit fa71eb1

Please sign in to comment.