wpstarter / framework

The WpStarter Framework - Laravel Framework for WordPress
https://wpstarter.dev
MIT License
15 stars 4 forks source link

Model classes in wpstarter #27

Closed ongtt closed 1 year ago

ongtt commented 1 year ago

I find a library get data from wordpress database is Corcel. Can i use it in wpstarter?

as247 commented 1 year ago

Yes, you can use it inside wpstarter, but Corcel will make separated database connection and it's not recommended. Instead you may try to just copy Model from Corcel https://github.com/corcel/corcel/tree/6.0/src/Model and change to extend class from WpStarter\Database\Eloquent\Model