Finn
Finn
Currently if you set the `enable-existing-media` config value to `true` the following endpoint is open for everyone without authentication: `https://your-laravel-app.test/nova-vendor/ebess/advanced-nova-media-library/media` This endpoint exposes all images in your application. Of course...
I had an issue where I named a Nova field `cookie`, but upon saving I got an error because it could not merge the translation on line 102. This is...
In older versions of composer (such as v2.2.22) there is no source of the repository present in the outdated command. This breaks the Laravel Pulse dashboard giving a `Undefined array...
This PR adds the defaultStyle configuration ability for list items from this editorJS pr: https://github.com/editor-js/list/pull/51
All notification classes have the ``getMessageText()`` method as a public method, but in these two classes, it is protected. I noticed this when I tried to call the getMessageText function...
- Laravel Version: 12.31.1 - Nova Version: 5.7.5 - PHP Version: 8.4.13 - Database Driver & Version: MySQL 8.2.0 - Operating System and Version: - - Browser type and version:...