333 bytes added ,  26 February 2015
→‎Laravel 5: add post-installation updates
→‎Laravel 5: add post-installation updates
Line 94: Line 94:


Make sure to restart the httpd (i.e. <code>$ service apache2 restart</code> on Ubuntu).
Make sure to restart the httpd (i.e. <code>$ service apache2 restart</code> on Ubuntu).
=== Post-installation updates ===
Update <span class="package">app.url</span>, <span class="package">app.timezone</span><ref name="timezone">26 Feb 2015. <http://php.net/manual/en/timezones.php>.</ref>.
<source lang="php">
<?php
// config/app.php
..
'url' => 'http://hostname.com',
..
'timezone' => 'America/Denver',
..
</source>


== References ==
== References ==
<div class="references-small"><references /></div>
<div class="references-small"><references /></div>