Skip to content

Commit e17f6d5

Browse files
committed
Add to upgrade guide.
1 parent cd74b5c commit e17f6d5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

upgrade.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@
99
<a name="upgrade-4.3"></a>
1010
## Upgrading To 4.3 From 4.2
1111

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+
1232
## Beanstalk Queuing
1333

1434
Laravel 4.3 now requires `"pda/pheanstalk": "~3.0"` instead of `"pda/pheanstalk": "~2.1"` that Laravel 4.2 required.

0 commit comments

Comments
 (0)