ziming
ziming
Currently this field is very hard to see in dark mode, if this could be patched, it will be great!
Still editable despite ->disabled() being used i can still edit the code editor field despite ->disabled() being used
# Feature Request ### What's the feature you think Backpack should have? Allowing some table rows to have some extra css classes or custom styles applied to it if it...
# Feature Request ### What's the feature you think Backpack should have? Seeing is better than explaining. Basically allow specifying description that will be placed below each radio/checkbox label https://tailwindui.com/components/application-ui/forms/radio-groups...
# Feature Request ### What's the feature you think Backpack should have? multiselect to have an optional max items limit I never needed this in my backpack admin site. but...
Reason: In many spatie packages you can change the model class used. https://github.com/spatie/laravel-medialibrary/blob/main/config/media-library.php This allow possibilities such as attaching model events, like for example after a comment is created, I...
This PR support markdown editor. It achieves this by adding a new config setting editor. by default it is set to rich but user can change to markdown Here is...
Some of us use Model::preventLazyLoading(); in our codebases Service Provider so the user not being eager loaded cause error. This PR add the eager load of user when comments are...
This is mobiledetect https://github.com/serbanghita/Mobile-Detect