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

Qcm Public Bundle Laravel Package

avoo/qcm-public-bundle

View on GitHub
Deep Wiki
Context7

QcmPublicBundle

Latest Stable Version License Build Status Scrutinizer Code Quality

The public bundle is based on QcmCoreBundle

Installation

Require avoo/qcm-public-bundle into your composer.json file:

{
    "require": {
        "avoo/qcm-public-bundle": "@dev-master"
    }
}

Register the bundle in app/AppKernel.php:

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Qcm\Bundle\CoreBundle\QcmCoreBundle(),
        new Qcm\Bundle\PublicBundle\QcmPublicBundle(),
    );
}

In app/config/config.yml

imports:
    - { resource: @QcmCoreBundle/Resources/config/core.yml }
    - { resource: @QcmPublicBundle/Resources/config/core.yml }

In app/config/routing.yml

qcm_core:
    prefix:   /
    resource: "@QcmCoreBundle/Resources/config/routing.yml"

qcm_public:
    resource: "@QcmPublicBundle/Resources/config/routing.yml"
    prefix:   /

Documentation:

See QcmCoreBundle

Credits

License

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

License

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.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware