Daniel Plakinger
Daniel Plakinger
Or make somebody collaborator :)
You can define rule for validation if that's what you looking for: https://laravel.com/docs/7.x/validation#rule-mimetypes ```php use Ebess\AdvancedNovaMediaLibrary\Fields\Images; public function fields(Request $request) { return [ Images::make('Images', 'my_multi_collection') ->rules('mimes', 'jpeg,bmp,png') ]; } ```...
@ahmedfathi1 Which version do you have? Latest from master?
@RizwanAslam I tested it, can you please post a log? Please show us the log, Help > Show Log File
I tested in on latest version of Workbench 6.3 CE on Windows and it works. Just post log files.
@gin1314 You can test this fork https://github.com/VeeeneX/mysql-workbench-export-laravel-5-migrations, until it gets merged. @beckenrode I created a new PR with some new features and fix for @gin1314's issue
Fixes are in master branch, should be fixed now
@IgorDePaula Thanks for pointing out this issue, is it possible to show your model or give some kind of example of model so we can prevent this bug in future...
@veganista It's hard to tell where the issue is can you post your model?
Are you using it as primary key?