Download the PHP package hbynlsl/vue-think without Composer

On this page you can find all versions of the php package hbynlsl/vue-think. 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 vue-think

vue-think 基于ThinkPHP和Vue框架的API开发服务

本开发服务是个人工作中使用的应用程序模板,基于ThinkPHP5.1和Vue-Cli 3.1 封装而成。主要特性如下:

ThinkPHP5的运行环境要求PHP5.6以上。

安装和使用

前提条件

下载安装

使用git下载

git clone https://gitee.com/liushilong/vue-think.git vuethink

使用

启动服务器端程序

cd vuethink
php think run

然后就可以在浏览器中访问

http://localhost:8000

启动客户端开发服务

npm run serve

然后就可以在浏览器中访问

http://localhost:88

快速生成资源

php think api 资源名称

即可快速生成资源控制器类、模型类、数据表迁移文件等 资源名称可以是单个单词(如user),也可以是包含模块目录(如restful/user)

Vue中使用ResourceComponent组件

在线手册

目录结构

初始目录结构如下:

www  WEB部署目录(或者子目录)
├─application           ThinkPHP应用目录
│  ├─view               Vue打包后静态入口文件目录
├─config                ThinkPHP应用配置目录
├─route                 ThinkPHP路由定义目录
├─public                ThinkPHP WEB目录(对外访问目录)
│  ├─static             Vue打包后的静态资源目录
│  ├─index.php          入口文件
├─thinkphp              ThinkPHP框架系统目录
├─vendor                PHP第三方类库目录(Composer依赖库)
├─composer.json         composer 定义文件
├─think                 命令行入口文件
├─node_modules          前端JS第三方类库目录(npm依赖库)
├─package.json          Vue前端依赖配置文件
├─vue.config.js         Vue-Cli 3 打包配置文件

vue-think® vue-think.hbynlsl.cn


All versions of vue-think with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
topthink/framework Version 5.1.*
topthink/think-migration Version ^2.0
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 hbynlsl/vue-think contains the following files

Loading the files please wait ....