Autogenerate model classes with Laravel 4 (aka using an existing database with L4)

前端 未结 3 529
暗喜
暗喜 2021-01-06 11:19

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

3条回答
  •  旧巷少年郎
    2021-01-06 11:42

    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.

提交回复
热议问题