Laravel 5 installation on Ubuntu 14.04: Difference between revisions

Line 96: Line 96:
</source>
</source>


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). You should be able to access your website and see the big Laravel 5 text with a quote on the home page.


=== Post-installation updates ===
=== Post-installation updates ===