Skip to content

Commit 251e27f

Browse files
author
hamidafghan
committed
Add DEFAULT_FILE_NAME to readme.md
1 parent 49a07a3 commit 251e27f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ You can publish the config file with:
2323

2424
```
2525
php artisan vendor:publish --provider="Dcblogdev\DbSync\DbSyncServiceProvider" --tag="config"
26-
```
26+
```
2727

28-
## .env
28+
## .env
2929

3030
Set the remote database credentials in your .env file
3131

@@ -59,6 +59,8 @@ REMOTE_IMPORT_FILE=true
5959

6060
Set a comma seperate list of tables NOT to export in `REMOTE_DATABASE_IGNORE_TABLES`
6161

62+
To generate the SQL with a custom name `DEFAULT_FILE_NAME`
63+
6264
## Usage
6365

6466
To export a remote database to OVERRIDE your local database by running:

0 commit comments

Comments
 (0)