You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema::create(config('laravel-polymorphic-eav.attribute-table'), function (Blueprint $table) { and Schema::create(config('laravel-polymorphic-eav.value-table'), function (Blueprint $table) {
however, the README.md does not states how to export the config file included (php artisan vendor:publish --tag )
another viable solution would be to have the config use the second parameter for a default value.
Im willing to create a PR if you want :-)
The text was updated successfully, but these errors were encountered:
in the migration file we can find the following:
Schema::create(config('laravel-polymorphic-eav.attribute-table'), function (Blueprint $table) {
andSchema::create(config('laravel-polymorphic-eav.value-table'), function (Blueprint $table) {
however, the README.md does not states how to export the config file included (php artisan vendor:publish --tag )
another viable solution would be to have the config use the second parameter for a default value.
Im willing to create a PR if you want :-)
The text was updated successfully, but these errors were encountered: