29.07.2016 Views

laravel-5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Upgrade Guide 34<br />

View / Pagination Environment Renamed<br />

If you are directly referencing the Illuminate\View\Environment class or Illuminate\Pagination\Environment<br />

class, update your code to reference Illuminate\View\Factory and Illuminate\Pagination\Factory<br />

instead. These two classes have been renamed to better reflect their function.<br />

Additional Parameter On Pagination Presenter<br />

If you are extending the Illuminate\Pagination\Presenter class, the abstract method get-<br />

PageLinkWrapper signature has changed to add the rel argument:<br />

.<br />

1 abstract public function getPageLinkWrapper($url, $page, $rel = null);<br />

Iron.Io Queue Encryption<br />

If you are using the Iron.io queue driver, you will need to add a new encrypt option to your queue<br />

configuration file:<br />

.<br />

1 'encrypt' => true<br />

Upgrading To 4.1.29 From

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!