pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
297 stars 441 forks source link

Port Genre and GenreDAO to Use Eloquent Model #10133

Open Hafsa-Naeem opened 4 days ago

Hafsa-Naeem commented 4 days ago

Issue Description Currently, Genre and GenreDAO utilize a traditional DAO framework. These should be ported to use Laravel's Eloquent model.

What application will be affected? OJS, OMP or OPS main branch

Additional information Laravel Eloquent Documentation