03.12.2015 Views

laravel4cookbook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

E-Commerce 276<br />

1 "providers" => array(<br />

2<br />

3 // ...<br />

4<br />

5 "Formativ\Billing\BillingServiceProvider"<br />

6<br />

7 ),<br />

.<br />

This was extracted from app/config/app.php.<br />

1 "autoload" : {<br />

2<br />

3 // ...<br />

4<br />

5 "psr-0": {<br />

6 "Formativ\\Billing": "workbench/formativ/billing/src/"<br />

7 }<br />

8 }<br />

.<br />

This was extracted from composer.json.<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!