This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Install Shopping List¶
Install framework¶
Run the following command to install the package:
1 | |
TODO: Describe what install does
Check that the following line have been added by the recipe to config/bundles.php file's array:
1 | |
Modify database schema¶
Add the tables needed by the bundle:
1 | |
1 | |
TODO: possible charset issue, see https://github.com/ibexa/doctrine-schema/pull/38
TODO: Default shopping list creation for existing customers?
Configure¶
TODO
TODO: ibexa.site_access.config.default.shopping_list.pagination.list_per_page_limit
TODO: Probably a file that will be created by recipe:
1 2 3 4 5 6 7 8 | |