书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 325 个相关结果.
  • 数据库

    数据库使用基础 配置 基础使用 执行查找 查询语句构建器 Eloquent ORM 迁移 数据库使用基础 配置 Lumen 让连接数据库和执行查找变得相当容易。数据库相关配置信息在 .env 文件里面, DB_* 开头。 你可以定义所有的数据库连接. 目前 Lumen 支持四种数据库系统: MySQL、Postgres、S...
  • 会话

    会话 配置 保留键值 使用 开启会话功能 获取会话实例 保存对象到 Session 中 保存对象进 Session 数组值中 从 Session 取回对象 从 Session 取回对象,若无则返回默认值 从 Session 取回对象,并删除 从 Session 取出所有对象 判断对象在 Session 中是否存在 从 Session ...
  • Service Container

    Service Container Introduction Differences From Laravel Accessing The Container Resolving Instances Service Container Introduction The Laravel service container is a powe...
  • Service Container

    Service Container Introduction Differences From Laravel Accessing The Container Resolving Instances Service Container Introduction The Laravel service container is a powe...
  • Service Container

    Service Container Introduction Differences From Laravel Accessing The Container Resolving Instances Service Container Introduction The Laravel service container is a powe...
  • Authentication

    Authentication Introduction Getting Started Authentication Service Provider Accessing The Authenticated User Authentication Introduction Authentication in Lumen, while us...
  • Authentication

    Authentication Introduction Getting Started Authentication Service Provider Accessing The Authenticated User Authentication Introduction Authentication in Lumen, while us...
  • Responses

    HTTP Responses Basic Responses Response Objects Attaching Headers To Responses Other Response Types JSON Responses File Downloads Redirects Redirecting To Named Routes ...
  • 要求

    要求 要求 依赖 说明 PHP >= 5.5.9 推荐PHP7+ Swoole >= 1.7.19 从2.0.12开始不再支持PHP5 推荐4.2.3+ Laravel /Lumen >= 5.1 推荐5.6+
  • 1. Installation-安装

    Laravel Lumen Facades Dingo\Api\Facade\API Dingo\Api\Facade\Route To install this package you will need: 要安装这个包,你需要: Laravel 5.1+ or Lumen 5.1+ PHP 5.5.9+ You must then...