Laravel 5.0 Documentation
iii. Contribution Guide i. Bug Reports ii. Core Development Discussion iii. Which Branch? iv. Security Vulnerabilities v. Coding Style 3. Setup i. Installation i. Install Composer ii. Install Laravel Upgrading To 4.1 From 4.0 Contribution Guide Bug Reports Core Development Discussion Which Branch? Security Vulnerabilities Coding Style Prologue Laravel 5.0 Laravel 4.2 Laravel 4.1 Laravel 5.0 introduces category. Move your views from app/views to the new resources/views directory. For better security by default, Laravel 5.0 escapes all output from both the {{ }} and {{{ }}} Blade directives0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 Documentation2.8 Fix double slash bug in URLs when using languages and no "index.php". Fix possible security issue in Auth "remember me" cookies. Upgrading From 3.2.7 Replace the laravel folder. should be taken when mass-assigning using user-input. Technical oversights could cause serious security vulnerabilities. Converting Models To Arrays When building JSON APIs, you will often need to can make development changes to Laravel. Right-click the Laravel directory to bring up the context menu. Click on Git Clone... Git clone Url: https://github.com/laravel/laravel.git 0 码力 | 139 页 | 1.13 MB | 1 年前3
《Slides Dev Web》 11. HTTPS
HTTP sécurisé par SSL/TLS, par défaut sur le port 443 1 Secure Socket Layer –> Transport Layer Security • Conçu par Netscape (v2.0 en 1994, v3.0 en 1996) • Brevet racheté par l’IETF : TLS v1.0 en 1999 minimisent et accélèrent les échanges • Certificats gratuits • Mise en place simplifiée Ressources • Security Party 23.10.20097 • SebSauvage8 • HTTPS en détails : – Diagramme de séquence HTTPS9 – Diagramme com/networking/ssl-tls/https-ssl-tls-session-for-spdy.pdf 11https://security.stackexchange.com/questions/20803/how-does-ssl-tls-work/20847#20847 12https://security.stackexchange.com/questions/55454/how-long-does-an-h0 码力 | 6 页 | 109.17 KB | 1 年前3
《Slides Dev Web》 12. Risques applicatifs
disponibles – nos applications : c’est nous qui en sommes responsables OWASP1 • Open Web Application Security Project 1https://owasp.org/ 1 • Fondation pour améliorer la sécurité des webapps • Fondée en hahwul.com/cullinan/history-of-owasp-top-10/ 9https://cheatsheetseries.owasp.org/cheatsheets/NPM_Security_Cheat_Sheet.html 2 – HTML – SQL – Javascript – … Injections SQL • Modifier les requêtes envoyées 21https://www.ncsc.gov.uk/guidance/password-guidance-simplifying-your-approach 22https://www.microsoft.com/security/blog/2021/09/15/the-passwordless-future-is-here-for-your-microsoft- account/ 23https://hacks.mozilla0 码力 | 12 页 | 474.37 KB | 1 年前3
《Slides Dev Web》 10. Rwdcontent="width=device-width; initial-scale=1.0"> Résultat = Cible / Contexte Figure 1: Target / Context Texte • Texte redimensionnable : em pour les polices • 1rem : font-size:100% dans élément html : result = target/context – ne pas arrondir – laisser le rapport en commentaire 4 Fluid Grids • Layout basé sur une grille en pixel • Conversion px -> % : result = target/context – ne pas arrondir0 码力 | 7 页 | 76.36 KB | 1 年前3
Learning Laravelregular double braces syntax {{ }}, are filtered through PHP's htmlspecialchars function, for security (preventing malicious injection of HTML in the view). If you would like to bypass this behavior everything in the public_html folder is accessible "publically i.e. by anyone" which would be a big security risk. Steps to upload a project to shared hosting account - the Laravel way Step 1 Create a folder0 码力 | 216 页 | 1.58 MB | 1 年前3
The Laravel Handbook
which you don’t want to write yourself, as it’s a quite important and needs to be well tested for security issues. 56 I recommend you take a look at the file structure and compare it to the first project0 码力 | 111 页 | 14.25 MB | 1 年前3
Laravel 6.0 中文文档App\Exceptions\Handler 类的 context 方法来定义自己的全 局上下文数据,该信息会被包含在应用写入的每一条异常日志信息 中: /** * Get the default context variables for logging. * * @return array */ protected function context() { return array_m array_merge(parent::context(), [ 'foo' => 'bar', ]); } report 辅助函数 有时候你可能需要报告一个异常并继续处理当前请求。辅助函 数 report 允许你使用异常处理器的 report 方法快速报告一个异常 而不会渲染错误页: public function isValid($value) { try { 本文档由学院君提供 学院君致力于提供优质0 码力 | 1442 页 | 14.66 MB | 1 年前3
共 8 条
- 1













