allekslar/monofony-demo-backend
最新稳定版本:v1.1.0
Composer 安装命令:
composer require allekslar/monofony-demo-backend
包简介
package based on Monofony/Demo for a quick demo of the backend
README 文档
README
Package based on Monofony/Demo designed to be installed on Monofony/Skeleton for a quick demo of the backend
Installation
If you have Composer installed globally.
composer require allekslar/monofony-demo-backend
Configure the plugin:
Copy the routing file monofony_demo_backend.yaml from the package folder ./config/copy/routes/ to your config/routes/
or run the command
composer run-script post-install -d ./vendor/allekslar/monofony-demo-backend
Extend config files:
Add SyliusTaxonomyBundle and SyliusLocaleBundle to config/bundles.php.
// config/bundles.php
Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle::class => ['all' => true],
Sylius\Bundle\LocaleBundle\SyliusLocaleBundle::class => ['all' => true],
Finish the installation by updating the database schema and installing assets and fixtures:
bin/console doctrine:migrations:diff
bin/console doctrine:migrations:migrate
bin/console assets:install
bin/console doctrine:fixtures:load -n
Admin
Username: admin@example.com Password: admin
Run before uninstall:
composer run-script remove -d ./vendor/allekslar/monofony-demo-backend
License
This bundle is under the MIT license. See the complete license in the bundle
About
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-22

