书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 2275 个相关结果.
  • 步骤 10: 构建用户界面

    步骤 10: 构建用户界面 安装 Twig 把 Twig 用于模板 在控制器中使用 Twig 创建会议页面 把页面链接在一起 对评论分页 重构控制器 步骤 10: 构建用户界面 一切准备就绪,可以去创建网站用户界面的初版。我们不会去美化它,只是先让它可以用起来。 你是否还记得,在之前的彩蛋环节,我们不得不在控制器中添加转义来避免安全问题...
  • Testing

    Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating Your First Test Case ...
  • Testing environment

    Testing Environment Overview The problem Solution Installation Running the environment Fork the repository Clone the fork Copy the boxfile Configure nanobox CONFIGURE NAN...
  • LinuxDash

    LinuxDash 组件要求 安装方法 仓库地址 基本使用 LinuxDash linuxDash封装了很多直接获取linux信息的命令,可以查看相关信息 组件要求 php: >=7.1.0 ext-swoole: ^4.4.0 easyswoole/spl: ^1.3 安装方法 composer require easysw...
  • Google

    Google 插件 安装 API Usage Google 插件 谷歌搜索引擎,采集谷歌的搜索结果。国内使用这个插件需要使用代理。 GitHub: https://github.com/jae-jae/QueryList-Rule-Google 安装 composer require jaeger / querylis...
  • 为什么说“比较符”和“通配符”相结合的版本约束是坏主意?

    为什么说“比较符”和“通配符”相结合的版本约束是坏主意? 为什么说“比较符”和“通配符”相结合的版本约束是坏主意? 这是人们常犯的一个错误,定义了类似 >=2.* 或 >=1.1.* 的版本约束。 通过思考它所表示的真正含义,你很快就会发现,它并没有多大意义。如果我们分解 >=2.* ,你会得到两个部分: >=2 表示资源包应该是 2.0...
  • README

    Laravel 系列入门教程 环境要求 此为代码示例,教程地址: 喜欢此系列教程可以点击上面右侧的 Star 哦,变成 Unstar 就可以了! :stuck_out_tongue_winking_eye: License 来源(书栈小编注) Laravel 系列入门教程 如果你想下载我的代码到本地运行,下载完成后记得运行 composer...
  • Telescope

    Laravel Telescope Introduction Installation Updating Telescope Installing Only In Specific Environments Migration Customization Configuration Data Pruning Dashboard Authori...
  • Telescope

    Laravel Telescope Introduction Installation Updating Telescope Installing Only In Specific Environments Migration Customization Configuration Data Pruning Dashboard Authori...
  • Service Providers

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