Initial commit
parents
Showing
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "onestartup/product", | |||
"description": "catalog of products for websites onestartup", | |||
"type": "library", | |||
"license": "Apache-2.0", | |||
"authors": [ | |||
{ | |||
"name": "Angel MAS", | |||
"email": "[email protected]" | |||
} | |||
], | |||
"minimum-stability": "dev", | |||
"require": {}, | |||
"autoload": { | |||
"psr-4": {"Onestartup\\Product\\": "src"} | |||
} | |||
} |
src/ProductServiceProvider.php
0 → 100644
src/controllers/AdminProductController.php
0 → 100644
src/controllers/CategoryController.php
0 → 100644
src/controllers/ProductController.php
0 → 100644
src/models/Product.php
0 → 100644
src/models/ProductCategory.php
0 → 100644
src/models/ProductImage.php
0 → 100644
src/routes.php
0 → 100644
src/views/category/edit.blade.php
0 → 100644
src/views/category/fields.blade.php
0 → 100644
src/views/category/index.blade.php
0 → 100644
src/views/product/create.blade.php
0 → 100644
src/views/product/edit.blade.php
0 → 100644
src/views/product/fields.blade.php
0 → 100644
src/views/product/index.blade.php
0 → 100644
src/views/public/form-comments.blade.php
0 → 100644
src/views/public/layout.blade.php
0 → 100644
src/views/public/list.blade.php
0 → 100644
src/views/public/metatags.blade.php
0 → 100644
src/views/public/single.blade.php
0 → 100644
Please
register
or
sign in
to comment