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 cd74b5c commit e17f6d5Copy full SHA for e17f6d5
upgrade.md
@@ -9,6 +9,26 @@
9
<a name="upgrade-4.3"></a>
10
## Upgrading To 4.3 From 4.2
11
12
+## Compile Configuration File
13
+
14
+The `app/config/compile.php` configuration file should now follow the following format:
15
16
+ <?php
17
18
+ return [
19
20
+ 'files' => [
21
+ //
22
+ ],
23
24
+ 'providers' => [
25
26
27
28
+ ];
29
30
+The new `providers` option allows you to list service providers which return arrays of files from their `compiles` method.
31
32
## Beanstalk Queuing
33
34
Laravel 4.3 now requires `"pda/pheanstalk": "~3.0"` instead of `"pda/pheanstalk": "~2.1"` that Laravel 4.2 required.
0 commit comments