Skip to content

v0.1.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@snipe snipe released this 26 Nov 23:50
· 15739 commits to master since this release

This release fixes some issues that users with mysql running in strict mode would have encountered while trying to seed the database for initial setup.

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.