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:
- Choose your PHP version (7.4+). Default is 8.3 in the line below
- Choose a PostgreSQL version (15+). Default is PGVERSION=17
- 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
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2021-05-17