netcore/module-media

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

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

This package is not auto-updated.

Last update: 2024-04-14 02:07:59 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.