How to use Eloquent ORM without Laravel?

前端 未结 3 1008
梦毁少年i
梦毁少年i 2020-12-12 22:22

Is it possible to use Eloquent without Laravel or does somebody knows a equally easy to use ORM?

3条回答
  •  借酒劲吻你
    2020-12-12 22:59

    Check out https://github.com/Luracast/Laravel-Database it provides full eloquent support including artisan migrations and more for the latest Laravel 5.2.* components.

    It uses capsule and lazy loads the components when they are used.

    Disclosure: I'm the author of this repository

提交回复
热议问题