{"id":20499810,"url":"https://github.com/sherlockode/syliusfaqplugin","last_synced_at":"2025-04-13T18:51:49.586Z","repository":{"id":92800050,"uuid":"585867528","full_name":"sherlockode/SyliusFAQPlugin","owner":"sherlockode","description":"This plugin allows Sylius admin to manage the FAQ section in multiple languages.","archived":false,"fork":false,"pushed_at":"2024-12-13T16:57:29.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-27T09:40:54.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sherlockode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-06T09:46:52.000Z","updated_at":"2024-12-13T16:54:49.000Z","dependencies_parsed_at":"2024-12-13T17:42:05.112Z","dependency_job_id":null,"html_url":"https://github.com/sherlockode/SyliusFAQPlugin","commit_stats":{"total_commits":60,"total_committers":1,"mean_commits":60.0,"dds":0.0,"last_synced_commit":"5a4e3a70637fae34236aab8489c6ead42cfa81ae"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusFAQPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusFAQPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusFAQPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2FSyliusFAQPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sherlockode","download_url":"https://codeload.github.com/sherlockode/SyliusFAQPlugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248765986,"owners_count":21158296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T18:18:32.999Z","updated_at":"2025-04-13T18:51:49.568Z","avatar_url":"https://github.com/sherlockode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sherlockode SyliusFaqPlugin\n\n----\n\n[ ![](https://img.shields.io/packagist/l/sherlockode/sylius-faq-plugin)](https://packagist.org/packages/sherlockode/sylius-faq-plugin \"License\")\n[ ![](https://img.shields.io/packagist/v/sherlockode/sylius-faq-plugin)](https://packagist.org/packages/sherlockode/sylius-faq-plugin \"Version\")\n[ ![](https://poser.pugx.org/sherlockode/sylius-faq-plugin/downloads)](https://packagist.org/packages/sherlockode/sylius-faq-plugin \"Total Downloads\")\n[ ![Support](https://img.shields.io/badge/support-contact%20author-blue])](https://www.sherlockode.fr/contactez-nous/?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=plugins_faq)\n\n\n## Table of Content\n\n***\n\n* [Overview](#overview)\n* [Installation](#installation)\n    * [Usage](#usage)\n* [Demo](#demo-sylius-shop)\n* [Additional resources for developers](#additional-resources-for-developers)\n* [License](#license)\n* [Contact](#contact)\n\n# Overview\n\n----\nThis plugin allows admin to manage the FAQ section in multiple languages.\n\n----\n\n# Installation\n\n----\nInstall the plugin with composer:\n\n```bash\n$ composer require sherlockode/sylius-faq-plugin\n```\n\nComplete the configuration:\n\n```yaml\n# config/packages/sherlockode_sylius_faq.yaml\n\nimports:\n    - { resource: \"@SherlockodeSyliusFAQPlugin/Resources/config/config.yaml\" }\n```\n\nImport routing:\n\n```yaml\n# config/routes/sylius_faq.yaml\n\nsherlockode_sylius_faq_plugin_admin:\n    resource: \"@SherlockodeSyliusFAQPlugin/Resources/config/admin_routing.yaml\"\n    prefix: '/%sylius_admin.path_name%/faq'\n\nsherlockode_sylius_faq_plugin:\n    resource: \"@SherlockodeSyliusFAQPlugin/Resources/config/routing.yaml\"\n```\n\nDon't forget to generate a migration\n\nPublish the assets to finish the installation\n\n```bash\nphp bin/console assets:install public\n```\n\n----\n\n## Usage\n\nNow you only have to create categories and for each categories, you can have multiple questions / answers.\nIf certain categories and questions are only displayed for certain languages, leave the other languages blank\n\n----\n\n# Demo Sylius Shop\n\n---\n\nWe created a demo app with some useful use-cases of plugins!\nVisit [sylius-demo.sherlockode.fr](https://sylius-demo.sherlockode.fr/) to take a look at it. The admin can be accessed under\n[sylius-demo.sherlockode.fr/admin/login](https://sylius-demo.sherlockode.fr/admin/login) link.\nPlugins that we have used in the demo:\n\n| Plugin name                  | GitHub                                                     | Sylius' Store |\n|------------------------------|------------------------------------------------------------|---------------|\n| Advance Content Bundle (ACB) | https://github.com/sherlockode/SyliusAdvancedContentPlugin | -             |\n| Mondial Relay                | https://github.com/sherlockode/SyliusMondialRelayPlugin    | -             |\n| Checkout Plugin              | https://github.com/sherlockode/SyliusCheckoutPlugin        | -             |\n| FAQ                          | https://github.com/sherlockode/SyliusFAQPlugin             | -             |\n\n## Additional resources for developers\n\n---\nTo learn more about our contribution workflow and more, we encourage you to use the following resources:\n* [Sylius Documentation](https://docs.sylius.com/en/latest/)\n* [Sylius Contribution Guide](https://docs.sylius.com/en/latest/contributing/)\n* [Sylius Online Course](https://sylius.com/online-course/)\n\n## License\n\n---\n\nThis plugin's source code is completely free and released under the terms of the MIT license.\n\n[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen.)\n\n## Contact\n\n---\nIf you want to contact us, the best way is to fill the form on [our website](https://www.sherlockode.fr/contactez-nous/?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=plugins_faq) or send us an e-mail to contact@sherlockode.fr with your question(s). We guarantee that we answer as soon as we can!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsherlockode%2Fsyliusfaqplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsherlockode%2Fsyliusfaqplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsherlockode%2Fsyliusfaqplugin/lists"}