Libraries tagged by file manager for laravel
mohammedmanssour/file-cast
207 Downloads
Easily manage uploaded files in your Laravel app, with automatic path saving and handy value objects for effortless access.
markcell/salvaon
803 Downloads
Package for Laravel based on Eloquent to manage XML files.
eggbe/laravel-hash-store
97 Downloads
Laravel 5 version of the file-based library for easy create and manage list of hashes
dnx/php-s3
606 Downloads
Manage S3 Files using AWS SDK for PHP
learncodeweb/filesupload
97 Downloads
A very simple (GD library Image processing) class for upload multiple files. You can create multiple thumbnails, add watermark (text/image), resize and change the quality of the images. You can also use this class with any PHP framework, tested with Laravel 8 and Laravel 9.
krishnakodoth/log-editor
49 Downloads
Laravel view for manage log files
jennosgroup/laramedia
24 Downloads
Laramedia is a media library package for Laravel that allows you to upload and manage files through a graphical interface.
israeldavidvm/name-helper
26 Downloads
Manage file names, responsive images, URLs and more with ease!The NameHelper repository offers you a complete library to simplify working with names in your application.The NameHelper class provides a collection of utility functions for working with image names, particularly in the context of generating responsive image URLs. It also includes auxiliary functions for manipulating file names and some special functions that allow the generation of urls specially designed for Laravel.I usually use this package with other packages created by me such as ImageCompressor and SmartImage.
gioppy/yaml-content
127 Downloads
Laravel package for manage static content saved on YAML file
bigfive-edition/laravel-bfe-permission
361 Downloads
A library for big five to manage permissions
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.