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

语言

全部英语(6)中文(简体)(3)法语(1)

格式

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

    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 Convert the given string to snake_case . $snake = snake_case('fooBar'); // foo_bar Limit the number of characters in a string. str_limit($value, $limit = 100, $end = '...') Example: $value = str_limit('The
    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文档 Learning Laravel

    lot more. Artisan is the name of the command-line interface included with Laravel. It provides a number of helpful commands for your use while developing your application. To view a list of all available iteration (starts at 1). $loop->remaining The remaining loop iterations. $loop->count The total number of items in the array being iterated. $loop->first Whether this is the first iteration through the in the view). If you would like to bypass this behavior, for example if you're trying to output a block of HTML content resulting from a PHP expression, use the following syntax: {!! $myHtmlString !!}
    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; ($user->type == 1) @continue @endif
  • {{ $user->name }}
  • @if ($user->number == 5) @break @endif @endforeach 还可以使用指令声明来引入条件: @foreach ($users as $user) @continue($user->type == 1)
  • {{ $user->name }}
  • @break($user->number == 5) @endforeach $loop 变量 在循环的时候,可以在循环体中使用 $loop 变量,该变量提供了一些有用的信息,比如当前循环索引,以及当前循环是不是第一个或最后一个迭 代: @foreach
0 码力 | 377 页 | 14.56 MB | 1 年前
3
  • pdf文档 The Laravel Handbook

    @isset shows a block if the argument is defined @empty shows a block if an array does not contain any element @auth shows a block if the user is authenticated @guest shows a block if the user is is not authenticated @production shows a block if the environment is a production environment Using the @php directive we can write any PHP: @php $cats = array("Fluffy", "Mittens", "Whiskers"
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 10. Rwd

    fr/attribut-srcset-images-responsive/ 5 .feature { overflow: hidden; } .feature img { display: block; max-width: auto; } • Pas de standard pour servir différentes tailles de fichier • Quelques idées
    0 码力 | 7 页 | 76.36 KB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    option into consideration.  Simplified the paths.php file.  Only write file caches if number of minutes is greater than zero.  Added $default parameter to Bundle::option method.  Fixed Further Reading:  Route Filters Nested Controllers Controllers may be located within any number of sub-directories within the main application/controllers folder. Define the controller class 'email_required' => 'We need to know your e-mail address!', ) Custom Validation Rules Laravel provides a number of powerful validation rules. However, it's very likely that you'll need to eventually create some
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》02. Introduction aux frameworks PHP

    _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文档 《Slides Dev Web》 05. JavaScript & DOM

    typo => nouvelle variable. Utiliser const et let • Types : – Primitifs : Boolean Null Undefined Number String Symbol – Objets : Object Function • Particularités – Prototypes18 – Fermetures19 – Promesses20 dev/articles/promises?hl=fr 3 escape(), unescape(), isFinite(), isNaN(), parseFloat(), parseInt(), Number(), String(), eval(), ... JavaScript dans la page web • Éléments