CakePHP Cookbook 3.xGeneration Add Edit Action Create Edit Template Update Validation Rules for Articles Add Delete Action 3.x Migration Guide 3.10 Migration Guide 3.10 Migration Guide 3.9 Migration Guide 3.9 Migration Guide Constants Timing Definition Constants Chronos Debug Kit Migrations ElasticSearch Appendices 3.x Migration Guide 3.x Migration Guide Forwards Compatibility Shimming General Information CakePHP Development direct the request to webroot/index.php. 2. Your Application is loaded and bound to an HttpServer. 3. Your application’s middleware is initialized. 4. A request and response is dispatched through the PSR-70 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 3.x. . . . . . . . . . . . . . . . . . . 3 Just the Start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Additional Reading . . . . . . . . . . Creating the Articles Controller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3 3.x Migration Guide 29 3.10 Migration Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 Blog Tutorial - Part 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 Blog0 码力 | 967 页 | 2.80 MB | 1 年前3
Falcon v3.1.1-b3 DocumentationFalcon Documentation Release 3.1.1b3 Kurt Griffiths et al. Nov 11, 2022 CONTENTS 1 Quick Links 3 2 What People are Saying 5 3 Features 7 4 Who’s Using Falcon? 9 5 Documentation 11 5.1 User Guide . . . . . 361 Python Module Index 365 Index 367 ii Falcon Documentation, Release 3.1.1b3 Release v3.1b3 (Installation) Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST falcon.App() app.add_route('/quote', QuoteResource()) CONTENTS 1 Falcon Documentation, Release 3.1.1b3 2 CONTENTS CHAPTER ONE QUICK LINKS • Read the docs (FAQ - getting help - reference) • Falcon add-ons0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.1-b3 DocumentationThe Falcon Web Framework Release v3.1b3 (Installation) Falcon [https://falconframework.org] is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and microservices, with a focus to our wiki under Who’s Using Falcon? [https://github.com/falconry/falcon/wiki/Who's-using-Falcon%3F] You might also like to view our Add-on Catalog [https://github.com/falconry/falcon/wiki/Add- on-Catalog] The Secure Attribute The SameSite Attribute Status Codes HTTPStatus 1xx Informational 2xx Success 3xx Redirection 4xx Client Error 5xx Server Error Error Handling Base Class Predefined Errors Media0 码力 | 540 页 | 476.61 KB | 1 年前3
Laravel 6.0 中文文档CloudFront CDN 进行交互的复杂性进行了抽象。 通过 Ignition 优化异常 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 3 Laravel 6.0 支持 Ignition,这个一个开源的错误和异常详情页项目, 由 Freek Van der Herten 和 Marcel Pociot 创建并维护。相对于之 前版本的错误显示,Ignition 码的开发和维护与主框架分离。所以,在默认框架脚手架代码中,现 在已经剔除了 Bootstrap 和 Vue 相关代码,make:auth 命令也被 提取出去。 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 11 如果想要恢复之前版本的 Vue/Bootstrap 脚手架代码,可以安 装 laravel/ui 扩展包,并使用 Artisan Artisan 命令 ui 来安装前端脚手架 代码: composer require laravel/ui php artisan ui vue --auth 升级指南 重要更新概览 影响较大 授权资源 & viewAny 字符串 & 数组辅助函数 影响中等 认证 RegisterController 不再支持 Carbon 1.x 数据库 Capsule::table0 码力 | 1442 页 | 14.66 MB | 1 年前3
Laravel 5.3 中文文档.................. 3 1.1 发行版本说明 ................................................................................................................................................. 3 1.2 升级指南 ........ ............................................................................................. 45 3. 开发环境 ............................................................................................. .............. 681 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 3 1. 序言 1.1 发行版本说明 1、支持政策 对于 LTS 版本,比如 Laravel 5.1,我们将会提供为期两年的 bug 修复和三年的安全修复支持。 LTS 版本将会提供最长时间的支持和维护。0 码力 | 691 页 | 9.37 MB | 1 年前3
Laravel 5.6 中文文档处理时会自动进行重新加载。 本文档由 Laravel 学院提供 Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 3 Eloquent 日期转化 现在你可以单独自定义 Eloquent 日期字段转化格式了,开始之前,需要在转化声明中指定目标日期格式。指定好之后,该格式就会在模型序列化为 数组/JSON 时使用: Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 4 Bootstrap 4 所有前端脚手架例如用户登录认证模板和 Vue 示例组件都已经升级到 Bootstrap 4。默认情况下,生成的分页链接现在也已升级到 Bootstrap 4。 升级指南 预计升级时间:10-30 分钟 PHP Laravel 在在 内容被添加前调用,从而允许你自定义编码以及其他消息选项。 分页 Bootstrap 4 分页器生成的分页链接现在默认使用 Bootstrap 4,要让分页器生成 Bootstrap 3 链接,需要在 AppServiceProvider 的 boot 方法中调 用 Paginator::useBootstrapThree 方法:0 码力 | 377 页 | 14.56 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
02.Introduction aux frameworks PHP 19 décembre 2023 Développement web il3 Introduction aux frameworks PHP HE-Arc 2016-24 DGR et YBL Framework1 • Fonctionnalités similaires pour de nombreuses applis Overflow2 ou artima developper3. 1http://en.wikipedia.org/wiki/Software_framework 2http://stackoverflow.com/questions/148747/what-is-the-difference-between-a-framework-and-a-library 3http://www.artima.com/forums/flat tern-mvc-zoom-sur-la- couche-modele-dal-dao-orm-crud/ 6http://ui-patterns.com/ 2 Figure 1: MVC 3 Bonnes pratiques • Heavy Model, Light Controller • Don’t Repeat Yourself • You Ain’t Gonna Need It0 码力 | 24 页 | 1.03 MB | 1 年前3
《Slides Dev Web》 01. Cours devweb
devweb 19 décembre 2023 Développement web ISC3-il Présentation du cours HE-Arc 2023/24 DGR et YBL Programme • Frameworks MVC : Laravel, Django, … • HTML5 : vue d’ensemble • Javascript : VueJS, Node.js activités • Cours théorique • 2 Projets – frameworks : Laravel, Django, Vue.js (ouvert à d’autres propositions) – Groupes de 3, 30h1 par personne et par projet – Présentation de 20min • Workshops intervenants 1https://rs.he-arc.ch/index.php?id_menu=78&id_parent=76 1 – Webdesign (A. Keller2) ? – Flask (M. Amiguet3) ? – Automatisation du déploiement (R. Emourgeon4) ? – Vos présentations ? Vos propositions ? • Support0 码力 | 7 页 | 129.56 KB | 1 年前3
《Slides Dev Web》 03. Laravel
03.Laravel 19 décembre 2023 Développement web il3 Laravel HE-Arc (DGR & R. Emourgeon) 2018-23 Pourquoi Laravel1 ? • Framework full stack / glue • Prise en main rapide • Bonne documentation, grande grande communauté2 • Incite au respect des principes S.O.L.I.D3 • Gratuit et opensource (Licence MIT) Historique • Projet initié en 2011 par Taylor Otwell4 • Basé sur des composants d’autres frameworks com/ 2http://laravel.io/forum 3http://fr.wikipedia.org/wiki/SOLID_(informatique) 4http://taylorotwell.com/ 5https://getcomposer.org/ 6https://github.com/search?l=PHP&q=stars%3A%3E0&ref=searchresults&type=Repositories0 码力 | 8 页 | 224.34 KB | 1 年前3
共 97 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













