We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122dd1b commit af9d43aCopy full SHA for af9d43a
README.md
@@ -2,10 +2,16 @@
2
Sybase ASE based Eloquent module extension for Laravel 5.x.
3
- Enables use of multiple kinds of fields.
4
- Use default eloquent: works with odbc and dblib!
5
-- Migrations! (alpha)
+- Migrations! (WIP - Work in Progress)
6
7
### Install
8
-- Require in your **composer.json** this package: ``"uepg/laravel-sybase": "1.*"``
+
9
+Add the following in the require section of your **composer.json**:
10
11
+```json
12
+"uepg/laravel-sybase": "1.*"
13
+```
14
15
- Run ``composer update``
16
- Add to your providers in **./config./app.php**: ``Uepg\LaravelSybase\Database\SybaseServiceProvider::class``
17
- Update your **./config./database.php**'s default driver to **sqlsrv** or your custom odbc.
0 commit comments