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

I can't run php artisan rinvex:migrate:attributes #48

Closed mvn-trungtran-dn closed 6 years ago

mvn-trungtran-dn commented 6 years ago

Hi guys ! I can't run php artisan rinvex:migrate:attributes. it do not work run: php artisan rinvex:migrate:attributes i got an errror: There are no commands defined in the "rinvex:migrate" namespace. Anybody can help me?

IsraelOrtuno commented 6 years ago

Actually the command is rinvex:attributes:migrate

Omranic commented 6 years ago

Not sure about the master branch since it's outdated, but for the latest up-to-date branch which is develop it's working fine. And the command is correct as the namespace is global for all rivnex packages, like: rinvex:migrate:PACKAGE_NAME

Tested now and it's working very well, please re-check and let me know if you've any further issues. Will merge develop into master soon 👍

IsraelOrtuno commented 6 years ago

I have just tested both, mismatch between branches.

Omranic commented 6 years ago

Merged develop into master, now both are on the same state. Hope I didn't break something else 😅

Omranic commented 6 years ago

This should be working now, so I'll close it but feel free to re-open if you still have any issues..