netcore/module-media

There is no license information available for the latest version (v1.0.2) of this package.

Installs: 319

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 1

Type:module

pkg:composer/netcore/module-media

v1.0.2 2018-01-22 12:50 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:42:31 UTC


README

composer required netcore/module-media

Publish assets by firing this command

php artisan module:publish Media

Publish configuration

php artisan module:publish-config Media

You need to create symlink to your public storage

On windows (remember to run cmd as administrator):

mklink /D path\to\laravel\project\public\storage path\to\laravel\project\storage\app

On Linux: ln -sf path/to/laravel/project/storage/app path/to/laravel/project/public/storage

Usage

To add media manager to your summernote text editor. Add summernote-with-filemanager class to your textarea input.