Learning Laravelstarted with Laravel 2 Remarks 2 Laravel StackOverflow Slack Community 2 Featured Tutorial 2 Contribution Guidelines 2 Contribution Style Guide 2 About Laravel 2 Main Features 2 MVC 2 Blade Templating Welcome to Laravel tag documentation! 4 Starter Guide 4 Getting Started 4 Laravel Views 5 Chapter 2: Artisan 6 Syntax 6 Parameters 6 Examples 8 Introduction 8 List all registered routes filtered for simplicity. It follows the model–view–controller (MVC) architectural pattern as well as the PSR-2 coding standard, and the PSR-4 autoloading standard. Running a Test Driven Development (TDD) in Laravel0 码力 | 216 页 | 1.58 MB | 1 年前3
 Laravel 5.1 中文文档4 Laravel 5.1.4 将登录次数限制引入框架,更多详情请参考认证限制一节。 Laravel 5.1 Laravel 5.1 在 5.0 的基础上继续进行优化和提升,接受 PSR-2 代码风格,新增事件广播 机制,中间件参数,Artisan 优化,等等。 PHP 5.5.9+ 由于 PHP 5.4 将会在今年 9 月份“寿终正寝”,并且 PHP 开发组不会再提供安全更新,Laravel PSR-2 PSR-2 代码风格指南已经被 Laravel 框架采取为默认风格指南,此外,所有代码生成器已经 被更新到生成兼容 PSR-2 语法的代码。 文档 Laravel 文档的每一个页面都进行了一丝不苟的审查和引人注目的优化,所有代码示例都被 审查并且扩展到更好的支持上下文相关性。 本文档由 Laravel 学院(LaravelAcademy.org)提供 2 事件广播 Otwell 安全漏洞 如果你在 Laravel 中发现安全漏洞,请发送邮件到 taylor@laravel.com,所有的安全漏洞将会 被及时解决。 编码风格 Laravel 遵循 PSR-2 编码标准和 PSR-4 自动载入标准。 本文档由 Laravel 学院(LaravelAcademy.org)提供 9 二、开始 安装及配置0 码力 | 307 页 | 3.46 MB | 1 年前3
 Laravel 5.2 中文文档1,我们将会提供为期两年的 bug 修复和三年的安全修复 支持。LTS 版本将会提供最长时间的支持和维护。 对于其他通用版本,只提供六个月的 bug 修复和一年的安全修复支持,比如 Laravel 5.2。 2、Laravel 5.2 Laravel 5.2 在 5.1 基础上继续改进和优化,添加了许多新的功能特性:多认证驱动支 持、隐式模型绑定、简化 Eloquent 全局作用域、可选择的认证脚手架、中间件组、访问频 加便捷。假设你有一个路由 定义如下: 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 2 use App\User; Route::get('/user/{user}', function (User $user) { return $user; });  Laravel Homestead  Laravel Homestead Build Scripts  Laravel Website  Laravel Art 2、核心开发讨论 你可以在 LaraChat 的 Slack 小组的 #internals 频道讨论关于 Laravel 的 bugs、新特 性、以及如何实现已有特性等。Taylor Otwell,Laravel0 码力 | 377 页 | 4.56 MB | 1 年前3
 Laravel 5.3 中文文档............................................................................................. 30 2. 起步 ............................................................................................... .............. 264 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 2 8.5 加密 .......................................................................................... 对于其他通用版本,只提供六个月的 bug 修复和一年的安全修复支持,比如 Laravel 5.3。 2、Laravel 5.3 Laravel 5.3 在 5.2 的基础上继续进行优化,提供了大量新功能和新特性:基于驱动的通知系统; 通过 Laravel Echo 提供强大的实时支持;通过 Laravel Passport 实现无痛的 OAuth2 服务器;通过 Laravel Scout 实现全文模型搜索;在 Laravel0 码力 | 691 页 | 9.37 MB | 1 年前3
 Laravel 5.6 中文文档Laravel 5.5 的基础上继续进行优化,包括日志系统、单机任务调度、模型序列化优化、动态频率限制、广播频道类、API 资源控制器 生成、Eloquent 日期格式化优化、Blade 组件别名、Argon2 密码哈希支持、引入 Collision 扩展包等等等等。此外,所有的前端脚手架代码都已升 级到 Bootstrap 4,Laravel 底层使用的 Symfony 组件都已升级到 Symfony ~4 编码最大请求次数: 本文档由 Laravel 学院提供 Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 2 Route::middleware('auth:api', 'throttle:60,1')->group(function () { Route::get('/user', function @alert You are not allowed to access this resource! @endalert Argon2 密码哈希 如果你在构建一个基于 PHP 7.2.0+ 的应用,Laravel 现在可以支持通过 Argon2 算法进行密码哈希,默认的应用哈希驱动通过新增 的 config/hashing.php 配置文件来控制。 UUID 方法 Laravel0 码力 | 377 页 | 14.56 MB | 1 年前3
 Laravel 6.0 中文文档本文档由学院君翻译提供 更多资源请访问 https://xueyuanjun.com 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 2 第一部分:序言 新版特性 Laravel 6.0(LTS 版本) 在 Laravel 5.8 的基础上继续进行优化, 包括引入语义化版本、兼容 Laravel Vapor、优化授权响应、支持任 com,所有的安全漏洞将会被及时解决。 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 28 编码风格 Laravel 遵循 PSR-2 编码标准和 PSR-4 自动载入标准。 PHPDoc 下面是一个有效的 Laravel 文档区块示例,注意到 @param 属性前面 有两个空格,参数类型前有两个空格,最后是参数名称,也有两个空 Neo4j  Oh My Zsh  Open Resty 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 56  PM2  Python  RabbitMQ  Solr  Webdriver & Laravel Dusk 相关工具 安装 & 设置 首次安装 在使用 Homestead 之前,需要先安装0 码力 | 1442 页 | 14.66 MB | 1 年前3
 《Slides Dev Web》 01. Cours devweb
(Responsive) Web Design • (Syndication : RSS, Atom) • Vos souhaits ? Contenu, activités • Cours théorique • 2 Projets – frameworks : Laravel, Django, Vue.js (ouvert à d’autres propositions) – Groupes de 3, 30h1 intervenants externes 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 Choix – Besoin réel – Données existantes : dbpedia11, opendata12, … – S’inspirer de l’existant : 2https://www.alinekeller.ch 3http://www.matthieuamiguet.ch/ 4https://www.linkedin.com/in/raphaelemourgeon/0 码力 | 7 页 | 129.56 KB | 1 年前3
 《Slides Dev Web》 12. Risques applicatifs
internationale, sans but lucratif • Référence principale dans le domaine • Propose : – Top 10 (web et mobile2) : Méthode3, CVSS4, CWE5 – Grande communauté d’experts – Formation, documentation et ressources – Outils de tests et de formation Top 106 OWASP 2021 (fr7 - historique8) 1. Contrôle d’accès défaillants 2. Défaillances cryptographiques 3. Injections 4. Conception non sécurisée 5. Mauvaise configuration de d’exécuter du code • Passées par requêtes : – formulaires – URL – … • Type de code injectable : TOUS ! 2https://owasp.org/www-project-mobile-top-10/ 3https://owasp.org/Top10/#methodology 4https://www.first0 码力 | 12 页 | 474.37 KB | 1 年前3
 The Laravel Handbook
1 Table of Contents Preface The Laravel Handbook Conclusion 2 Preface The Laravel Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get 3 The Laravel Handbook 0. Table of contents 0. Table of contents 1. Introduction to Laravel 2. Getting started 3. Blade 4. Dynamic routes 5. Adding a database 6. How to use migrations to create requirements. 5 In this handbook I am going to give a introduction to Laravel to get you up and running. 2. Getting started To get started with Laravel, you need to set up your PHP environment on your computer0 码力 | 111 页 | 14.25 MB | 1 年前3
 《Slides Dev Web》02. Introduction aux frameworks PHP
contrôle Différences entre framework et library sur Stack Overflow2 ou artima developper3. 1http://en.wikipedia.org/wiki/Software_framework 2http://stackoverflow.com/questions/148747/what-is-the-differen fr/2010/01/design-pattern-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 code • Mail • Connecteurs aux webservices 7https://12factor.net/ 8https://12factor.net/fr/ 4 Figure 2: SEO 5 • Captchas • Loggers • … Exemple d’architecture : Laravel Figure 3: Archi Ce schéma est0 码力 | 24 页 | 1.03 MB | 1 年前3
共 22 条
- 1
 - 2
 - 3
 













