rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
434 stars 104 forks source link

Unable to locate publishable resources. #117

Closed samehdoush closed 4 years ago

samehdoush commented 4 years ago

php artisan rinvex:publish:attributes


Unable to locate publishable resources. Publishing complete. Unable to locate publishable resources. Publishing complete.

php artisan rinvex:migrate:attributes


  • Migrate Rinvex Attributes Tables. *

No migrations found! Consider publish them first: php artisan rinvex:publish:attributes

HuanDoan commented 4 years ago

I have same issue, cannot publish resource and run migrate image

prashantspawar commented 4 years ago

I have same issue, not able to publish

tetrakiss commented 4 years ago

Same issue laravel/framework v6.18.15 rinvex/laravel-attributes v3.0.3

try manualy copy files

Copied File [\vendor\rinvex\laravel-attributes\config\config.php] To [\config\rinvex.attributes.php]
Publishing complete.
Copied File [\vendor\rinvex\laravel-attributes\database\migrations\2020_01_01_000001_create_attributes_table.php] To [\
database\migrations\rinvex\laravel-attributes\2020_05_20_120133_create_attributes_table.php]
Copied File [\vendor\rinvex\laravel-attributes\database\migrations\2020_01_01_000002_create_attribute_text_values_table
.php] To [\database\migrations\rinvex\laravel-attributes\2020_05_20_120134_create_attribute_text_values_table.php]
Copied File [\vendor\rinvex\laravel-attributes\database\migrations\2020_01_01_000003_create_attribute_boolean_values_ta
ble.php] To [\database\migrations\rinvex\laravel-attributes\2020_05_20_120135_create_attribute_boolean_values_table.php
]
Copied File [\vendor\rinvex\laravel-attributes\database\migrations\2020_01_01_000004_create_attribute_datetime_values_t
able.php] To [\database\migrations\rinvex\laravel-attributes\2020_05_20_120136_create_attribute_datetime_values_table.p
hp]
Copied File [\vendor\rinvex\laravel-attributes\database\migrations\2020_01_01_000005_create_attribute_integer_values_ta
ble.php] To [\database\migrations\rinvex\laravel-attributes\2020_05_20_120137_create_attribute_integer_values_table.php
]
Copied File [\vendor\rinvex\laravel-attributes\database\migrations\2020_01_01_000006_create_attribute_varchar_values_ta
ble.php] To [\database\migrations\rinvex\laravel-attributes\2020_05_20_120138_create_attribute_varchar_values_table.php
]
Copied File [\vendor\rinvex\laravel-attributes\database\migrations\2020_01_01_000007_create_attribute_entity_table.php]
 To [\database\migrations\rinvex\laravel-attributes\2020_05_20_120139_create_attribute_entity_table.php]
Publishing complete.
ket-c commented 4 years ago

same issue

Omranic commented 4 years ago

This issue has been fixed in recent release v4.x please test and let me know if you still have any other issues or questions. Feel free to re-open this for more discussion.