Fixed
- Resolved migration publishing errors by merging multiple migration stubs into a single unified migration file.
- Fixed missing migration stub paths in MediaManagerServiceProvider.
Changed
- Breaking: Refactored InteractsWithMediaFiles trait to be more generic. Model-specific relationships like avatar and cv have been removed from the trait and should now be defined directly in the model.
- Reorganized documentation to prioritize Plugin Registration and Prepare Model sections.
Added
- Comprehensive testing suite covering components, relationships, and publishing workflows.
- Instruction for multi/polymorphic relationships in documentation.