Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit b50c2db

Browse files
committed
update readme
1 parent 99bfb2c commit b50c2db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Install the package using composer:
2424
composer require michael-rubel/laravel-sql-function-repository
2525
```
2626

27+
Publish the config, set up basic connection and select:
28+
```bash
29+
php artisan vendor:publish --tag="sql-function-repository-config"
30+
```
31+
2732
## Usage
2833
```php
2934
$repository = app(SqlFunctionRepository::class);
@@ -33,11 +38,6 @@ $repository->runDatabaseFunction('yourFunctionName', [
3338
]);
3439
```
3540

36-
Publish the config:
37-
```bash
38-
php artisan vendor:publish --tag="sql-function-repository-config"
39-
```
40-
4141
## Testing
4242
```bash
4343
composer test

0 commit comments

Comments
 (0)