积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部英语(7)中文(简体)(5)法语(1)

格式

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

    Echoing a variable 20 Echoing an element in an array 20 Echoing an object property 21 Echoing the result of a function call 21 Checking for Existence 21 Raw echos 21 Including Partial Views 21 Layout Chapter 61: Token Mismatch 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 ORM To connect your models to various types of databases, Laravel offers its own ORM with a large set of functions to work with. The framework also provides migration and seeding and also features rollbacks
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    Laravel to get you up and running. 2. Getting started To get started with Laravel, you need to set up your PHP environment on your computer. You can do this in various ways. Before going on, remove called environment variables, for your app: 9 For example in this portion of the file you can see we set the app name, the debug flag, the URL, settings related to logging, to the database connection, email config/app.php file: 10 Each file in the folder contain a lot of configuration options you can set, very well documented. What’s the difference between config files and the .env file? Environment
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    repository. This repository has no external dependencies. Having a convenient, centrally located set of interfaces you may use for decoupling and dependency injection will serve as an easy alternative Copy the new .env.example file to .env , which is the 5.0 equivalent of the old .env.php file. Set any appropriate values there, like your APP_ENV and APP_KEY (your encryption key), your database config/database.php configuration file. Set the config files in the config/ directory to represent either the values that are consistent across all of your environments, or set them to use env() to load values
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

     Replace the laravel folder. Laravel 3.2.1  Fixed bug in cookie retrieval when cookie is set on same request.  Fixed bug in SQL Server grammar for primary keys.  Fixed bug in Validator models with Twig.  Allow multiple views to be registered for a single composer.  Added Request::set_env method.  Schema::drop now accepts $connection as second parameter.  Added Input::merge controller factories for injecting any IoC.  Added link_to_action HTML helpers.  Added ability to set default value on Config::get.  Added the ability to add pattern based filters.  Improved session
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    在系统的任意位置创建一个批处理文件 homestead.bat: @echo off set cwd=%cd% set homesteadVagrant=C:\Homestead cd /d %homesteadVagrant% && vagrant %* cd /d %cwd% set cwd= set homesteadVagrant= 你需要将脚本中实例路径 C:\Homestead //$store_result = $photo->store('photo'); $store_result = $photo->storeAs('photo', 'test.jpg'); $output = [ 'extension' => $extension, 'store_result' => $store_result $store_result ]; print_r($output);exit(); } exit('未获取到上传文件或上传过程出错'); }); 我们还是使用 Advanced REST Client 工具来演示 POST 表单提交: 本文档由 Laravel 学院提供 Laravel 学院致力于提供优质 Laravel
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    @echo off set cwd=%cd% set homesteadVagrant=C:\Homestead cd /d %homesteadVagrant% && vagrant %* cd /d %cwd% 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 74 set cwd= set homesteadVagrant= \Illuminate\Routing\Middleware\Subst ituteBindings::class, 'cache.headers' => \Illuminate\Http\Middleware\Set CacheHeaders::class, 'can' => \Illuminate\Auth\Middleware\Authorize::cl ass, 'guest' => \App\H $extension = $photo->extension(); //$store_result = $photo->store('photo'); 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 266 $store_result = $photo->storeAs('photo', 'test. jpg'); $output
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    Laravel 才会加载其服务提供者。 服务容器 1、简介 Laravel 服务容器是一个用于管理类依赖和执行依赖注入的强大工具。依赖注入听上去很花 哨,其实质是通过构造函数或者某些情况下通过 set 方法将类依赖注入到类中。 让我们看一个简单的例子: set votes = 100 where name = ?', ['John']); 运行删除语句 delete 方法用于删除数据库中已存在的记录,和 update 一样,该语句返回被删除的行 方法定义一个在所有其他授权检查之后运行的回调,所不同的是, 在 after 回调中你不能编辑授权检查的结果: $gate->after(function ($user, $ability, $result, $arguments) { // }); 3、检查权限(Abilities) 通过 Gate 门面 权限定义好之后,可以使用多种方式来“检查”。首先,可以使用 Gate
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 06. HTTP & AJAX

    • HTTP 1.0 (1996) – Entêtes de requête (Host, Referer, User-Agent, …) et réponse (Content-Type, Set- Cookie, Location, …) • HTTP 1.1 (1997) – Nouveaux entêtes (Keep-alive, pipelining, cache, …), Host 14https://stackoverflow.com/questions/367786/prevent-browser-caching-of-jquery-ajax-call-result 15https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching
    0 码力 | 11 页 | 91.09 KB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    Laravel 才会加载其服务提供者。 服务容器 1、简介 Laravel 服务容器是一个用于管理类依赖和执行依赖注入的强大工具。依赖注入听上去很花 哨,其实质是通过构造函数或者某些情况下通过 set 方法将类依赖注入到类中。 让我们看一个简单的例子: set votes = 100 where name = ?', ['John']); 2.5 运行删除语句 delete 方法用于删除数据库中已存在的记录,和 update 一样,该语句返回被删除的行数: Desk // $array: ['price' => 100] array_set() array_set 方法在嵌套数组中使用”.“号设置值: $array = ['products' => ['desk' => ['price' => 100]]]; array_set($array, 'products.desk.price', 200); // ['products'
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    4. 核心概念 4.1 服务容器 1、简介 Laravel 服务容器是一个用于管理类依赖和执行依赖注入的强大工具。依赖注入听上去很花哨,其 实质是通过构造函数或者某些情况下通过 set 方法将类依赖注入到类中。 让我们看一个简单的例子: set votes = 100 where name = ? ', ['John']); 运行删除语句 delete 方法用于删除数据库中已存在的记录,和 update 一样,该语句返回被删除的行数: "from": 1, "to": 15, "data":[ { // Result Object }, { // Result Object } ] } 4、自定义分页视图 默认情况下,用于渲染分页链接的视图兼容于 Bootstrap
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
LearningLaravelTheHandbook5.0Documentation3.25.6中文文档6.05.2SlidesDevWeb06HTTPAJAX5.15.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩