Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[FEATURE REQUEST] Add support for Laravel 10 #159 #160

Closed adamczykpiotr closed 1 year ago

adamczykpiotr commented 1 year ago

This package is currently missing support for Laravel 10 which came out like a month ago. I've made a PR #159 to solve this problem.

Until PR is merged, you can use my fork by changing entry in the "require" section of composer.json to "protoqol/prequel" : "dev-master" and adding "respositories" section:


  "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/adamczykpiotr/Prequel.git"
        }
    ],
QuintenJustus commented 1 year ago

Your pull request was just merged.