Skip to content

v.0.3.3-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@snipe snipe released this 18 Jun 20:06
· 16170 commits to master since this release

Bugfixes and improved internationalization strings.

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.