-
Add IbrowsLoggableBundle in your composer.json:
{ "require": { "ibrows/loggable-bundle": "~1.0", } }
-
Now tell composer to download the bundle by running the command:
$ php composer.phar update ibrows/loggable-bundle
Composer will install the bundle to your project's
ibrows/loggable-bundle
directory. ( PSR-4 ) -
Add the bundles to your
AppKernel
class// app/AppKernerl.php public function registerBundles() { $bundles = array( // ... new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(), new Ibrows\LoggableBundle\IbrowsLoggableBundle(), // ... ); // ... }
-
Recommend config of stof_doctrine_extensions
stof_doctrine_extensions: orm: default: softdeleteable: true loggable: true class: loggable: Ibrows\LoggableBundle\Listener\LoggableListener
-
Notifications
You must be signed in to change notification settings - Fork 4
License
igormukhingmailcom-forks/IbrowsLoggableBundle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published