2017 © Pedro Peláez
 

symfony-bundle raven-bundle

Raven.js Bundle for Symfony2

image

alexandermatveev/raven-bundle

Raven.js Bundle for Symfony2

  • Monday, November 14, 2016
  • by AlexanderMatveev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Raven Bundle for Symfony2

Current Version

Raven.js 3.7.0, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*2)

{ "require": { // ... "alexandermatveev/raven-bundle": "*" } }, (*3)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new AlexanderMatveev\RavenBundle\AlexanderMatveevRavenBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update alexandermatveev/raven-bundle, (*4)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ bin/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ bin/console assets:install --symlink web, (*6)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <script type="text/javascript" src="{{ asset('bundles/alexandermatveevraven/raven.min.js') }}"></script>

Licenses

Refer to the source code of the included files for license information, (*7)

References

  1. https://github.com/getsentry/raven-js

The Versions

14/11 2016

dev-master

9999999-dev https://github.com/AlexanderMatveev/raven-bundle

Raven.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

javascript symfony raven

14/11 2016

1.1

1.1.0.0 https://github.com/AlexanderMatveev/raven-bundle

Raven.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

javascript symfony raven

14/11 2016

dev-AlexanderMatveev-patch-1

dev-AlexanderMatveev-patch-1 https://github.com/AlexanderMatveev/raven-bundle

Raven.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

javascript symfony raven

23/09 2016

1.0

1.0.0.0 https://github.com/AlexanderMatveev/raven-bundle

Raven.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

javascript symfony raven