in the migration file we can find the following:
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 :-)
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 :-)