pushword/skeleton
最新稳定版本:1.0.0-rc321
Composer 安装命令:
composer require pushword/skeleton
包简介
This package is used for testing purpose, for demoing and by the installer. It's not a copy-paster skeleton, prefer use the installer (see https://pushword.piedweb.com/installation ).
README 文档
README
This package is used for testing purpose, for demoing and by the installer. It's not a copy-paster skeleton, prefer use the installer
Build it
cd packages/skeleton; rm -rf media && cp -r media~ media php bin/console doctrine:schema:update --force php bin/console doctrine:fixtures:load # Add an admin user : read -p 'Email: ' emailvar read -sp 'Password: ' passvar php bin/console pw:user:create $emailvar $passvar ROLE_SUPER_ADMIN #php bin/console pw:user:create admin@example.tld p@ssword ROLE_SUPER_ADMIN # Install Bundle Assets php bin/console assets:install # `yarn build` Should not be runned because it's erasing the documentation assets. # the files are there only to help final user on a new installation # Launch Server and Play symfony server:start -d
Contributing
If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 15.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-30