书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 2403 个相关结果.
  • Compiling Assets

    Compiling Assets (Laravel Mix) Introduction Installation & Setup Installing Node Laravel Mix Running Mix Watching Assets For Changes Working With Stylesheets Less Sass Sty...
  • Session

    HTTP Session Introduction Configuration Driver Prerequisites Database Redis Interacting With The Session Retrieving Data The Global Session Helper Retrieving All Session Data...
  • Cashier

    Laravel Cashier Introduction Configuration Stripe Composer Service Provider Database Migrations Billable Model API Keys Braintree Braintree Caveats Composer Service Provid...
  • Service Providers

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

    Composer php 软件包依赖管理器 Composer php 软件包依赖管理器 composer list #显示所有命令 composer show #显示所有包信息 composer install #在 composer.json 配置中添加依赖库之后运行此命令安装 composer create - pr...
  • Installation

    Installation Installation Server Requirements Installing Lumen Via Lumen Installer Via Composer Create-Project Serving Your Application Configuration Application Key In...
  • 缓存

    缓存 Laravel 中使用 使用自定义的缓存方式 缓存 本项目使用 symfony/cache 来完成缓存工作,它支持基本目前所有的缓存引擎。 在我们的 SDK 中的所有缓存默认使用文件缓存,缓存路径取决于 PHP 的临时目录,如果你需要自定义缓存,那么你需要做如下的事情: 你可以参考symfony/cache官方文档 来替换掉应用中默...
  • 加密解密

    加密解密机制 简介 设置 基本用法 加密一个值 无序列化加密 解密一个值 加密解密机制 简介 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 ...
  • Image Cache

    Image Caching Installation Usage Image Caching The optional package Intervention Image Cache extends the package to be capable of image caching. The caching library uses th...