• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Laravel Nova - Administration Panel For Laravel

Laravel Nova - Administration Panel For Laravel 4.33.2

No permission to download
View hidden content is available for registered users!


v4.26.3 (Silver Surfer)
Released Jun 30, 2023

  • Renamed an internal method.
v4.26.2 (Silver Surfer)
Released Jun 30, 2023

  • Renamed an internal method.
v4.26.1 (Silver Surfer)
Released Jun 28, 2023

  • Fixed references to filled utilities.
v4.26.0 (Silver Surfer)
Released Jun 27, 2023

  • Added new Repeater field. (Beta) Docs
  • Added performance improvements when using Laravel Scout, pagination and filters.
  • Added ability to set the default ordering when defining Lens queries.
  • Added new openInNewTab option for Notification actions.
  • Tag fields will now avoid fetching all resources when clearing the input.
  • Tag fields will now automatically attach a newly created resource.
  • Metrics will now throw an Exception when trying to use onlyOnDetail combined with refreshWhenFiltersChange.
  • Improved redirect logic for cancel buttons on forms.
  • Added new Action::sole method to simplify displaying actions only when a certain resource is selected.
  • Fixed an issue preventing setting the BooleanGroup field's value via dependsOn.
  • Fixed an issue where Date fields were incorrectly displaying a timezone.
  • Fixed an issue with filterable DateTime fields when using timezones.
  • Fixed an issue preventing filterable BelongsToMany fields from working correctly on detail pages.
  • Fixed a visual issue with Code fields when using right-to-left layouts.
  • Fixed missing help text when using HasOne panels.
  • Fixed a visual issue where Nova's auth layout was hardcoding text color.
  • Fixed an issue where a peekable relation's hover card was getting stuck when a lot of hover cards were being displayed.
v4.25.1 (Silver Surfer)
Released Jun 06, 2023

  • Fixed a visual issue with help text on panels.
  • Nova will now throw an error when attempting to call help on HasMany fields.
v4.25.0 (Silver Surfer)
Released Jun 06, 2023

  • Added new Nova::userLocale method adding the ability to resolve a user custom locale.
  • Nova will send a new fromResourceId parameter when replicating resources.
  • Added support for invokable actions when using the dependsOn field method.
  • Improved IDE support.
  • Fixed a visual issue where global search was not scrollable.
  • Fixed a visual issue where Markdown field previews showed disabled scollbars regardless of content length.
  • Fixed a visual issue where textareas were not being shown with consistent text color in light and dark modes.
  • Fixed an issue where filter dropdowns would not closing when opening another dropdown.
  • Fixed a visual issue where a BelongsToMany field's select options were hidden due to overflow issues.
  • Fixed an issue where cascading dependency updates caused fields to not update correctly.
  • Fixed an issue where selected resources were missing on action fields.
  • Fixed an issue where searchable and filterable BelongsTo fields were incorrectly showing all options when their search term was reset.
  • Fixed an issue where Trix fields were not updating if their value was changed programmatically.
v4.24.4 (Silver Surfer)
Released May 19, 2023

  • Fixed an issue where the File field would not display .webp files.
  • Fixed a visual issue with the peekable relation hover card.
v4.24.3 (Silver Surfer)
Released May 16, 2023

  • Fixed a regression with the multi select component.
  • Fixed an issue with translations when using searchable fields.
  • Fixed an issue navigating to resource detail pages when using big ints.
  • Fixed an issue with KeyValue field not respecting the fullWidth method.
  • Fixed a regression with the ExportAsCsv action.
  • Fixed an issue where the action dropdown didn't reset the selected value when closing the confirmation modal.
  • Fixed an issue with dependent fields when setting the field value programmatically.
  • Fixed an issue with Tag field when nested inside parent resource form.
View hidden content is available for registered users!



v4.24.2 (Silver Surfer)
Released May 10, 2023

  • Fixed an issue with PendingTranslations.
v4.24.1 (Silver Surfer)
Released May 05, 2023

  • Fixed an issue where importing localization mixin would fail for custom components.
  • Fixed an issue when testing action handle methods.
View hidden content is available for registered users!


v4.23.0 (Silver Surfer)
Released Apr 07, 2023

  • Added option to Tag to preload all available tags.
  • Added ability to "peek" at relations inside the preview modal.
  • Added some missing translations.
  • Added ability for Trix fields to be dependent.
  • Added ability to customize the logic for determining a menu item's current active state.
  • Added ability to unlock BelongsTo and MorphTo fields when editing resources.
  • Added ability to replicate Markdown and Trix field content when not using attachments.
  • MorphTo relation modals now support sizing options.
  • Nova will now check for "view" authorization when visiting Detail pages.
  • Nova will now validate field attachments by default and display validation.
  • Improved the display of preview modal titles.
  • Fixed a visual issue with Date fields.
  • Fixed an issue where field attachments didn't emit proper events.
  • Fixed an issue with table sorting not following the viaRelation query string.
  • Fixed an issue with Date fields where they would become unresponsive.
  • Fixed an issue with URL fields not being copyable.
  • Fixed an issue where attachments were not being properly discarded.
  • Fixed a visual issue with table metrics when using long titles.
  • Fixed an issue with custom route bindings conflicting with Nova.
View hidden content is available for registered users!


v4.22.2 (Silver Surfer)
Released Mar 07, 2023

  • Nova now supports laravel/scout version 10.
  • Fixed various visual issues.
  • Fixed an issue where filterable fields within stacks weren't shown in Lens filters.
  • Fixed an issue with missing getStoragepath when using the Markdown field.
  • Fixed an issue where select components converted string values of options to a big integer value.
  • Fixed an issue where Lens were resolving values twice.
  • Fixed an issue where toast messages couldn't be seen inside Auth views.
View hidden content is available for registered users!



v4.22.1 (Silver Surfer)
Released Feb 23, 2023

  • Added ability for fields within a Stack field to be filterable.
  • Fixed an issue causing Trix field content to be duplicated on the update view.
  • Fixed a zero-division issue with Progress metrics.
  • Fixed an issue where search on a BelongsToMany relationship was broken when using Laravel Scout.
  • Fixed an issue where Boolean field values were always false when using dependent fields.
  • Fixed a visual issue with spacing on checkboxes with labels.
  • Fixed an issue with peekable BelongsTo when used within a HasManyThrough relationship.
  • Fixed an issue with Markdown field.
  • Nova will now scroll to the top when using Create and Add Another buttons.
  • Fixed an issue where MultiSelect fields were incorrectly showing a placeholder.
View hidden content is available for registered users!



v4.22.0 (Silver Surfer)
Released Feb 08, 2023

  • Added Laravel 10 support.
  • Redesigned the "select all dropdown" to show the current selection count and adds easy selection clearing.
  • Added ability to use merge, mergeWhen, and mergeUnless on panels.
  • Fixed a visual issue with margins on Heading fields.
  • Fixed an issue where using the Line::extraClasses method on the detail view.
  • Fixed several issues with the Markdown field.
  • Fixed an issue where the preview click action didn't check whether the resource was authorized to be viewed.
  • Fixed an issue with using the incorrect query when running actions on a single resource.
  • Fixed an issue where a user couldn't navigate away from an invalid page.
View hidden content is available for registered users!


v4.21.0 (Silver Surfer)
Released Jan 17, 2023

  • Lenses now support searching.
  • Collapsable relationships no longer make API requests before they're revealed when collapsed by default.
  • Added ability to hold Command or Ctrl while clicking global search results to open them in a new tab.
  • Added Ctrl to the recognized modifier keys for other shortcuts.
  • Fixed an issue with click actions on many to many relationships.
  • Fixed an issue with Status fields not using the correct field value.
  • Fixed an issue with validating unfillable fields.
  • Fixed an issue with nested relationships when using HasOne or HasOneThrough fields.
  • Fixed an issue with collapsable cards localStorage state.
View hidden content is available for registered users!



v4.20.2 (Silver Surfer)Latest Release
Released Jan 11, 2023

  • Fixed an issue where Gravatar fields using the attribute "email" would not allow a Text field with the same attribute to be replicable.
v4.20.1 (Silver Surfer)
Released Jan 11, 2023

  • Fixed an issue with collapsable elements.
v4.20.0 (Silver Surfer)
Released Jan 10, 2023

  • Added the ability for menu sections, menu groups, detail relation fields, and panels to be collapsed by default with the collapsedByDefault method.
  • Fixed an issue where HasOne fields weren't use the correct policy.
  • Fixed a visual issue with partition metrics when resizing the viewport.
View hidden content is available for registered users!



v4.19.6 (Silver Surfer)
Released Jan 03, 2023

  • Added ability to preview SVG when using File fields.
  • Added some missing language strings for File fields.
  • Nova will now prioritize the thumbnail preview vs the preview url on index views.
  • Updated the name of Turkey to the new official name "Türkiye".
  • Fixed an issue where MorphTo fields were not correctly initializing their types.
  • Fixed an issue where eloquent filters were preloading values incorrectly.
  • Fixed a regression with PartitionResult.
  • Fixed an issue with Status fields when using displayUsing.
  • Fixed an issue where Nova's user resolver was not being passed in some circumstances.
  • Fixed an issue where storeOriginalName was not working with inline relationships.
  • Fixed a visual issue with excerpt line breaking.
View hidden content is available for registered users!


v4.19.4 (Silver Surfer)
Released Nov 29, 2022

  • Added support for ulid as an identifier when using action events.
  • Added improvements for Nova's User stub files.
  • Updated Trix field to use Laravel's built-in model pruning.
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock