wp-eloquent
wp-eloquent copied to clipboard
cant load Model
Hi in trying to use your script but i cant mange to get it working as i don't know where to load the class for Eloquent Models. i jsut get the following error:
Fatal error: Class 'WeDevs\ORM\Eloquent\Model' not found in /vol/www/cefi/wp-content/plugins/owd_escuelas/includes/Models/inscripciones.php on line 9
http://54.84.190.59/cefi/inscripciones/
i'm using it only on my plugin (with plugin boilerplate: wppb.io) so it doesn't load in wp. pls help
Can you run this command and try: composer dump-autoload --optimize
thx a lot. i think i messed up something along the way. but that did the trick.
hi. not to open a new issue, and seen how you use Illuminate. i need to use the Schema Builder it have, can you please guide me here. much appreciated.