03.12.2015 Views

laravel4cookbook

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

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

Deployment 82<br />

13 return app_path() . "/config/environment.php";<br />

14 }<br />

15<br />

16 protected function getConfig()<br />

17 {<br />

18 $environments = require $this->getPath();<br />

19<br />

20 if (!is_array($environments))<br />

21 {<br />

22 $environments = [];<br />

23 }<br />

24<br />

25 return $environments;<br />

26 }<br />

27<br />

28 protected function setConfig($config)<br />

29 {<br />

30 $config = "

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

Saved successfully!

Ooh no, something went wrong!