PHPackages                             mariojgt/magnifier - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. mariojgt/magnifier

ActiveLaravel[Image &amp; Media](/categories/media)

mariojgt/magnifier
==================

A Laravel Package Magnifier, a quick start for new laravel Packages

1.1.8(8mo ago)2218↓50%1MITVuePHP ^8.0

Since Mar 7Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/mariojgt/magnifier)[ Packagist](https://packagist.org/packages/mariojgt/magnifier)[ RSS](/packages/mariojgt-magnifier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (22)Used By (1)

[![image info](https://raw.githubusercontent.com/mariojgt/magnifier/main/Publish/Public/image/logo.png)](https://raw.githubusercontent.com/mariojgt/magnifier/main/Publish/Public/image/logo.png)

Magnifier
=========

[](#magnifier)

Laravel media manager, the aim of this project is to make it easy to manage media files, this project comes with a fully media library with ui, api and more out of the box stop wasting your time with media library and start using it.

Features
========

[](#features)

- Clean media library
- Fuly integrated with laravel
- vue js 3
- no extra dependencies
- tailwind
- dynamic guard protection
- dynamic allowed extension
- Auto image resize on request
- Universal route for file request
- Easy to integrate with any laravel project
- Api based
- Vite support
- Plug and play

### How to install.

[](#how-to-install)

First you will need to run the migrations.

```
composer require mariojgt/magnifier

php artisan install:magnifier

```

Once the migration is done you can access the route /magnifier, to protect the routes using a login route you will need to change the config file media.php in the config folder, you can also add some custom sizes.

```
