Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Media Bundle Laravel Package

development-x/media-bundle

View on GitHub
Deep Wiki
Context7

MediaBundle

The MediaBundle is media library for managing entity files. Use it on your risk.

SensioLabs Insight Travis CI Scrutinizer CI
SensioLabsInsight Build Status Scrutinizer Code Quality Code Coverage Build Status

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

Features

  • save uploaded file in to database via DoctrineORM
  • all settings, templates and translations is highly customized

Installation

Step1: Download bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

$ composer require development-x/media-bundle "~1"

Step2: Enable bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new MediaBundle\MediaBundle(),
        );

        // ...
    }

    // ...
}

Step3: Edit configuration in config.yml

twig:
    form_themes:
        - 'MediaBundle:Form:fields.html.twig'

Step4: Install bootstrap-fileinput js plugin

Plugin installation could be found here. When you done with install, just load js * css files

<link type="text/css" href="{{ asset('library/bootstrap-fileinput/css/fileinput.min.css') }}" rel="stylesheet" media="all" />
<script type="text/javascript" src="{{ asset('library/bootstrap-fileinput/js/fileinput.min.js') }}"></script>

More configuration

Contributing

However, if you are interested and want to send a bug fix, new functionality or better realization, just send a pull request :)

License

This bundle is under the MIT license. See the complete license in the bundle

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours