Skip to content

v.0.3.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@snipe snipe released this 06 May 04:56
· 16027 commits to develop since this release
  • Fixed CSV export
  • Upgraded to Laravel 4.1 to fix dependency

IMPORTANT: 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.