Download the PHP package taoser/taoler without Composer

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

TaoLer

TaoLer是一个简单迅捷的管理系统,支持插件化开发,适用于企业、个人或组织建站需求。

支持多模板、多单页自由切换,网站风格可定制性强,支持插件化开发,方便二开。可做为企业门户网站,生活服务,学习问答笔记,文章分享等。 默认内置一套完整的问答+博客+论坛+新闻+轻社区化的模板系统,还可持续增加模块,一个系统拥有多个版式的网站风格。

项目地址

  1. gitee https://www.gitee.com/toogee/Taoler
  2. github https://www.github.com/taoser/TaoLer
  3. composer create-project taoser/taoler

alt taoler官网

介绍

  1. 采用动态密码加密,相同密码在入库时具有唯一性,即使管理员也无法破解,用户信息安全牢固。
  2. 系统采用最新版TinkPHP6框架开发,底层安全可靠,数据查询更快,运行效率更高,网站速度更快。
  3. 自适应前端,桌面和移动端访问界面友好简洁,模块清晰。
  4. 后续主要多合一单页模板开发,可自由切换单页显示,可以设置不同分类模块,不同模板单页,论坛模块,问答模板,企业站模板,产品模块等自由开发。
  5. 完善的后台系统,管理便捷,动态菜单和权限角色分配系统。支持3级菜单和无限极分类。
  6. 双升级系统,可支持自动和手动升级。可在线检测并升级系统,保持网站的更新和安全。
  7. 代码开源,不设暗门操作,更安全。
  8. 项目会长期维护,优化更新。
  9. 预增加插件管理机制1.x(2.x版本正式上线)

alt taoler官网

构架组成

构架介绍

thinkphp:
快速、简单的面向对象的轻量级PHP开发框架,出色的性能和至简代码的,更注重易用性。代码维护方便。
layui前端:
极简、丰盈,简单高效,模块化UI框架,体积轻盈,组件丰盈。
Fly模板:
一款至简的社区模板。

alt taoler官网

重点

安装教程

  1. 首选确保满目使用环境要求,php > 7.2, mysql > 5.7.3
  2. https://github.com/taoser/TaoLer/archive/refs/heads/master.zip git下载:https://gitee.com/toogee/TaoLer 官网下载:https://www.aieok.com

引导安装

  1. 绑定域名

!> 先绑定域名,然后把域名指向解析到public目录下

  1. 伪静态

    • apache:

      在apache服务器,一般不用手动设置、public文件加已经设置了.htaccess文件

    !> 但在有的集成包的apache环境下访问域名无法安装或者No input file specified,如phpstudy,伪静态要设置为如下:

    • nginx

      Nginx低版本中,是不支持PATHINFO的,但是可以通过在Nginx.conf中配置转发规则实现:遇到404错误一般是nginx的伪静态错误

如果是宝塔集成环境,网站目录部署如下示例: 网站目录:D:/www/TaoLer 运行目录:/public

alt install

  1. 首次安装,访问域名http://www.youdomain.com可自动跳转到/install/index进行引导安装,重新安装需删除public目录下install.lock。
  2. 安装前需要先创建mysql数据库(准备:数据库连接地址,数据库用户名,密码,端口)
  3. 如果手动导入数据库,管理员用户名和密码,默认admin/123456,前后台的管理员密码一致。前后端管理员账户是独立的,前端主要对文章内容的审查管理等操作。

alt taoler官网

前后台独立域名的绑定

  1. 支持设置绑定域名

如果绑定index应用对应的域名,后台admin应用也必须独立绑定域名,否则原xxx.com/admin访问路径就无法再访问。

  1. 支持应用设置映射

域名绑定的优先级高于应用映射,若绑定过域名,直接访问域名,如果没有绑定过域名,访问路径为xxx.com/youbind. 如后台的映射地址 www.xxx.com/youadmin

使用说明

  1. 安装后本系统已配置默认演示数据,可以删除原数据或者进行数据的修改
  2. 后台可设置分类cate,一定要设置英文别名
  3. 首页有置顶模块,列表文章模块,右侧包含广告模块,回复展示模块

文档

参考官网分享文章

aieok.com (http://wiki.aieok.com)

参与贡献

  1. Fork 本仓库
  2. 网站提交BUG
  3. 提交代码
  4. 新建 Pull Request

版权信息

非商业可免费使用,没有功能限制,但不能更改版本信息,如需更改可购买授权。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2020-2022 by aieok.com (https://www.aieok.com)

All rights reserved。


All versions of taoler with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
topthink/framework Version ^6.0.0
topthink/think-orm Version ^2.0
topthink/think-multi-app Version ^1.0
taoser/think-auth Version ^1.0
topthink/think-view Version ^1.0
topthink/think-captcha Version ^3.0
phpmailer/phpmailer Version ^6.1
taoser/think-addons Version ^1.0
liliuwei/thinkphp-social Version ^1.3
taoser/think-setarr Version ^0.0.3
topthink/think-migration Version ^3.0
workerman/workerman Version ^4.0
endroid/qr-code Version ^4.4
yansongda/pay Version ~3.1.0
guzzlehttp/guzzle Version 7.0
php-di/php-di Version ^6.4
workerman/phpsocket.io Version ^1.1
jaeger/querylist Version ^4.2
symfony/var-exporter Version ^5.4
yzh52521/easyhttp Version ^1.0
firebase/php-jwt Version ^6.8
overtrue/easy-sms Version ^2.5
intervention/image Version ^2.7
workerman/gateway-worker Version ^3.1
workerman/gatewayclient Version ^3.1
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 taoser/taoler contains the following files

Loading the files please wait ....