I\'ve designed my database in MySQL Workbench, and have all my foreign keys setup, etc.
I\'m wanting to use this DB schema with Laravel 4, however from the docs ther
cakePHP does a great job at fleshing out your whole project from the DB schema already in place. Laravel currently does not support anything like this. One of the minor features still holding me back from adopting laravel.