Commit 75d0df868fd43f239833360458d8c0670fe16f11
1 parent
56d07109
-Category ready basics
Showing
2 changed files
with
31 additions
and
29 deletions
Show diff stats
backend/config/main.php
... | ... | @@ -24,6 +24,8 @@ |
24 | 24 | 'feedback' => 'artbox\core\controllers\FeedbackController', |
25 | 25 | 'weblog-article' => 'artbox\weblog\controllers\ArticleController', |
26 | 26 | 'category' => 'artbox\catalog\controllers\CategoryController', |
27 | + 'brand' => 'artbox\catalog\controllers\BrandController', | |
28 | + 'product' => 'artbox\catalog\controllers\ProductController', | |
27 | 29 | ], |
28 | 30 | 'components' => [ |
29 | 31 | 'assetManager' => [ | ... | ... |
composer.lock
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | 5 | "This file is @generated automatically" |
6 | 6 | ], |
7 | - "hash": "0327f35d2fefe6ba274c46ff8f539545", | |
7 | + "hash": "5b092c236d38f0a67965dd93a4417ac8", | |
8 | 8 | "content-hash": "25d3d8f8c01378ef1793a93fc78d65e7", |
9 | 9 | "packages": [ |
10 | 10 | { |
... | ... | @@ -3995,7 +3995,7 @@ |
3995 | 3995 | }, |
3996 | 3996 | { |
3997 | 3997 | "name": "symfony/browser-kit", |
3998 | - "version": "v3.2.6", | |
3998 | + "version": "v3.2.7", | |
3999 | 3999 | "source": { |
4000 | 4000 | "type": "git", |
4001 | 4001 | "url": "https://github.com/symfony/browser-kit.git", |
... | ... | @@ -4052,16 +4052,16 @@ |
4052 | 4052 | }, |
4053 | 4053 | { |
4054 | 4054 | "name": "symfony/console", |
4055 | - "version": "v3.2.6", | |
4055 | + "version": "v3.2.7", | |
4056 | 4056 | "source": { |
4057 | 4057 | "type": "git", |
4058 | 4058 | "url": "https://github.com/symfony/console.git", |
4059 | - "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd" | |
4059 | + "reference": "c30243cc51f726812be3551316b109a2f5deaf8d" | |
4060 | 4060 | }, |
4061 | 4061 | "dist": { |
4062 | 4062 | "type": "zip", |
4063 | - "url": "https://api.github.com/repos/symfony/console/zipball/28fb243a2b5727774ca309ec2d92da240f1af0dd", | |
4064 | - "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd", | |
4063 | + "url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d", | |
4064 | + "reference": "c30243cc51f726812be3551316b109a2f5deaf8d", | |
4065 | 4065 | "shasum": "" |
4066 | 4066 | }, |
4067 | 4067 | "require": { |
... | ... | @@ -4111,11 +4111,11 @@ |
4111 | 4111 | ], |
4112 | 4112 | "description": "Symfony Console Component", |
4113 | 4113 | "homepage": "https://symfony.com", |
4114 | - "time": "2017-03-06 19:30:27" | |
4114 | + "time": "2017-04-04 14:33:42" | |
4115 | 4115 | }, |
4116 | 4116 | { |
4117 | 4117 | "name": "symfony/css-selector", |
4118 | - "version": "v3.2.6", | |
4118 | + "version": "v3.2.7", | |
4119 | 4119 | "source": { |
4120 | 4120 | "type": "git", |
4121 | 4121 | "url": "https://github.com/symfony/css-selector.git", |
... | ... | @@ -4168,16 +4168,16 @@ |
4168 | 4168 | }, |
4169 | 4169 | { |
4170 | 4170 | "name": "symfony/debug", |
4171 | - "version": "v3.2.6", | |
4171 | + "version": "v3.2.7", | |
4172 | 4172 | "source": { |
4173 | 4173 | "type": "git", |
4174 | 4174 | "url": "https://github.com/symfony/debug.git", |
4175 | - "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a" | |
4175 | + "reference": "56f613406446a4a0a031475cfd0a01751de22659" | |
4176 | 4176 | }, |
4177 | 4177 | "dist": { |
4178 | 4178 | "type": "zip", |
4179 | - "url": "https://api.github.com/repos/symfony/debug/zipball/b90c9f91ad8ac37d9f114e369042d3226b34dc1a", | |
4180 | - "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a", | |
4179 | + "url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659", | |
4180 | + "reference": "56f613406446a4a0a031475cfd0a01751de22659", | |
4181 | 4181 | "shasum": "" |
4182 | 4182 | }, |
4183 | 4183 | "require": { |
... | ... | @@ -4221,11 +4221,11 @@ |
4221 | 4221 | ], |
4222 | 4222 | "description": "Symfony Debug Component", |
4223 | 4223 | "homepage": "https://symfony.com", |
4224 | - "time": "2017-02-18 17:28:00" | |
4224 | + "time": "2017-03-28 21:38:24" | |
4225 | 4225 | }, |
4226 | 4226 | { |
4227 | 4227 | "name": "symfony/dom-crawler", |
4228 | - "version": "v3.2.6", | |
4228 | + "version": "v3.2.7", | |
4229 | 4229 | "source": { |
4230 | 4230 | "type": "git", |
4231 | 4231 | "url": "https://github.com/symfony/dom-crawler.git", |
... | ... | @@ -4281,16 +4281,16 @@ |
4281 | 4281 | }, |
4282 | 4282 | { |
4283 | 4283 | "name": "symfony/event-dispatcher", |
4284 | - "version": "v3.2.6", | |
4284 | + "version": "v3.2.7", | |
4285 | 4285 | "source": { |
4286 | 4286 | "type": "git", |
4287 | 4287 | "url": "https://github.com/symfony/event-dispatcher.git", |
4288 | - "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d" | |
4288 | + "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca" | |
4289 | 4289 | }, |
4290 | 4290 | "dist": { |
4291 | 4291 | "type": "zip", |
4292 | - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", | |
4293 | - "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", | |
4292 | + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/154bb1ef7b0e42ccc792bd53edbce18ed73440ca", | |
4293 | + "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca", | |
4294 | 4294 | "shasum": "" |
4295 | 4295 | }, |
4296 | 4296 | "require": { |
... | ... | @@ -4337,20 +4337,20 @@ |
4337 | 4337 | ], |
4338 | 4338 | "description": "Symfony EventDispatcher Component", |
4339 | 4339 | "homepage": "https://symfony.com", |
4340 | - "time": "2017-02-21 09:12:04" | |
4340 | + "time": "2017-04-04 07:26:27" | |
4341 | 4341 | }, |
4342 | 4342 | { |
4343 | 4343 | "name": "symfony/finder", |
4344 | - "version": "v3.2.6", | |
4344 | + "version": "v3.2.7", | |
4345 | 4345 | "source": { |
4346 | 4346 | "type": "git", |
4347 | 4347 | "url": "https://github.com/symfony/finder.git", |
4348 | - "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10" | |
4348 | + "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a" | |
4349 | 4349 | }, |
4350 | 4350 | "dist": { |
4351 | 4351 | "type": "zip", |
4352 | - "url": "https://api.github.com/repos/symfony/finder/zipball/92d7476d2df60cd851a3e13e078664b1deb8ce10", | |
4353 | - "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10", | |
4352 | + "url": "https://api.github.com/repos/symfony/finder/zipball/b20900ce5ea164cd9314af52725b0bb5a758217a", | |
4353 | + "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a", | |
4354 | 4354 | "shasum": "" |
4355 | 4355 | }, |
4356 | 4356 | "require": { |
... | ... | @@ -4386,7 +4386,7 @@ |
4386 | 4386 | ], |
4387 | 4387 | "description": "Symfony Finder Component", |
4388 | 4388 | "homepage": "https://symfony.com", |
4389 | - "time": "2017-02-21 09:12:04" | |
4389 | + "time": "2017-03-20 09:32:19" | |
4390 | 4390 | }, |
4391 | 4391 | { |
4392 | 4392 | "name": "symfony/polyfill-mbstring", |
... | ... | @@ -4449,16 +4449,16 @@ |
4449 | 4449 | }, |
4450 | 4450 | { |
4451 | 4451 | "name": "symfony/yaml", |
4452 | - "version": "v3.2.6", | |
4452 | + "version": "v3.2.7", | |
4453 | 4453 | "source": { |
4454 | 4454 | "type": "git", |
4455 | 4455 | "url": "https://github.com/symfony/yaml.git", |
4456 | - "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a" | |
4456 | + "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621" | |
4457 | 4457 | }, |
4458 | 4458 | "dist": { |
4459 | 4459 | "type": "zip", |
4460 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a", | |
4461 | - "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a", | |
4460 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621", | |
4461 | + "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621", | |
4462 | 4462 | "shasum": "" |
4463 | 4463 | }, |
4464 | 4464 | "require": { |
... | ... | @@ -4500,7 +4500,7 @@ |
4500 | 4500 | ], |
4501 | 4501 | "description": "Symfony Yaml Component", |
4502 | 4502 | "homepage": "https://symfony.com", |
4503 | - "time": "2017-03-07 16:47:02" | |
4503 | + "time": "2017-03-20 09:45:15" | |
4504 | 4504 | }, |
4505 | 4505 | { |
4506 | 4506 | "name": "webmozart/assert", | ... | ... |