setono/sylius-snapchat-plugin

用于追踪您的店铺事件并将它们发送到Snapchat的插件

安装量: 3,622

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 4

类型:sylius-plugin


README

Latest Version Latest Unstable Version Software License Build Status Code Coverage

Setono公司为Sylius开发了一系列插件,我们在开发插件时遵循了一些指导原则。这些原则应用于此仓库,为您开发插件提供了一个坚实的基础。

祝您使用愉快!

快速入门

  1. 运行 composer create-project setono/sylius-snapchat-plugin:dev-master ProjectName

  2. 从插件骨架根目录,运行以下命令

    $ php init
    $ (cd tests/Application && yarn install)
    $ (cd tests/Application && yarn build)
    $ (cd tests/Application && bin/console assets:install)
    
    $ (cd tests/Application && bin/console doctrine:database:create)
    $ (cd tests/Application && bin/console doctrine:schema:create)
    
    $ (cd tests/Application && bin/console sylius:fixtures:load -n)
  3. 启动本地PHP服务器: symfony serve(有关文档,请参阅 https://symfony.com.cn/doc/current/setup/symfony_server.html

要设置插件数据库,请记住在 tests/Application/.envtests/Application/.env.test 中配置您的数据库凭据。