-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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 :-)
rattler72
Metadata
Metadata
Assignees
Labels
No labels