Are addons compatible with version seven? #1402
Replies: 3 comments 1 reply
-
|
🚨 Bot is not sure about this answer. Please verify. 🚨 Based on the available knowledge sources, there is no official release or documentation for Backpack version 7 (v7) yet—only internal discussions and planning for v7 features and breaking changes. The discussion about v7 on GitHub indicates that it is still in development and not yet released to the public. There is no explicit information about add-on compatibility with v7 or which basic add-ons will be supported at launch. Historically, when a new major version of Backpack is released, all paid add-ons receive support for it the same day, and users who have purchased add-ons get access to upgrades for 12 months. However, there is no explicit confirmation in the knowledge sources that this will be the case for v7 or which free/basic add-ons will be supported immediately upon release. Therefore, I cannot confirm add-on compatibility with v7 at this time based on the provided information Docs: Versioning, Updates and Upgrades GitHub v7 workflow discussion. If you need to ensure add-on compatibility with v7, it is best to monitor the official Backpack documentation and release notes for updates as v7 approaches release. ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: Features (Free vs Paid)|Features Part 1 |
Beta Was this translation helpful? Give feedback.
-
|
At the moment might there be still issues, but when released all addons will support v7. If you happen to test the beta and found issues, please feel free to report them 🙏 |
Beta Was this translation helpful? Give feedback.
-
|
This is my custom.php routes. I did a php artisan backpack:crud user, it created the model and the controller but I had to add the custom route which never worked even after doing php artisan route:clead and route:cache. When I do route:list it is not shown. config('backpack.base.route_prefix', 'admin'), 'middleware' => array_merge( (array) config('backpack.base.web_middleware', 'web'), (array) config('backpack.base.middleware_key', 'admin') ), 'namespace' => 'App\Http\Controllers\Admin', ], function () { // custom admin routes Route::crud('user', 'UserCrudController'); }); // this should be the absolute last line of this file /** * DO NOT ADD ANYTHING HERE. */ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any basic addons supported?
Beta Was this translation helpful? Give feedback.
All reactions