Martijn
Martijn

Reputation: 2324

Including Laravel for an external script

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

Answers (1)

egig
egig

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

Related Questions