Download the PHP package cmxperts/media-manager without Composer
On this page you can find all versions of the php package cmxperts/media-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package media-manager
Laravel Media Manager
Media Manager Upload/Delete Manage your Media for Laravel 10
Installation
- Run
Step 2 & 3 are optional if you are using laravel 5.5
-
Add the following class, to "providers" array in the file config/app.php (optional on laravel 5.5)
-
Run publish
- Configure (optional) in _config/cmxmedia.php :
- CUSTOM MIDDLEWARE: You can add you own middleware
- TABLE PREFIX: By default this package will create 1 new table named "uploads" but you can still add your own table prefix avoiding conflict with existing table
- TABLE NAME If you want use specific name of table you have to modify that and the migrations
- Custom routes If you want to edit the route path you can edit the field
- Run migrate
DONE
All versions of media-manager with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^10.0
The package cmxperts/media-manager contains the following files
Loading the files please wait ....