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 79f2eab commit e85f490Copy full SHA for e85f490
README.md
@@ -10,8 +10,7 @@ Publishing the config file and migrate
10
`php artisan migrate`
11
12
### 3. In Bitrix24
13
-Register local application with redirect URI `/bitrix-redirect-uri`
14
-Redirect URI is optional.
+Register local application with redirect URI `/bitrix-redirect-uri`. Redirect URI is optional.
15
16
### 4. Edit .env
17
.env example
composer.json
@@ -20,5 +20,10 @@
20
"Vipblogger\\Bitrix24DI\\Bitrix24DIServiceProvider"
21
]
22
}
23
+ },
24
+ "autoload": {
25
+ "psr-4": {
26
+ "Vipblogger\\Bitrix24DI\\": "src"
27
+ }
28
29
0 commit comments