nova-drafts
nova-drafts copied to clipboard
A Laravel Nova package that allows you to make drafts of your current resources.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.9.6 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...
**Describe the bug** Hello! I tried to use nova-draft on Nova 4. Despite adding the three required fields to the "draftable" resource, none of them is showing up. Would you...
# Describe the bug I am attempting to use a [Laravel Observer](https://laravel.com/docs/8.x/eloquent#observers) to perform an action on the `Creating` and/or `Created` step of a models lifecycle. In this `created()` method,...
**Describe the bug** I am trying to install the package in a Laravel 8.54 site and am getting an error when running ``` php artisan drafts:migration pages ``` ``` There...
**Custom Draft Validation** So i can make validation on my fields in create as draft operation, that's should be totally separated from the default creation validation.