Skip to content

Commit af9d43a

Browse files
committed
Better readability
1 parent 122dd1b commit af9d43a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
Sybase ASE based Eloquent module extension for Laravel 5.x.
33
- Enables use of multiple kinds of fields.
44
- Use default eloquent: works with odbc and dblib!
5-
- Migrations! (alpha)
5+
- Migrations! (WIP - Work in Progress)
66

77
### Install
8-
- Require in your **composer.json** this package: ``"uepg/laravel-sybase": "1.*"``
8+
9+
Add the following in the require section of your **composer.json**:
10+
11+
```json
12+
"uepg/laravel-sybase": "1.*"
13+
```
14+
915
- Run ``composer update``
1016
- Add to your providers in **./config./app.php**: ``Uepg\LaravelSybase\Database\SybaseServiceProvider::class``
1117
- Update your **./config./database.php**'s default driver to **sqlsrv** or your custom odbc.

0 commit comments

Comments
 (0)