rsanchez / Deep

A set of Eloquent models for ExpressionEngine Channel Entries.
http://rsanchez.github.io/Deep/
MIT License
51 stars 14 forks source link

Table 'channels' doesn't exist #13

Closed tobz-nz closed 10 years ago

tobz-nz commented 10 years ago

In a default EE setup all the tables are prefixed with 'exp_' I think Deep should default to this too.

tobz-nz commented 10 years ago

ah, I see - you need to set the 'prefix' attribute in your DB config. That'll work. - Might be a good idea to put this in the docs.

rsanchez commented 10 years ago

Good call, I'll add a note in the docs.