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

    Laravel Sail Introduction Installation & Setup Installing Sail Into Existing Applications Adding Additional Services Using Devcontainers Configuring A Shell Alias Starting & ...
  • 表单令牌

    表单令牌 表单令牌 验证规则支持对表单的令牌进行验证,首先需要在表单中增加一个隐藏域: // 0.1.2 起,为了简化令牌表单的定义,token() 方法返回的值变更为数组,$token['name'] 为表单名,$token['value'] 为表单值。 <? php $token = $request -> token (); ?>...
  • 表单令牌

    表单令牌 表单令牌 验证规则支持对表单的令牌进行验证,首先需要在表单中增加一个隐藏域: // 0.1.2 起,为了简化令牌表单的定义,token() 方法返回的值变更为数组,$token['name'] 为表单名,$token['value'] 为表单值。 <? php $token = $request -> token (); ?>...
  • 多应用

    多应用 应用目录 多入口(一个应用一个入口,默认) 特点 方式一 方式二,共用静态资源 单一入口(所有应用共用一个入口) 设置默认应用 多应用 应用目录 / app |-- admin |-- api |-- h5 |-- web .......更多应用 多入口(...
  • Migrations & Seeding

    Migrations & Seeding Introduction Creating Migrations Running Migrations Running All Outstanding Migrations Forcing Migrations In Production Rolling Back Migrations Rollback ...
  • 扩展安装

    php扩展安装 编译安装 php扩展安装 在windows中,只需要将dll文件移动到扩展目录,并在php.ini中引入即可linux中类似,我们需要安装扩展的软件(例如mysql扩展,我们需要先安装mysql),再安装mysql操作扩展(mysqli,pdo)生成.so文件,在php.ini中引入.so文件即可 编译安装 swoole扩展,...
  • Installation

    Installation Installation Server Requirements Installing Laravel Via Laravel Installer Via Composer Create-Project Local Development Server Configuration Public Directory Con...
  • Installation

    Installation Installation Server Requirements Installing Laravel Via Laravel Installer Via Composer Create-Project Local Development Server Configuration Public Directory Con...
  • Class Phalcon\Mvc\Model\Criteria

    Class Phalcon\Mvc\Model\Criteria Methods Class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface , Phalcon\Di\InjectionAwareInterface Source on Git...
  • Actors

    Actors The Actor Proxy Writing Actors Actor Lifecycle Actor State Registering an Actor Actors If you’re new to the actor pattern, the best place to learn about the actor pa...