Skip to content

v.0.3.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@snipe snipe released this 06 May 09:26
· 16116 commits to develop since this release
  • Improved admin-only functionality

IMPORTANT: If you're upgrading from v.0.3.0-alpha or earlier, make sure to update your hostname information in bootstrap/start.php, per the new requirements in Laravel 4.1.

Please don't forget to run:

php composer.phar dump-autoload
php artisan migrate

.. from the project root after pulling the latest release to make sure your autoloader and database are up to date.

If you run into a weird error like

Error Output: PHP Fatal error:  Call to undefined method Illuminate\Foundation\Application::registerCoreContainerAliases() in /var/www/  
html/vendor/laravel/framework/src/Illuminate/Foundation/start.php on line 106 

Then try removing bootstrap/compiled.php and your vendors dir, and re-running php composer.phar update.