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

无数据

分类

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

语言

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

格式

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

    this out: public function createPost(Request $request) { $this->validate($request, [ 'title' => 'required|max:255', 'body' => 'required', ]); } If the validation fails, an exception Delete the following from your use block: use Illuminate\Auth\UserInterface; use Illuminate\Auth\Reminders\RemindableInterface; Add the following to your use block: use Illuminate\Auth\Authenticatable; remove Illuminate\Auth\Reminders\RemindableTrait and Illuminate\Auth\UserTrait from your use block and your class declaration. The name of the trait and interface used by Laravel Cashier has changed
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    中文学习资源:https://xueyuanjun.com 5 * * @return void */ public function handle() { Redis::throttle('key')->block(0)->allow(1)->every (5)->then(function () { info('Lock obtained...'); // 处理任务... }, function () callable $next * @return mixed */ public function handle($job, $next) { Redis::throttle('key') ->block(0)->allow(1)->every(5) ->then(function () use ($job, $next) { // Lock obtained... $next($job); /example.com/public; add_header X-Frame-Options "SAMEORIGIN"; add_header X-XSS-Protection "1; mode=block"; add_header X-Content-Type-Options "nosniff"; index index.html index.htm index.php; charset utf-8;
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》02. Introduction aux frameworks PHP

    he-arc.ch > < HTTP/1.1 200 OK < Content-Type: text/html; charset=utf-8 < <title>HE-Arctitle>

    Hello HTTP est un protocole texte plutôt simple, jugez plutôt: Ce que nous voyons est $db = new PDO("sqlite:../users.db"); // Page HTML ?> <title>HE-Arctitle> query("SELECT * FROM `personnes` _least_privilege 14 {# 02-twig/templates/collaborateur.html #} {%- extends "base.html" -%} {% block corps -%}

    retour

    Équipe

    {{- personne.prenom -}} {{ personne.nom

    0 码力 | 24 页 | 1.03 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    php, you're free to include both HTML and PHP together: <title>Hello world!title>

    Welcome!

    Your name is: block of HTML content resulting from a PHP expression, use the following syntax: {!! $myHtmlString !!} @include('includes.info', ['title' => 'Information Station']) https://riptutorial.com/ 21 The code above will include the view at 'views/includes/info.blade.php'. It will also pass in a variable $title having value

    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    com/public; add_header X-Frame-Options "SAMEORIGIN"; add_header X-XSS-Protection "1; mode=block"; add_header X-Content-Type-Options "nosniff"; index index.html index.htm index.php; Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 84 <title>应用名称 - @yield('title')title> @section('sidebar') 这里是侧边栏 @yield 的地方: @extends('layouts.app') @section('title', 'Laravel 学院') @section('sidebar') @parent

    Laravel 学院致力于提供优质 Laravel 中文学习资源

    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 08 . RSS

    0 RSS 2.0 <title>Arc Info News RSS 2.0title> http://www.he-arc.ch/ News HE-Arc (RSS 2.0) ch david.grunenwald@he-arc.ch 5 <title>Nouveau cours d'Applications Internet 2title> https://intranet.he-arc.ch/sites/ingenierie/ Bachelor_Modules_Anne xml version="1.0" encoding="utf-8"?> <title>Arc Info News Atom 1.0title> version Atom 0 码力 | 7 页 | 52.98 KB | 1 年前
    3
  • pdf文档 使⽤Laravel 8 PHP主流框架打造 RESTful API

    HTTP 協定 HTTP VERBS. URL. HTTP STATUS. JSON. POST { "data": { "id": 1, "title": "我是標題⽂字", "content": "我是內容", "created_at": "2021-09-08 14:07:22", "updated_at": Accept : application/json Content-Type : application/json Content-Type : application/json { "title": "我是標題⽂字", "content": "我是內容", } HTTP狀態碼 2xx. 4xx. 5xx. RESTful API HTTP 動詞 URI 功能 HTTP狀態碼 製作⼀個簡易的⽂章管理系統 只有兩個欄位 title 、 content 筆記連結:https://hackmd.io/ZDoduP_oQ5WXYsO7TyJsiQ 新建單⼀資源 POST https://localhost/api/v1/articles { "data": { "id": 1, "title": "我是標題⽂字",
    0 码力 | 22 页 | 3.41 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    Response */ public function store(Request $request){ $this->validate($request, [ 'title' => 'required|unique:posts|max:255', 'body' => 'required', ]); // 验证通过,存储到数据库 中分配 bail 规则: $this->validate($request, [ 'title' => 'bail|required|unique:posts|max:255', 'body' => 'required',] ); 在这个例子中,如果 title 属性上的 required 规则验证失败,则不会检查 unique 规则,规则会 按照分配顺序依次进行验证。 按照分配顺序依次进行验证。 嵌套属性注意事项 如果 HTTP 请求中包含“嵌套”参数,可以使用“.”在验证规则中指定它们: $this->validate($request, [ 'title' => 'required|unique:posts|max:255', 'author.name' => 'required', 'author.description' => 'required'
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    resources/views/layouts/master.blade.php --> <title>App Name - @yield('title')title> @section('sidebar') This is the -- 存放在 resources/views/child.blade.php --> @extends('layouts.master') @section('title', 'Page Title') @section('sidebar') @parent

    This is appended to the master sidebar 获取数据列值列表 如果想要获取包含单个列值的数组,可以使用 lists 方法,在本例中,我们获取所有 title 的数组: $titles = DB::table('roles')->lists('title'); foreach ($titles as $title) { echo $title; } 在还可以在返回数组中为列值指定更多的自定义键(该自定义键必须是该表的其它字段列

    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    存放在 resources/views/layouts/master.blade.php --> <title>App Name - @yield('title')title> @section('sidebar') This is the master 存放在 resources/views/layouts/child.blade.php --> @extends('layouts.master') @section('title', 'Page Title') @section('sidebar') @parent

    This is appended to the master sidebar.

    lists 方法,在本例中,我们获取所有 title 的数组: $titles = DB::table('roles')->lists('title'); 本文档由 Laravel 学院(LaravelAcademy.org)提供 83 foreach ($titles as $title) { echo $title; } 在还可以在返回数组中指定更多的自定义键:
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
共 15 条
  • 1
  • 2
前往
页
相关搜索词
Laravel5.0Documentation6.0中文文档SlidesDevWeb02IntroductionauxframeworksPHPLearning5.608RSS主流框架打造RESTfulAPI5.35.25.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩