I have backpack pro v1 in my project and need to upgrade to Laravel 11 #1217
-
Right now I have backpack pro v1 in the project, and my license is done already, when I wanted to upgrade to laravel 11 and run
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Based on the information provided in the knowledge sources, I can help clarify your situation regarding Backpack Pro and Laravel 11 support.
"backpack/crud": "^6.0",
"backpack/pro": "^2.0",
If you encounter any issues during the upgrade process, you may want to reach out to Backpack's support team for assistance. Relevant sources: Laravel 11 |
Beta Was this translation helpful? Give feedback.
Based on the information provided in the knowledge sources, I can help clarify your situation regarding Backpack Pro and Laravel 11 support.
Backpack Pro version compatibility:
Your current version of Backpack Pro (v1.x) is not compatible with Laravel 11. The error message you're seeing is due to a version mismatch between Backpack Pro and Backpack CRUD.
Laravel 11 support:
Backpack CRUD v6 supports Laravel 11, as mentioned in the official GitHub discussion. However, your Backpack Pro v1 is requiring an older version of Backpack CRUD, which is causing the conflict.
Upgrading to Laravel 11:
To upgrade to Laravel 11 and use Backpack, you'll need to update to Backpack CRUD v6 and Backp…