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

    Database: Migrations Introduction Generating Migrations Migration Structure Running Migrations Forcing Migrations To Run In Production Rolling Back Migrations Rollback & Migra...
  • Schema Builder

    Schema Builder Introduction Creating & Dropping Tables Adding Columns Using After On MySQL Changing Columns Renaming Columns Dropping Columns Dropping A Column From A Databa...
  • Release Notes

    Release Notes Laravel 4.2 PHP 5.4 Requirement Laravel Forge Laravel Homestead Laravel Cashier Daemon Queue Workers Mail API Drivers Soft Deleting Traits Convenient Auth & Re...
  • Integrations

    Integration Libraries from Third-party Developers Infrastructure Products Programming Language Ecosystems Integration Libraries from Third-party Developers Disclaimer Yandex ...
  • 2.4. Composer

    02.04 Composer 获得Composer 安装/更新应用所需的包 02.04 Composer 如今的PHP社区,Composer已经替代了过往所有的模块/包管理、安装系统。 获得Composer 要获得Composer,需要在命令行输入如下命令: curl - sS https : //getcomposer.org/ins...
  • 重试

    重试 安装 Hello World 深度定制 默认配置 可选策略 最大尝试次数策略 MaxAttemptsRetryPolicy 错误分类策略 ClassifierRetryPolicy 回退策略 FallbackRetryPolicy 睡眠策略 SleepRetryPolicy 超时策略 TimeoutRetryPolicy 熔...
  • Migrations

    Database: Migrations Introduction Generating Migrations Migration Structure Running Migrations Forcing Migrations To Run In Production Rolling Back Migrations Rollback & Migra...
  • Dotenv

    Configuring Symfony Configuring Symfony Configuration Files Configuration Formats Importing Configuration Files Configuration Parameters Configuration Environments Selecting t...
  • 3.5. Entity/实体

    03.05 实体 03.05 实体 在SF的术语中,实体(Entity)是一个对象,有自己的属性和方法。我们都知道,根据面向对象的编程理念,一个所谓的对象是一个封装的实体。这么来回说似乎有点循环定义的味道。但是,确实我们只能这样来理解。 在实际应用中个,我们通常可以将一个实体理解为数据库中某个表格中记录的PHP中的类实现。 我们可以简单地说:有一...
  • How to Call Other Commands

    How to Call Other Commands How to Call Other Commands How to Call Other Commands How to Call Other Commands If a command depends on another one being run before it you can ...