积分充值
 首页
前端开发
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)

语言

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

格式

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

    iii. Server Requirements ii. Configuration i. Introduction ii. After Installation iii. Accessing Configuration Values iv. Environment Configuration v. Configuration Caching vi. Maintenance Mode vi. Password Reminders & Reset vii. Social Authentication ii. Billing i. Introduction ii. Configuration iii. Subscribing To A Plan iv. No Card Up Front v. Swapping Subscriptions vi. Subscription Handling Failed Payments xi. Handling Other Stripe Webhooks xii. Invoices iii. Cache i. Configuration ii. Cache Usage iii. Increments & Decrements iv. Cache Tags v. Database Cache iv. Collections
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    resources/views/components/alert.blade.php,你可以使用 component 方法将这个组件名从 components.alert 改为别名 alert: Blade::component('components.alert', 'alert'); 组件起了别名之后,就可以使用别名来渲染: @component('alert') You are not allowed Route::get('/', function (Request $request) { // }); 请求路径 & 方法 Illuminate\Http\Request 继承自 Symfony\Component\HttpFoundation\Request 类,提供了多个方法来检测应用的 HTTP 请求,下面我们来 演示其提供的一些获取请求路径和请求方式的方法: 获取请求路径 path 方法将会返回请求的路径信息,因此,如果请求 academy.org 76 Cookie::queue('name', 'value', $minutes); 生成 Cookie 实例 如果你想要生成一个 Symfony\Component\HttpFoundation\Cookie 实例以便后续添加到响应实例,可以使用全局辅助函数 cookie,该 Cookie 只 有在添加到响应实例上才会发送到客户端: $cookie =
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    ................. 12 Server Configuration .................................................................................................... 12 Basic Configuration .............................. ................................................................................. 47 Basic Configuration ............................................................................................. ............................................................................... 48 Runtime Configuration .............................................................................................
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    Eloquent: Model 87 Examples 87 Making a Model 87 Model creation 87 Model File Location 88 Model configuration 89 Update an existing model 90 Chapter 25: Error Handling 91 Remarks 91 Examples 91 Send sending emails to a new registered user 93 Chapter 27: Filesystem / Cloud Storage 95 Examples 95 Configuration 95 Basic Usage 95 Custom Filesystems 97 Creating symbolic link in a web server using SSH 98 World Example (Basic) and with using a view 104 Hello World Example (Basic) 105 Web Server Configuration for Pretty URLs 105 Chapter 30: Helpers 107 Introduction 107 Examples 107 Array methods 107
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    nException::class, \Illuminate\Auth\Access\AuthorizationException::class, \Symfony\Component\HttpKernel\Exception\HttpException::class, \Illuminate\Database\Eloquent\ModelNotFoundException::class Illuminate\Http\Request 实 例 提 供 了 多 个 方 法 来 检 测 应 用 的 HTTP 请 求 , Laravel 的 Illuminate\Http\Request 继承自 Symfony\Component\HttpFoundation\Request 类, 下面演示了该类提供的一些有用方法: 获取请求路径 path 方法将会返回请求的路径信息,因此,如果进入的请求路径是 http://domain 'value', $minutes, $path, $domain, $secure, $httpOnly ); 生成 Cookie 实例 如果你想要生成一个 Symfony\Component\HttpFoundation\Cookie 实例以便后续附加到响应实例, 可以使用一个全局的辅助函数 cookie,这个 cookie 只有在附加到响应实例上才会发送到客户端: $cookie
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    Route::get('/', function (Request $request) { // }); 请求路径 & 方法 Illuminate\Http\Request 继承 自 Symfony\Component\HttpFoundation\Request 类,提供了多个 方法来检测应用的 HTTP 请求,下面我们来演示其提供的一些获取 请求路径和请求方式的方法: 获取请求路径 path 方 'value', $minute s)); Cookie::queue('name', 'value', $minutes); 生成 Cookie 实例 如果你想要生成一 个 Symfony\Component\HttpFoundation\Cookie 实例以便后续添 加到响应实例,可以使用全局辅助函数 cookie,该 Cookie 只有在 添加到响应实例上才会发送到客户端: $cookie Illuminate\Http\Response 实例或视图。 返回一个完整的 Response 实例允许你自定义响应的 HTTP 状态码 和头信息。Response 实例继承 自 Symfony\Component\HttpFoundation\Response 基类,该类提 供了一系列方法用于创建 HTTP 响应: Route::get('cookie/response', function ()
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    404 错误。 第一种,使用帮助函数 abort,abort 函数会抛出一个指定状态码的 Symfony\Component\HttpFoundation\Exception\HttpException: abort(404); 第二种,手动抛出 Symfony\Component\HttpKernel\Exception\NotFoundHttpException.的 实例。 本文档由 Illuminate\Http\Request 实例提供了多个方法来检测应用的 HTTP 请求,Laravel 的 Illuminate\Http\Request 继承自 Symfony\Component\HttpFoundation\Request 类,这里列 出了一些该类中的有用方法: 1.1.1 获取请求 URI path方法将会返回请求的URI,因此,如果进入的请求路径是 http://domain $request->cookie('name'); 2.2.2 新增 Cookie Laravel 提供了一个全局的帮助函数 cookie 作为一个简单工厂来生成新的 Symfony\Component\HttpFoundation\Cookie 实例,新增的 cookies 通过 withCookie 方法被 附加到 Illuminate\Http\Response 实例: $response
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    thorizationException; use Illuminate\Database\Eloquent\ModelNotFoundException; use Symfony\Component\HttpKernel\Exception\HttpException; use Illuminate\Foundation\Validation\ValidationException; Illuminate\Http\Request 实例提供了多个方法来检测应用的 HTTP 请求, Laravel 的 Illuminate\Http\Request 继承 自 Symfony\Component\HttpFoundation\Request 类,下面演示了一些该类中的有用方 法: 获取请求 URI 本文档由 Laravel 学院(LaravelAcademy.org)提供 = $request->cookie('name'); 新增 Cookie 到响应 Laravel 提供了一个全局的辅助函数 cookie 作为一个简单工厂来生成新的 Symfony\Component\HttpFoundation\Cookie 实例,新增的 cookie 通过 withCookie 方法 被附加到 Illuminate\Http\Response 实例: $response
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 12. Risques applicatifs

    défaillants 2. Défaillances cryptographiques 3. Injections 4. Conception non sécurisée 5. Mauvaise configuration de sécurité 6. Composants vulnérables et obsolètes 7. Identification & Authentification de mauvaise d’information • Toute information est bonne pour l’attaquant – Messages d’erreur – Configuration OS serveur – Configuration serveurs (http, sql, php, …) – Identifiants et commentaires dans sources -au cas ! • Utilisée aussi par les “white hats” (ethical hackers) : Honeypots32 Bonnes pratiques • Configuration stricte du serveur • Valider toutes les entrées (formulaires, requêtes HTTP) • Filtrage/encodage
    0 码力 | 12 页 | 474.37 KB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    of files. The first thing you’re going to look at is the .env file. It contains a lot of configuration options, called environment variables, for your app: 9 For example in this portion of the file Here’s for example the 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 config folder hardcoded are “one for all environments”. Before looking at changing any of the configuration options, let’s modify what you see in the browser. 11 Open the routes folder and you’ll 4
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
Laravel5.0Documentation5.6中文文档3.2Learning5.36.05.15.2SlidesDevWeb12RisquesapplicatifsTheHandbook
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩