PHPackages                             appventus/shortcuts-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. appventus/shortcuts-bundle

AbandonedArchivedSymfony-bundle[Framework](/categories/framework)

appventus/shortcuts-bundle
==========================

Symfony ShortcutsBundle

1.1(8y ago)517.9k↓100%71MITJavaScript

Since May 31Pushed 8y ago10 watchersCompare

[ Source](https://github.com/AppVentus/AvAwesomeShorcutsBundle)[ Packagist](https://packagist.org/packages/appventus/shortcuts-bundle)[ Docs](http://appventus.com/bundles/shortcuts)[ RSS](/packages/appventus-shortcuts-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (6)Used By (1)

[![AppVentus](https://github.com/AppVentus/AvAlertifyBundle/raw/master/Media/appventus.png)](http://appventus.com)

[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/AppVentus/AvAwesomeShorcutsBundle)[![License](https://camo.githubusercontent.com/1fa2bb85be910589d86dc77b45fc3d34bc4969d1c5de26f8630c3da60dab097b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61707076656e7475732f73686f7274637574732d62756e646c652e737667)](https://packagist.org/packages/appventus/shortcuts-bundle)[![Version](https://camo.githubusercontent.com/85ac57b3f64871a09fb91fed1b6ab8bab56bfe18974d33e496295e0c4ba4f06a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61707076656e7475732f73686f7274637574732d62756e646c652e737667)](https://packagist.org/packages/appventus/shortcuts-bundle)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#)

Awesome Shortcuts Bundle
========================

[](#awesome-shortcuts-bundle)

What is the point ?
-------------------

[](#what-is-the-point-)

This bundle allows you to easily add and use shortcuts for your dev apps.

Install
-------

[](#install)

This procedure describes the installation of the project for use in a virtual machine vagrant.

### Recovery Bundle

[](#recovery-bundle)

#### Composer

[](#composer)

Add the following lines in your composer.json :

```
    {
        "require": {
            "appventus/shortcuts-bundle": "dev-master"
        }
    }

```

Then execute the following command:

```
    php composer.phar update

```

### Bundle activation

[](#bundle-activation)

In your AppKernel.php add the following lines :

```
