Skip to content

Commit

Permalink
docs: Updated comparison section
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhanShares committed Oct 6, 2023
1 parent c9c720d commit 2a30880
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,18 @@ While many Laravel applications grapple with media and file management, I've oft
**Enter MediaMan:** Sleek, lightweight, and brimming with functionality. Whether you need a straightforward solution for attaching and detaching media or the robust backbone for an extensive media manager, MediaMan adapts to your needs. And rest assured, its evolution will be guided by the ever-changing requirements of modern applications, whether they are Monolithic, API-driven, enhanced with Livewire/InertiaJS integrations, or built upon Serverless architectures.


| Comparison | **MediaMan** | Spatie |
|-----------------------------------|---------------------|---------------------|
| **Relationship type** | **Many to many** | One to many |
| **Reuse media with another model**| **Yes** | No |
| **Virtual directory** | **Yes** | No |
| **Auto delete media with model** | **Yes** | Yes |
| **Image manipulation** | **Yes** | Yes |
| **Manipulation type** | **Global registry** | Specific to a model |
| Comparison | **MediaMan** | Spatie |
|------------------------------------|-------------------------------------------|---------------------|
| **Relationship type** | **Many to many** | One to many |
| **Reuse media with another model** | **Yes** | No |
| **Virtual directory (collections)**| **Yes** | No |
| **Multiple Disk Support** | **Yes** | No |
| **Auto delete media with model** | **Yes, with options to keep** | Yes |
| **Image manipulation** | **Yes, at ease** | Yes |
| **Manipulation type** | **Global registry** | Specific to a model |
| **Custom Conversion Support** | **Yes** | Limited |
| **Integrations** | **Optimized for APIs/Livewire/InertiaJS** | Basic |
| **Maintenance and Updates** | **Actively Maintained** | Periodically Updated|


## Overview & Key concepts
Expand Down

0 comments on commit 2a30880

Please sign in to comment.