书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 1020 个相关结果.
  • 步骤 17: 测试

    步骤 17: 测试 编写单元测试 为控制器编写功能测试 配置测试环境 使用测试数据库 定义 Fixtures 数据 载入 fixture 数据 在功能测试中爬取网站 在功能测试中提交表单 重新载入 fixture 数据 用 Makefile 来自动化你的工作流 在每次测试后重置数据库 用真正的浏览器来进行功能测试 用 Blackfir...
  • Step 19: Making Decisions with a Workflow

    Step 19: Making Decisions with a Workflow Making Decisions with a Workflow Describing Workflows Using a Workflow Finding Services from the Dependency Injection Container Ste...
  • How to Unit Test your Forms

    How to Unit Test your Forms How to Unit Test your Forms The Basics Testings Types Registered as Services Adding Custom Extensions How to Unit Test your Forms How to Unit...
  • 文件缓存

    文件缓存 文件缓存 Symfony cache 在对象初始化的时候会调用 init 方法,用于区分处理不同适配器之间的差异。 在文件缓存初始化过程中,会初始化缓存存放的路径。可以通过配置文件中的 params 选项进行配置。如: <? php return [ 'default' => [ ...
  • Custom Authentication System with Guard (API Token Example)

    Custom Authentication System with Guard (API Token Example) Custom Authentication System with Guard (API Token Example) Step 1) Prepare your User Class Step 2) Create the Authent...
  • 下一步是什么?

    下一步是什么? 下一步是什么? 我希望你在一路的学习过程中享受在了其中。我尝试着提供给你足够的信息,使你可以在 Symfony 项目中更快速地开始。我们仅仅窥见了 Symfony 世界里的冰山一角。现在你可以一头扎进 Symfony 的文档中,对于每一个我们接触到的功能,你都可以在文档中学习到更多。 祝你用 Symfony 编程快乐! This...
  • How to Create a custom Route Loader

    How to Create a custom Route Loader How to Create a custom Route Loader Built-in Route Loaders What is a Custom Route Loader Loading Routes Loading Routes with a Custom Service...
  • Console

    Console Commands Console Commands The Console: APP_ENV & APP_DEBUG Creating a Command Configuring the Command Registering the Command Executing the Command Console Output Out...
  • How to Handle Different Error Levels

    How to Handle Different Error Levels How to Handle Different Error Levels 1. Assigning the Error Level 2. Customize the Error Message Template How to Handle Different Error L...
  • Validation

    Validation Installation The Basics of Validation Using the validator Service Configuration Constraints Supported Constraints Basic Constraints String Constraints Comparison ...