Download the PHP package bluehe/app-basic without Composer

On this page you can find all versions of the php package bluehe/app-basic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package app-basic

基于yii2的管理系统,运行环境与yii2(php>=5.4)一致。旨在为yii2爱好者提供一个基础功能稳定完善的系统,使开发者更专注于业务功能开发。 项目没有对yii2做任何的修改、封装,但是把yii2的一些优秀特性用在了项目上。

Latest Stable Version Latest Unstable Version License Build Status

更新记录

0.1.0 版本基础功能开发

帮助

  1. QQ 395868537

  2. Email [email protected]

功能

安装

前置条件: 如未特别说明,本文档已默认您把php命令加入了环境变量,如果您未把php加入环境变量,请把以下命令中的php替换成/path/to/php

  1. 使用归档文件(简单,适合没有yii2经验者)

    使用此方式安装,后台超管用户名和密码会在安装过程中让您填入

    1. 下载源码
    2. 解压到目录
    3. 配置web服务器(参见下面)
    4. 完成
  2. 使用composer (推荐使用此方式安装)

    使用此方式安装,默认的后台超级管理员用户名admin密码1234

    composer的安装以及国内镜像设置请点击 此处

    以下命令默认您已全局安装composer,如果您是局部安装的composer:请使用php /path/to/composer.phar来替换以下命令中的composer

    1. 使用composer下创建项目

    2. 依次执行以下命令初始化yii2框架以及导入数据库

    3. 配置web服务器(参加下面)
    4. 完成

附:web服务器配置(注意是设置"path/to/app/web为根目录)


All versions of app-basic with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0
mdmsoft/yii2-admin Version ~2.0
dmstr/yii2-adminlte-asset Version ^2.1
yiisoft/yii2-authclient Version ~2.1.0
2amigos/qrcode-library Version ~1.1
saviorlv/yii2-dysms Version dev-master
kartik-v/yii2-widgets Version *
yiisoft/yii2-imagine Version ^2.1
bluehe/yii2-jcrop Version dev-master
yiidoc/yii2-redactor Version *
feehi/yii2-cdn Version ^0.0.3
kartik-v/yii2-date-range Version dev-master
phpoffice/phpexcel Version *
miloschuman/yii2-highcharts-widget Version v5.0.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bluehe/app-basic contains the following files

Loading the files please wait ....