Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 409 Bytes

How to install:

add in your file "deps" this code

 [OSPaymentBundle]
      git=git://github.com/abdeltiflouardi/PaymentBundle.git
      target=/bundles/OS/PaymentBundle

Execute

 php bin/vendor install

Add in AppKernel.php

 new OS\PaymentBundle\OSPaymentBundle(),

Add in autoload.php

 'OS' => __DIR__.'/../vendor/bundles',

Plugins

 Resources/doc