-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backpack v6 #4860
Backpack v6 #4860
Conversation
I have great news! 🥁🥁🥁 We now have stable branches for v6, for all our main packages! We now have:
I'll give them all another look tomorrow. I might have missed some stuff. But I'm super super excited... we can now merge stuff into v6, add new features, etc. Woohooo 🎉 |
A new inspection was created. |
Add `withFiles()` functionality to CRUD fields
[ci skip] [skip ci]
[ci skip] [skip ci]
…ck/CRUD into upload-validation # Conflicts: # src/app/Library/Validation/Rules/ValidFileArray.php # src/app/Library/Validation/Rules/ValidNestedArray.php # src/app/Library/Validation/Rules/ValidRepeatable.php # src/app/Library/Validation/Rules/ValidUpload.php
[ci skip] [skip ci]
…d-widget-to-crud Include the dashboard view and “Getting Started” widget in CRUD
…showing Cache gravatar before showing it
…mponent Add dropdown header component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to require v6.x-dev
versions when we install add-ons - they all have versions launched.
[ci skip] [skip ci]
[ci skip] [skip ci]
…d-improvements Change v6 install command - add theme chooser and make `coreuiv2` the default theme
Removed forced padding on CRUD
Update README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just went through all files, did a review. Looks pretty good (except for the parts that don't 😅). Added issues along the way. Noted documentation problems in Laravel-Backpack/docs#450
I think from a code perspective... this is good to go 😱
This is the working branch for Backpack v6. We'll make sure to note here everything we merge into it, and any breaking changes we introduce.
Already merged into this branch:
To be merged, before the final release:
main
intomain-without-assets
main-without-assets
intomain
main
Breaking changes
No longer need
public/packages
, you can delete it usingrm -rf public/packages && php artisan backpack:filemanager:install
Change base view files - see [6.x][WIP] Bassets 🐶 #4815 for differences.