Initial commit
parents
Showing
README.md
0 → 100644
composer.json
0 → 100644
| { | |||
| "name": "onestartup/product-primerplano", | |||
| "description": "catalog of products for websites onestartup", | |||
| "type": "library", | |||
| "license": "Apache-2.0", | |||
| "authors": [ | |||
| { | |||
| "name": "Francisco Salazar", | |||
| "email": "[email protected]" | |||
| } | |||
| ], | |||
| "minimum-stability": "dev", | |||
| "require": {}, | |||
| "autoload": { | |||
| "psr-4": {"Onestartup\\ProductPrimerPlano\\": "src"} | |||
| } | |||
| } |
src/ProductPrimerPlanoServiceProvider.php
0 → 100644