OFFLINE-GmbH / oc-seeder-plugin

Laravel Seeder integration for October CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--plugins option not works

meesiris opened this issue · comments

--plugins option to run only specified seeders not works because strtolower().

php artisan plugin:seed --plugins=Vendor.PluginA,Vendor.PluginB --fresh

return in_array(strtolower($identifier), $filter, true);

This is fixed vin v1.0.6, thanks