Luthier CI 例子 Examples

2019-05-06
阅读 2 分钟
1.6k
例子 Examples 例子 # 1: 多语言网站 Multi-language website 这是一个示例,显示了由URL管理的多语言网站。中间件用于加载当前语言文件。 {代码...} {代码...}

Luthier CI 调试 Debug

2019-05-06
阅读 2 分钟
2.3k
调试 Debug 实验功能 我们已经努力使事情正常工作,但是可能会出现错误,导致和/或收取此功能所需的资产。如果您在使用过程中发生过事故,请通知我们。 内容 Contents 介绍 Introduction 激活 Activation 调试消息 Debug messages 添加您自己的数据收集器 Add your own data collectors 介绍 Introduction 由于将Luthier...

Luthier CI 认证框架 Authentication Framework

2019-05-06
阅读 22 分钟
2.1k
Luthier CI 认证框架 ( Authentication Framework ) 内容 Contents 介绍 Introduction 创建用户提供商 Creation of User Providers 用户实例 User instance 用户加载 Users load 密码哈希及其验证 Password hash and its verification 验证用户是否处于活动状态并已验证 Validate that a user is active and verified 与...

Luthier CI 简单的认证 SimpleAuth

2019-05-06
阅读 14 分钟
1.9k
简单的认证 SimpleAuth 内容 Contents 介绍 Introduction 安装 Installation 第1步:复制所需的文件 Step 1: Copy the required files 第2步:安装数据库 Step 2: Install the database 第3步:定义路线 Step 3: Define the routes SimpleAuth控制器 SimpleAuth Controller 自定义用户注册表单 Customize the user regis...

Luthier CI 认证 Authentication

2019-05-06
阅读 2 分钟
2k
Luthier CI使用受Symfony启发的身份验证模型解决了这个问题,该模型寻求尽可能多的灵活性,以便开发人员可以快速开始工作,而无需重新发明轮子。

Luthier CI 中间件 Middleware

2019-05-06
阅读 3 分钟
2.1k
中间件 Middleware 内容 Contents 介绍 Introduction 中间值执行点 Middleware execution points 创建中间件 Create a middleware 分配中间值 Assign a middleware 全局中间件 Global Middleware 路由中间件 Route middleware 运行中间件 Run a middleware 中间件参数 Middleware parameters 外部中间件 External middle...

Luthier CI 命令行 Command line

2019-05-06
阅读 3 分钟
1.9k
命令行 Command line 内容 Contents 介绍 Introduction 句法 Syntax 使用CLI路由 Using CLI routes 内置CLI工具 Built-in CLI tools 激活 Activation 'luthier make'命令 'luthier make' command 'luthier migrate'命令 'luthier migrate' command 介绍 ( Introduction ) 感谢Luthier CI,您可以通过命令行界面(CLI)利...

Luthier CI 路由 Routes

2019-05-06
阅读 7 分钟
2.5k
路由 ( Routes ) 内容 ( Contents ) 介绍 Introduction 路由类型 Route types 句法 Syntax 命名空间 Namespaces 前缀 Prefixes 命名路线 Named routes 回调为路线 Callbacks as routes 组 Groups 资源路线 Resource routes 默认控制器 Default controller 参数 Parameters 可选参数 Optional parameters 参数正则表达式 ...

Luthier CI安装 Installation

2019-05-06
阅读 2 分钟
1.6k
安装 ( Installation ) 内容 ( Contents ) 要求 Requirements 安装 Installation 获得Luthier CI Get Luthier CI 启用Composer自动加载和挂钩 Enable Composer autoload and hooks 将Luthier CI与您的应用程序连接 Connect Luthier CI with your application 初始化 Initialization 要求 ( Requirements ) PHP >= 5.6...

关于Luthier CI

2019-03-04
阅读 2 分钟
2k
欢迎 关于Luthier CI Luthier CI是CodeIgniter的一个插件,增加了有趣的功能,旨在简化大型网站和API的构建。 它是为了尽可能地与框架集成,因此在安装Luthier CI后,应用程序中已存在的所有内容应该继续正常工作。 本文档假定您具有有关CodeIgniter的基本知识。如果您从未使用过CodeIgniter,那么他们的官方文档就是一...