书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2402 个相关结果.
  • 加密解密

    加密解密机制 简介 设置 基本用法 加密一个值 无序列化加密 解密一个值 加密解密机制 简介 Laravel 的加密机制使用的是 OpenSSL 所提供的 AES-256 和 AES-128 加密。强烈建议你使用 Laravel 内建的加密工具,而不是用其它的加密算法。所有 Laravel 加密之后的结果都会使用消息认证码 (MAC)...
  • Service Providers

    Service Providers Introduction Basic Provider Example The Register Method The Boot Method Registering Providers Deferred Providers Service Providers Introduction Basic ...
  • CSRF 保护

    Laravel 下的伪造跨站请求保护 CSRF 简介 CRSF 令牌和 Vue CSRF 白名单 X-CSRF-TOKEN X-XSRF-TOKEN 译者署名 Laravel 下的伪造跨站请求保护 CSRF 简介 CRSF 令牌和 Vue CSRF 白名单 X-CSRF-Token X-XSRF-Token 简介 ...
  • Facades

    Facades 简介 使用 Facades Facade 类参考 Facades 简介 使用 Facades Facade 类参考 简介 译者注:Facade 中文意为 - 门面,外观,包装器。专有名词的属性多一点,故不采用直译,而是直接做专有名词使用。 Facades 为应用程序的 服务容器 中可用的类提供了一个...
  • Socialite

    Laravel Socialite Introduction Upgrading Socialite Installation Configuration Routing Optional Parameters Access Scopes Stateless Authentication Retrieving User Details Ret...
  • Service Providers

    Service Providers Introduction Writing Service Providers The Register Method The bindings And singletons Properties The Boot Method Boot Method Dependency Injection Registe...
  • Configuration

    Configuration Introduction After Installation Naming Your Application Other Configuration Permissions Accessing Configuration Values Environment Configuration Accessing The C...
  • Service Providers

    Service Providers Introduction Writing Service Providers The Register Method The bindings And singletons Properties The Boot Method Boot Method Dependency Injection Registe...
  • Contracts

    Contracts Introduction Contracts Vs. Facades Why Contracts? Loose Coupling Simplicity Contract Reference How To Use Contracts Contracts Introduction Why Contracts? Co...
  • Database

    Database Testing Introduction Resetting The Database After Each Test Using Migrations Using Transactions Writing Factories Factory States Using Factories Creating Models Appl...