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

语言

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

格式

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

    作为服务器, 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 35 需要先确保 Apache 启用了 mod_rewrite 模块以支 持 .htaccess 解析。 如果 Laravel 自带的 .htaccess 文件不起作用,试试将其中内容做 如下替换: Options +FollowSymLinks -Indexes require laravel/valet 最新的 Valet 源码下载好之后,运行 install 命令: valet install valet restart 升级之后,需要 re-park 和 re-link 站点。 访问站点 Valet 安装完成后,就可以启动服务站点,Valet 为此提供了两个命 令:park 和 link。 park 命令  在 Mac 系统中创建一个新目录,例如 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 260 Route::get('cookie/get', function(\Illuminate\Http\Re quest $request) { $cookie = $request->cookie('name'); dd($cookie); }); 先访问 http://blog.test/cookie/add
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    public/.htaccess 文件支持隐藏 URL 中的 index.php,如过你的 Laravel 应用使用 Apache 作为服务器,需要先确保 Apache 启 用了 mod_rewrite 模块以支持 .htaccess 解析。 如果 Laravel 自带的 .htaccess 文件不起作用,试试将其中内容做如下替换: Options +FollowSymLinks RewriteEngine require laravel/valet 最新的 Valet 源码下载好之后,运行 install 命令: valet install valet restart 升级之后,需要 re-park 和 re-link 站点。 访问站点 Valet 安装完成后,就可以启动服务站点,Valet 为此提供了两个命令:park 和 link。 本文档由 Laravel 学院提供 应用,同样,你可以按照应 用的需要增删 package.json 中的扩展包。 扩展包安装好之后,可以使用 npm run dev 命令来编译前端资源,Webpack 是为现代 JavaScript 应用提供的模块捆绑器,当你执行 npm run dev 命令的时候,Webpack 将会执行 webpack.mix.js 中的指令: npm run dev 默认情况下,Laravel 自带的 webpack
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    Webpack & Laravel Elixir Laravel Elixir 6.0 和 Laravel 5.3 一起发布,新版本将捆绑支持 Webpack 和 Rollup JavaScript 模块。 默认情况下,Laravel 5.3 的 gulpfile.js 文件现在已经使用 Webpack 来编译 JavaScript: elixir(mix => { mix.sass('app ECMAScript 2015,模块管理, 最小化以及合并原生 JavaScript 文件。 使用模块编写 ES2015 的时候,可以选择 Webpack 或 Rollup ,如果你对这些工具很陌生,别担心, Elixir 会为你处理所有背后的复杂逻辑。默认情况下,Laravel 的 gulpfile 使用 webpack 来编译 JavaScript,当然,你也可以选择使用自己喜欢的模块管理器。 Webpack 的更多功能,可以利用应用根目录下的 webpack.config.js 文件,Elixir 将会读取该文件并将其中的配置用于构建过程。 Rollup 和 Webpack 相似,Rollup 是为 ES2015 准备的下一代模块管理器,该方法接收一个相对 于 resources/assets/js 目录的文件数组,然后在 public/js 目录下生成单个文件: elixir(function(mix) {
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    public/.htaccess 文件支持 URL 中隐藏 index.php,如过你的 Laravel 应用 使用 Apache 作为服务器,需要先确保 Apache 启用了 mod_rewrite 模块以支持.htaccess 解析。 如果 Laravel 自带的.htaccess 文件不起作用,试试将其中内容做如下替换: Options +FollowSymLinks RewriteEngine coffee(['app.coffee', 'controllers.coffee']); }); 5.2 Browserify Elixir 还提供了 browserify 方法,从而让你可以在浏览器中引入模块并使用 EcmaScript 6。 该任务假定你的脚本都存放在 resources/assets/js 而且将结果文件存放到 public/js/bundle.js: elixir(function(mix)
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    coffee(['app.coffee', 'controllers.coffee']); }); 5.2 Browserify Elixir 还提供了 browserify 方法,从而让你可以在浏览器中引入模块并使用 EcmaScript 6。 该任务假定你的脚本都存放在 resources/assets/js 而且将结果文件存放 到 public/js/bundle.js: elixir(function(mix)
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    running with Laravel, starting from zero knowledge. I will only teach you the basics, and once you’re done with this you’ll have the knowledge you need to dive deeper. 1. Introduction to Laravel 4 Open the newly created project folder in VS Code. This should be the file structure: 8 While you’re here I recommend you install the extensions Laravel Extra Intellisense Laravel Artisan Laravel Blade Snippets PHP tools for VS Code We have a bunch of folders and a bunch of files. The first thing you’re going to look at is the .env file. It contains a lot of configuration options, called environment
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    makes schema changes you can update your local copy from the repository and run migrations. Now you're up to date, too!  Unit-Testing is an important part of Laravel. Laravel itself sports hundreds out in the IRC channel is a really great way to learn more about web-development using Laravel. You're welcome to ask questions, answer other people's questions, or just hang out and learn from other people's that point to them. 15 In the following example the first parameter is the route that you're "registering" with the router. The second parameter is the function containing the logic for that
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    utilizes Psysh by Justin Hileman, a more robust REPL for PHP. If you liked Boris in Laravel 4, you're going to love Psysh. Even better, it works on Windows! To get started, just try: php artisan tinker to start a worker in "daemon mode", meaning the worker will continue to process jobs without ever re-booting the framework. This results in a significant reduction in CPU usage at the cost of a slightly the enhanced password reminder engine, consult the documentation. Laravel 4.1 features a totally re-written routing layer. The API is the same; however, registering routes is a full 100% faster compared
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    Create a new test class migrate:install Create the migration repository migrate:refresh Reset and re-run all migrations migrate:reset Rollback all database migrations migrate:rollback Rollback the last notation: view('parts.header.navigation'); Within a view file, such as resources/views/example.php, you're free to include both HTML and PHP together: Hello world! malicious injection of HTML 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:
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 05. JavaScript & DOM

    • Syntaxe proche de C, Java • Faiblement typé : – Pas de déclaration, type déterminé par la dernière affectation – Risque : typo => nouvelle variable. Utiliser const et let • Types : – Primitifs : Boolean retourner ou non une valeur • Sans retour, valeur spéciale : undefined • Pas de surcharge (la dernière définie prime) • function est un type • Fonctions imbriquées, anonymes • Fonctions globales : 16http://www lastGraf contient le denier du tableau allGrafs • Insertion : – Recherche du parent – Recherche du frère gauche – Insertion depuis le parent Avec jQuery • Création et ajout : 33https://developer.mozilla
    0 码力 | 10 页 | 91.95 KB | 1 年前
    3
共 15 条
  • 1
  • 2
前往
页
相关搜索词
Laravel6.0中文文档5.65.35.15.2TheHandbook3.2Documentation5.0LearningSlidesDevWeb05JavaScriptDOM
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩