积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(10)PHP(10)Laravel(10)

语言

全部英语(5)中文(简体)(5)

格式

全部PDF文档 PDF(10)
 
本次搜索耗时 0.093 秒,为您找到相关结果约 10 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Laravel 3.2 Documentation

    Laravel\Controller __construct.  Rewrote Eloquent and included in core.  Added "match" validation rule.  Fixed table prefix bug.  Added Form::macro method.  Added HTML::macro method.  Added to add a line to their php.ini file before the Fileinfo module is enabled. For more information check out the installation / configuration details on PHP.net.  Laravel uses the Mcrypt library for pre-installed. If you can't find Mcrypt in the output of phpinfo() then check the vendor site of your LAMP installation or check out the installation / configuration details on PHP.net. Installation
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    and even reject, requests before they enter your application. For more information on middleware, check out the documentation. In addition to the existing constructor injection, you may now type-hint dependencies and creation. You may now define events as objects instead of simply using strings. For example, check out the following event: class PodcastWasPurchased { public $podcast; public function __construct(Podcast handle(PodcastWasPurchased $event) { // } } For more information on working with events, check out the full documentation. In addition to the queue job format supported in Laravel 4, Laravel 5
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    where() 30 Nesting 30 Additions 31 Using Get to lookup value or return default 31 Using Contains to check if a collection satisfies certain condition 32 Using Pluck to extract certain values from a collection Error in AJAX 179 Introduction 179 Examples 179 Setup Token on Header 179 Set token on tag 179 Check session storage path & permission 179 Use _token field on Ajax 180 Chapter 62: use fields aliases These two can be used to determine if a user has authorisation or not on a model respectively. To check if a user can view a content or not, you can do the following: if($user->can('view', $content)){
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    POST。因此,你需要更新前端发送请求到该路由的请求类型。例 如,如果你是用的是内置的邮箱验证模板代码,需要像这样调整请求 方法: {{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }},
    rule 自 动生成。Rules 目录包含应用的自定义验证规则对象,这些规则用于 在单个对象中封装复杂的验证逻辑,想要了解更多的话,请参考验证 文档。 重 量 级 开 发 环 境 : Homestead ~/Downloads/virtual box.box 注:如果下载速度太慢,你还可以从这里下载相应版本的 Homestead 盒子:Laravel 学院提供的相关资源下载。 运行上述命令有可能报错: Check your Homestead.yaml file, the path to your priva te key does not exist. 解决办法如下: ssh-keygen -t rsa
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    在新安装的 Laravel 应用中,该目录已经包含了一些服务提供者,你可以按需添加自己的服务提供者到该目录。 Rules 目录 该目录默认不存在,但是会伴随你执行 Artisan 命令 make:rule 自动生成。Rules 目录包含应用的自定义验证规则对象,这些规则用于在单个对象 中封装复杂的验证逻辑,想要了解更多的话,请参考验证文档。 Homestead 简介 Laravel box,通过这种方式下载的话需要手动将其添加到 Vagrant: vagrant box add laravel/homestead ~/Downloads/virtualbox.box 运行上述命令有可能报错: Check your Homestead.yaml file, the path to your private key does not exist. 解决办法如下: ssh-keygen -t rsa ory Validator Illuminate\Contracts\Validation\ImplicitRule Illuminate\Contracts\Validation\Rule Illuminate\Contracts\Validation\ValidatesWhenResolved Illuminate\Contracts\Validation\Validator
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    Contents Preface The Laravel Handbook Conclusion 2 Preface The Laravel Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get you up to speed actions, like adding data to the database, or updating it. If you’re unsure what is a POST request, check my HTTP tutorial. We will start by adding a create method to the controller to handle the data those 2 methods to the class, create and delete , as we did before, but this time both first check that the user is logged in: 70
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    testNewUserRegistration(){ $this->visit('/register') ->type('Taylor', 'name') ->check('terms') ->press('Register') ->seePageIs('/dashboard'); } 更多有关测试的内容,请查看测试一节。 records! @else I don't have any records! @endif 为方便起见,Blade 还提供了@unless 指令: @unless (Auth::check()) You are not signed in. @endunless 4.2 循环 除了条件语句,Blade 还提供了简单指令处理 PHP 支持的循环结构,同样,这些指令函数 返回认证用户实例... } } } 2.4.1 判断当前用户是否通过认证 要判断某个用户是否登录到应用,可以使用 Auth 门面的 check 方法,如果用户通过认证则 返回 true: if (Auth::check()) { // The user is logged in... } 此外,你还可以在用户访问特定路由/控制器之前使用中间件来验证用户是否通过认证,想
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    @else I don't have any records! @endif 为方便起见,Blade 还提供了 @unless 指令: @unless (Auth::check()) You are not signed in. @endunless 循环 除了条件语句,Blade 还提供了简单指令处理 PHP 支持的循环结构,同样,这些指令函 数和 返回认证用户实例... } } } 判断当前用户是否通过认证 要判断某个用户是否登录到应用,可以使用 Auth 门面的 check 方法,如果用户通过认证则 返回 true: if (Auth::check()) { // The user is logged in... } 本文档由 Laravel 学院(LaravelAcademy.org)提供 $arguments) { // }); 3、检查权限(Abilities) 通过 Gate 门面 权限定义好之后,可以使用多种方式来“检查”。首先,可以使用 Gate 门面 的 check, allows, 或者 denies 方法。所有这些方法都接收权限名和传递给该权限回调的 参数作为参数。你不需要传递当前用户到这些方法,因为 Gate 会自动附加当前用户到传递 给回调的参数,因此,当检查我们之前定义的
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    'check-status' => 'Check order status', ]); 此外,Passport 还包含了用于验证访问令牌认证请求包含必要令牌域的中间件: Route::get('/orders/{order}/status', function (Order $order) { // Access token has "check-status" "check-status" scope... })->middleware('scope:check-status'); 最后,Passport 还支持从 JavaScript 应用访问你的 API,而不必担心访问令牌传输,Passport 通 过加密 JWT cookies 和同步 CSRF 令牌来实现这一功能,从而让开发者专注于业务开发。 本文档由 Laravel 学院(LaravelAcademy.org)提供 @else I don't have any records! @endif 为方便起见,Blade 还提供了 @unless 指令: @unless (Auth::check()) You are not signed in. @endunless 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 06. HTTP & AJAX

    true); MyXhr.setRequestHeader("Cache-Control", "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); MyXhr.setRequestHeader("Pragma", "no-cache"); MyXhr.setRequestHeader("Expires", "Wed
    0 码力 | 11 页 | 91.09 KB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
Laravel3.2Documentation5.0Learning6.0中文文档5.6TheHandbook5.15.25.3SlidesDevWeb06HTTPAJAX
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩