Skip to content

Commit 521552c

Browse files
author
Afonso Gloeden
committed
Files put in src folder
1 parent a551763 commit 521552c

File tree

11 files changed

+10
-4
lines changed

11 files changed

+10
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ composer update
3434
Add the following entry to your providers array in **config/app.php** file:
3535

3636
```php
37-
Uepg\LaravelSybase\Database\SybaseServiceProvider::class
37+
Uepg\LaravelSybase\SybaseServiceProvider::class
3838
```
3939

4040
Update your **config/database.php's** default driver with the settings for the **sqlsrv** or your custom odbc. See the following example:

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@
2828
"preferred-install": "dist",
2929
"sort-packages": true
3030
},
31+
"extra": {
32+
"laravel": {
33+
"providers": [
34+
"Uepg\\LaravelSybase\\SybaseServiceProvider"
35+
]
36+
}
37+
},
3138
"autoload": {
3239
"psr-4": {
33-
"Uepg\\LaravelSybase\\Database\\": "Database/",
34-
"Uepg\\LaravelSybase\\Support\\": "Support/"
40+
"Uepg\\LaravelSybase\\": "src/"
3541
}
3642
},
3743
"minimum-stability": "dev",
File renamed without changes.

0 commit comments

Comments
 (0)