积分充值
 首页
前端开发
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.110 秒,为您找到相关结果约 13 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Laravel 5.0 Documentation

    extremely quickly. Homestead includes Nginx 1.6, PHP 5.6, MySQL, Postgres, Redis, Memcached, Beanstalk, Node, Gulp, Grunt, & Bower. Homestead includes a simple Homestead.yaml configuration file for managing currently built and tested using Vagrant 1.6. Ubuntu 14.04 PHP 5.6 HHVM Nginx MySQL Postgres Node (With Bower, Grunt, and Gulp) Redis Memcached Beanstalkd Laravel Envoy Fabric + HipChat Extension Router::bind method. The Closure you pass to the bind method will receive the value of the URI segment, and should return an instance of the class you want to be injected into the route: Route::bind('user'
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    autoprefixer If you don’t have npm installed yet, install Node.js first. This command will create a package.json file, a package-lock.json and a node_modules folder. Then run this: npx tailwindcss init config.js files. (see my npx tutorial if you’re new to that, it’s installed automatically with Node.js, as npm ). Now open tailwind.config.js and add this: /** @type {import('tailwindcss').Config} Route::get('/dogs/daisy', function () { return view('dog'); }) What we do instead is, we have a dynamic segment in the URL: Route::get('/dogs/{slug}', function () { return view('dog'); }) slug is a
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    $callback); 16 Wildcards Forcing a URI segment to be any digit: Route::get('user/(:num)', function($id) { // }); Allowing a URI segment to be any alpha-numeric string: Route::get('post/(:any)' without limitations: Route::get('files/(:all)', function($path) { // }); Allowing a URI segment to be optional: Route::get('page/(:any?)', function($page = 'index') { // }); The 404 frameworks, where the first segment is the controller name, the second is the method, and the remaining segments are passed to the method as arguments. If no method segment is present, the "index" method
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    resolves Eloquent models defined in routes or controller actions whose variable names match a route segment name. For example: Route::get('api/users/{user}', function (App\User $user) { return $user->email; }); In this example, since the Eloquent $user variable defined on the route matches the {user} segment in the route's URI, Laravel will automatically inject the model instance that has an ID matching Redirect::route('loginPage'); Route Parameters You can use route parameters to get the part of the URI segment. You can define a optional or required route parameter/s while creating a route. Optional parameters
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 05. JavaScript & DOM

    hors-browser – Node.js, Spidermonkey, Rhino – script d’app (Qt, Notepad++, …) 1 • Langage cible de compilateurs : emscripten1, WebAssembly2 • Embarqué : Espruino3, robotique : Node Bots4, CylonJS5 DOMContentLoaded would be much more appropriate, so be cautious. MDN: DOMContentLoaded26 Node.js27 / Deno28 • Node.js : une implémentation hors navigateur – environnement d’exécution + bibliothèques – 27https://nodejs.org 28https://www.reddit.com/r/node/comments/nx9qqr/deno_vs_nodejs_a_comparison_you_need_to_know/ 29https://www.npmjs.com 30https://colorlib.com/wp/npm-packages-node-js/ 5 – gulp, grunt, bower, yarn
    0 码力 | 10 页 | 91.95 KB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    盒子! Homestead 可以运行在 Windows、Mac 以及 Linux 系统上,其中已经安装好了 Nginx、 PHP5.6、MySQL、Postgres、Redis、Memcached、Node 以及很多其它开发牛逼 Laravel 应用所需要的东西。 注意:如果你使用的是 Windows,需要开启系统的硬件虚拟化(VT-x),这通常可以通过 BIOS 来开启。 Homestead 进行构建和测试。 1.1 包含软件  Ubuntu 14.04  PHP 5.6  HHVM  Nginx  MySQL  Postgres  Node (With PM2, Bower, Grunt, and Gulp)  Redis  Memcached  Beanstalkd  Laravel Envoy 者压根 不使用。 2、安装 & 设置 2.1 安装 Node 在开始 Elixir 之前,必须首先确保 Node.js 在机器上已经安装: node -v 默认情况下,Laravel Homestead 包含你需要的一切;然而,如果你不使用 Vagrant,你也 可以通过访问 Node 的下载页面轻松的安装 Node。 2.2 Gulp 接下来,需要安装 Gulp 作为全局
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    盒子! Homestead 可以运行在 Windows、Mac 以及 Linux 系统上,其中已经安装好了 Nginx、 PHP7.0、MySQL、Postgres、Redis、Memcached、Node 以及很多其它开发 Laravel 应用所需要的东西。 注:如果你使用的是 Windows,需要开启系统的硬件虚拟化(VT-x),这通常可以通过 BIOS 来开启。 预装软件  Ubuntu PHP 7.0  HHVM  Xdebug  Nginx  MySQL  SQLite 3  Postgres  Composer  Node(With PM2, Bower, Grunt, and Gulp)  Redis  Memcached  Beanstalkd  Blackfire Profiler 者压根不使用。 2、安装 & 设置 2.1 安装 Node 在开始 Elixir 之前,必须首先确保 Node.js 在机器上已经安装: node -v 默认情况下,Laravel Homestead 包含你需要的一切;然而,如果你不使用 Vagrant,你 也可以通过访问 Node 的下载页面轻松的安装 Node。 2.2 Gulp 接下来,需要安装 Gulp 作为全局
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    盒子的释义请参考 Vagrant 官方文档), 该盒子为我们提供了一个优秀的开发环境,有了它,我们不再需要在本地环境安装 PHP、Composer、Nginx、MySQL、Memcached、Redis、Node 等其它工具软件,我们也完全不用再担心误操作搞乱操作系统 —— 因为 Vagrant 盒子是一次性的,如果出现错误,可以在数分钟内销毁并重新创 建该 Vagrant 盒子! 为什么说它是重量级 Nginx  Apache(可选)  MySQL  MariaDB(可选)  SQLite3  PostgresSQL  Composer  Node(With Yarn, Bower, Grunt, and Gulp)  Redis  Memcached  Beanstalkd  Mailhog  Elasticsearch(可选) rsync__args: ["--verbose", "--archive", "--delete", "-zz"] rsync__exclude: ["node_modules"] 配置 Nginx 站点 对 Nginx 不熟?没关系!通过 sites 属性你可以方便地将“域名”映射到 Homestead 虚拟机的指定目录,Homestead.yaml
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    盒子的释义请参考 Vagrant 官方文档),该盒子为我们提供了一个优秀的开发环境,有了它,我 们不再需要在本地环境安装 PHP、Composer、Nginx、MySQL、 Memcached、Redis、Node 等其它工具软件,我们也完全不用再担 心误操作搞乱操作系统 —— 因为 Vagrant 盒子是一次性的,如果 出现错误,可以在数分钟内销毁并重新创建该 Vagrant 盒子! 为什么说它是重 PHP 5.6  Nginx  MySQL  lmm(用于 MySQL 或 MariaDB 数据库快照)  SQLite3  PostgreSQL  Composer  Node(With Yarn, Bower, Grunt, and Gulp)  Redis  Memcached  Beanstalkd  Mailhog  avahi  ngrok "rsync" options: rsync__args: ["--verbose", "--archive", "--de lete", "-zz"] rsync__exclude: ["node_modules"] 配置 Nginx 站点 对 Nginx 不熟?没关系!通过 sites 属性你可以方便地将“域名”映 射到 Homestead 虚拟机的指定目录,Homestead.yaml
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    Homestead 可以运行在 Windows、Mac 以及 Linux 系统上,其中已经安装好了 Nginx、PHP7.0、 MySQL、Postgres、Redis、Memcached、Node 以及很多其它开发 Laravel 应用所需要的东西。 注:如果你使用的是 Windows,需要开启系统的硬件虚拟化(VT-x),这通常可以通过 BIOS 来开 启。如果你是在 UEFI 系统上使用 HHVM  Xdebug  Nginx  MySQL  MariaDB  SQLite 3  Postgres  Composer  Node(With PM2, Bower, Grunt, and Gulp)  Redis  Memcached  Beanstalkd 2、安装 & 设置 首次安装 在使用 压根不使用。 2、安装 & 设置 安装 Node 在开始 Elixir 之前,必须首先确保 Node.js 在机器上已经安装: node -v npm -v 默认情况下,Laravel Homestead 包含你需要的一切;然而,如果你不使用 Vagrant,你也可以通 过访问 Node 的下载页面轻松的安装 Node。 Gulp 接下来,需要安装 Gulp
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
Laravel5.0DocumentationTheHandbook3.2LearningSlidesDevWeb05JavaScriptDOM5.1中文文档5.25.66.05.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩