# WPEloquent

**WPEloquent** is a custom package that integrates a modified version of Eloquent, Illuminate components, and WordPress models into your projects. This package is designed for seamless compatibility with WordPress while providing the power of Laravel's Eloquent ORM.

## Features

- Customized Eloquent models for enhanced functionality.
- Modified Illuminate components tailored for WordPress integration.
- Default WordPress table models for easy interaction with WP database tables.

## Installation

To install WPEloquent, add it to your project via Composer:

```bash
composer require quillforms/wpeloquent
