定制 nextstage-brasil/ns-library 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

nextstage-brasil/ns-library

最新稳定版本:1.15.2

Composer 安装命令:

composer require nextstage-brasil/ns-library

包简介

Sistema para facilitar criação aplicações

README 文档

README

Pre-requisites

  • Have Docker installed and configured
  • Use WSL or Linux environment. Applications in Windows environment tend to be slow

Installation

In the directory where you want to install the application:

  1. Choose your PHP version (7.4+). Default is 8.3 in the line below
  2. Choose a PostgreSQL version (15+). Default is PGVERSION=17
  3. Execute the command:
export PHP_VERSION=8.3 && docker run -it -e PGVERSION=17 -e S6_LOGGING=0 -v $(pwd):/var/www/html nextstage/php:${PHP_VERSION}-cli sh -c '\
 set -e \
 && composer init --no-interaction --name nsutil/new_project \
 && composer require --no-interaction nextstage-brasil/ns-library:^1.12 \
 && composer install \
 && composer update \
 && php vendor/nextstage-brasil/ns-library/installer.php \
 && exit'

Follow the instructions in the README generated in the application.

Version 1.14.0

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2021-05-17