Reputation: 2324
So I'm going to use Iron Worker for my Project. Now, since I built my whole App around Eloquent, it would be convenient if I could include my whole Laravel Package, or at least the Eloquent bit. Could somebody point out to me how?
Upvotes: 1
Views: 329
Reputation: 4430
If i'am not mistaken. You can use Composer
and Require illuminate\database
component, look into README at https://github.com/illuminate/database.
Upvotes: 2