Laravel Nova Nulled is a beautifully designed administration panel for Laravel. Carefully crafted by the creators of Laravel to make you the most productive developer in the galaxy.
The next version of Nova (Silver Surfer) brings exciting new features like inline relationship editing, conditional fields, automatic field filters, a responsive layout, dashboard notifications, and more.
Laravel Nova Php Script Nulled Features
- Resource Management
- Actions
- Filters
- Custom Tools
- Lenses
- Authorization
- Metrics
- Powerful Search
- Custom Fields
- Notifications
- Inline Relationships
- Conditional Fields
Laravel Nova Php Script Free Download
Nova Free Download is beautifully integrated with Laravel’s existing authorization policies. Let your Nova resources automatically leverage your existing application policies to determine a user’s abilities. Fine-grained authorization support is even provided for relationships, tools, actions, lenses, and fields.
Changelog
v4.27.14 (Silver Surfer) Latest Release Released Oct 10, 2023
- Added new
MenuItem::filter
method to allow creating links to resources with filters already applied. - Nova now allows Badge labels to be a callback.
- Improved the visual style of menus.
- Fixed an issue where standalone actions wouldn’t refresh the index table.
v4.27.13 (Silver Surfer) Released Sep 19, 2023
- Nova now pauses resource polling when selecting all resources or when resources are selected.
- Added
meta
tag to Nova’s layout to prevent search engines from indexing the page. - Improved visual style of some components.
- Fixed an issue resolving Nova’s initial path in certain scenarios.
- Fixed an issue with the
Code
field when displaynull
values on the detail page. - Fixed an issue deleting rows in `Repeater fields.
- Fixed an issue where
Repeater
fields usinguniqueField
could cause errors. - Fixed an issue where clicking the backdrop of a modal didn’t emit the correct events.
- Fixed an issue preventing running actions and deleting many-to-many relationships when using pivot fields.
- Fixed an issue preventing required fields from showing their asterisk on Lens action modals.
- Fixed an issue with
Repeater
fields when using multiple repeatable types. - Fixed an issue with
Repeater
fields when submitting from a parent resource form. - Fixed an issue where the query params when selecting all resources didn’t include the current search term.
- Fixed an issue with inconsistent Ctrl/Command keypresses in Global search.
- Fixed an issue where
filterable
MorphTo
fields didn’t remember the selected option from the filter query hash. - Fixed an issue with exporting CSVs with Laravel Octane.
- Nova now allows use validation rules following Laravel 10’s
ValidationRule
contract without using enclosing the rule in an array.