From 669b8ca6e0042b40b2106be4ee0e72fdd1a8a347 Mon Sep 17 00:00:00 2001 From: guanguans Date: Sat, 11 Jul 2020 17:54:28 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1963d..f72bce6 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ $ composer require guanguans/laravel-raw-sql -v ``` -### publish +### Publish ```php $ php artisan vendor:publish --provider="Guanguans\\LaravelRawSql\\ServiceProvider" ``` +> Custom method name. `config/rawsql.php` + ## Usage ``` php