书栈网 · BookStack 本次搜索耗时 0.046 秒,为您找到 1005 个相关结果.
  • How to Use PHP’s built-in Web Server

    How to Use PHP’s built-in Web Server How to Use PHP’s built-in Web Server Installing the Web Server Bundle Starting the Web Server Command Options Stopping the Server How t...
  • 步骤 5: 排查问题

    步骤 5: 排查问题 安装更多的依赖包 理解 Symfony 环境 管理环境配置 用日志记录所有发生的事 学习 Symfony 的调试工具 配置你的 IDE 在生产环境中排错 步骤 5: 排查问题 拥有正确的工具对问题进行调试,这也是设置项目的一部分。 安装更多的依赖包 你回想一下,这个项目创建时只安装了很少的依赖包。没有模板引擎,没...
  • 步骤 15: 保护管理后台

    步骤 15: 保护管理后台 定义 User 实体 为管理员生成一个密码 创建一个管理员 配置认证系统 增加授权访问控制的规则 通过登录表单认证 步骤 15: 保护管理后台 管理后台的界面应该只能让信任的人来访问。可以用 Symfony 的 Security 组件把网站的这个区域保护起来。 和 Twig 一样,Security 组件作为传递...
  • Step 13: Managing the Lifecycle of Doctrine Objects

    Step 13: Managing the Lifecycle of Doctrine Objects Managing the Lifecycle of Doctrine Objects Defining Lifecycle Callbacks Adding Slugs to Conferences Generating Slugs Definin...
  • 第1章 创建项目

    1858 2019-03-10 《Symfony2实例教程》
    创建项目 安装Composer 通过Composer创建项目 通过下载软件包创建项目 更新配置 创建项目 准备工作已做好了,接下来就开始创建一个新的项目。创建项目有两种方法:使用Composer、下载软件包。 不管是用哪种方法都需要用到Composer ,因此我们需要先安装Composer 。Composer 是PHP的一个包管理工具,类似...
  • Workflow

    Workflow Workflow Installation Configuration Creating a Workflow Accessing the Workflow in a Class Using Events Guard Events Event Methods Blocking Transitions Usage in Tw...
  • How to Use a Form without a Data Class

    How to Use a Form without a Data Class How to Use a Form without a Data Class Adding Validation How to Use a Form without a Data Class How to Use a Form without a Data Cla...
  • How to Create and Enable Custom User Checkers

    How to Create and Enable Custom User Checkers How to Create and Enable Custom User Checkers Creating a Custom User Checker Enabling the Custom User Checker How to Create and ...
  • How to Create a Custom Form Field Type

    How to Create a Custom Form Field Type How to Create a Custom Form Field Type Creating Form Types Based on Symfony Built-in Types Creating Form Types Created From Scratch Definin...
  • PHPUnit Bridge

    The PHPUnit Bridge The PHPUnit Bridge Installation Usage Running Tests in Parallel Trigger Deprecation Notices Mark Tests as Legacy Configuration Making Tests Fail Internal d...