书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 2413 个相关结果.
  • Homestead

    Laravel Homestead Introduction Included Software Installation & Setup First Steps Installing The Homestead Vagrant Box Installing Homestead Configuring Homestead Setting Your ...
  • Session

    HTTP Session Introduction Configuration Driver Prerequisites Database Redis Using The Session Retrieving Data The Global Session Helper Retrieving All Session Data Determini...
  • Valet

    Laravel Valet Introduction Valet Or Homestead Installation Using Another Domain Database Release Notes Version 1.1.5 Upgrade Instructions Version 1.1.0 Upgrade Instructions...
  • Service Providers

    Service Providers Introduction Writing Service Providers The Register Method The Boot Method Boot Method Dependency Injection Registering Providers Deferred Providers Se...
  • Valet

    Laravel Valet Introduction Valet Or Homestead Installation Using Another Domain Database PHP Versions Upgrading Upgrading To Valet 2.0 Serving Sites Sharing Sites Custom...
  • 部署

    部署 部署 建议通过Supervisord 监管主进程,前提是不能加-d 选项并且设置swoole.daemonize 为false 。 [ program : laravel - s - test ] command = /user/ local / bin / php / opt / www / laravel - s - test...
  • 升级说明

    升级指南 高影响变化 中影响变化 从 6.x 升级到 7.0 预计升级时间:15 分钟 需要 Symfony 5 需要 PHP 7.2.5 更新依赖 Symfony 5 相关更新 认证方式 脚手架 Token存储接口 TokenRepositoryInterface Blade 模板 component 方法 Blade 组件 & “...
  • Password Reset

    Resetting Passwords Introduction Database Considerations Generating The Reset Token Table Migration Routing Views After Resetting Passwords Customization Authentication Guar...
  • Request Lifecycle

    Request Lifecycle Introduction Lifecycle Overview First Things HTTP / Console Kernels Service Providers Dispatch Request Focus On Service Providers Request Lifecycle In...
  • 缓存

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