pushword/skeleton 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Version Software License GitHub Tests Action Status

Code Coverage Type Coverage Total Downloads

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.

PHP Packages Open Source

统计信息

  • 总下载量: 15.3k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-30