Initial Commit
parents
Showing
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "onestartup/shop", | ||
"description": "store for websites onestartup", | ||
"type": "library", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Angel MAS", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"require": {}, | ||
"autoload": { | ||
"psr-4": {"Onestartup\\Shop\\": "src"} | ||
} | ||
} |
src/ShopServiceProvider.php
0 → 100644
src/controllers/AdminProductController.php
0 → 100644
src/controllers/CategoryController.php
0 → 100644
src/controllers/ProductController.php
0 → 100644
src/models/ProductCategoryShop.php
0 → 100644
src/models/ProductImageShop.php
0 → 100644
src/models/ProductShop.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/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
src/views/variable/edit.blade.php
0 → 100644
src/views/variable/fields.blade.php
0 → 100644
Please
register
or
sign in
to comment