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

Added test migrations so that the tests actually run. #99

Closed simonworkhouse closed 4 years ago

simonworkhouse commented 5 years ago

This isn't an ideal solution as it requires two sets of migrations to be maintained. Perhaps the test migrations could be generated from the stubs?

simonworkhouse commented 5 years ago

@Omranic Any chance that this one will be looked at too?

simonworkhouse commented 4 years ago

It seems that this has already been addressed in a separate commit.

Omranic commented 3 years ago

Thank you. This is already fixed in a recent release. Feel free to re-open if you still have any issues.