Laravel 3.2 DocumentationPDF oleh Wuri Nugrahadi http://empu.web.id Laravel v3.2 A Framework For Web Artisans Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel concepts that will be used in later documents. Who Will Enjoy Laravel? Laravel is a powerful framework that emphasizes flexibility and expressiveness. Users new to Laravel will enjoy the same ease of already familiar with) or directly into route declarations using syntax similar to the Sinatra framework. Laravel is designed with the philosophy of giving a developer the flexibility that they need to0 码力 | 139 页 | 1.13 MB | 1 年前3
Laravel 5.0 Documentation
& Running Tests iii. Test Environment iv. Calling Routes From Tests v. Mocking Facades vi. Framework Assertions vii. Helper Methods viii. Refreshing The Application xxii. Validation i. Basic Usage located at resources/views/auth . In addition, a "users" table migration has been included with the framework. Including these simple resources allows rapid development of application ideas without bogging compliment the new default application structure, new Artisan generator commands have been added to the framework. See php artisan list for more details. You may now cache all of your configuration in a single0 码力 | 242 页 | 1.44 MB | 1 年前3
《Slides Dev Web》 09. Services Web
Système distribué importance de l’architecture : – orientée ressource1 : atome : ressource (donnée) : REST – orientée service2 : atome : service (traitement) : RPC (SOAP) 1https://en.wikipedia.org/wiki/R services web – annuaire d’interfaces de services web décrites en WSDL • Tutorial WSDL/UDDI w3schools11 REST : REpresentational State Transfer • Style d’architecture sur lequel a été bâti le web • Architecture ertation/top.htm 13https://fr.wikipedia.org/wiki/Roy_Fielding 14https://opikanoba.org/tr/fielding/rest/ 15https://fr.wikipedia.org/wiki/Representational_state_transfer 3 – Identification des ressources0 码力 | 6 页 | 47.90 KB | 1 年前3
Learning Laravel119 Introduction 119 Remarks 119 Examples 119 Installation or Setup 119 Install Laravel 5.1 Framework on Ubuntu 16.04, 14.04 & LinuxMint 119 Chapter 35: Introduction to laravel-5.3 123 Introduction Packages 125 Cashier 125 Envoy 126 Passport 126 Scout 126 Socialite 126 Chapter 38: lumen framework 127 Examples 127 Getting started with Lumen 127 Chapter 39: Macros In Eloquent Relationship 128 Style Guide Coming soon About Laravel Created by Taylor Otwell as a free open-source PHP web framework, Laravel is meant to ease and accelerate the development process of web applications with a great0 码力 | 216 页 | 1.58 MB | 1 年前3
《Slides Dev Web》 03. Laravel
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 communauté2 • Incite au com/docs/master/views 7 Ressources • Tips33 • Cheat Sheet34 • Laracast35 • Learning Laravel36 • Laravel REST API CRUD tuto37 • Les vôtres38 Sources 33https://github.com/LaravelDaily/laravel-tips 34https://hackr query=laravel%209 36http://learninglaravel.net/tags/tutorials 37https://www.tutsmake.com/laravel-10-rest-api-authentication-with-passport/ 38https://github.com/HE-Arc/slides-devweb/wiki/Ressources 80 码力 | 8 页 | 224.34 KB | 1 年前3
《Slides Dev Web》 01. Cours devweb
Javascript : VueJS, Node.js, jQuery, AJAX, JSON, … • Déploiement et configuration Serveur • Webservices : REST vs SOAP • Sécurité : Technologies, prévention des risques courants • (Responsive) Web Design • (Syndication Application crédible (vraies données, cas réalistes) • Projet à blanc pour la prise en main du framework 4 • Maquettes17 • Organisez18 l’utilisation du dépôt • Le temps disponible à l’horaire ne suffira0 码力 | 7 页 | 129.56 KB | 1 年前3
Laravel 5.6 中文文档预计升级时间:10-30 分钟 PHP Laravel 5.6 需要 PHP 7.1.3 或更高版本。 更新依赖 在 composer.json 中更新 laravel/framework 依赖到 5.6.*,更新 fideloper/proxy 依赖到 ~4.0。 此外,如果你使用下以下官方扩展包,也要升级它们到最新版本: Dusk (升级到 ~3.0) make:model Models/Test 根目录 App 目录 app 目录包含了应用的核心代码,注意不是框架的核心代码,框架的核心代码在 /vendor/laravel/framework 里面,此外你为应用编写的代码绝大 多数也会放到这里,当然,如果你基于 Composer 做了 PHP 组件化开发的话,这里面存放的恐怕也只有一些入口性的代码了; Bootstrap 目录 storage 目录包含了编译后的 Blade 模板、基于文件的 Session、文件缓存,以及其它由框架生成的文件,该目录被细分为成 app、 framework 和 logs 子目录,app 目录用于存放应用生成的文件,framework 目录用于存放框架生成的文件和缓存,最后,logs 目录存放的是应用的 日志文件。 storage/app/public 目录用于存储用户生成的文件0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 6.0 中文文档务中间件、新增懒集合、优化数据库子查询、将前端脚手架提取到独 立的 Composer 包 laravel/ui、以及多个 bug 修复和可用性的提 升。 语义化版本 Laravel 框架包 laravel/framework 现在遵循语义化版本标准。这使 得框架得以和其他已经遵循该版本标准的 Laravel 扩展包保持一 致,不过 Laravel 的发布周期将保持不变。 兼容 Laravel Vapor Laravel 1 从 2019 年 12 月开始不再主动维护,所以 Laravel 6.0 要求 PHP 版本大于等于 7.2。 更新依赖 在 composer.json 文件中更新 laravel/framework 依赖到 ^6.0。 当然,不要忘了检查应用所使用的第三方扩展包是否支持 Laravel 6.0,如果需要升级的话也要更新。 授权 授权资源 & viewAny 本文档由学院君提供 Braintree 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 26 Laravel Envoy Laravel Framework Laravel Homestead Laravel Homestead Build Scripts Laravel Horizon Laravel Passport0 码力 | 1442 页 | 14.66 MB | 1 年前3
《Slides Dev Web》02. Introduction aux frameworks PHP
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 • Composants de haut-niveau réutilisables d’inversion de 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-difference-between-a-framework-and-a-library 3http://www.artima.com/forums/flat.jsp?forum=106&thread=152104 1 Design Patterns et webdev • Inversion de contrôle (IoC4) • Model View Controller0 码力 | 24 页 | 1.03 MB | 1 年前3
Laravel 5.1 中文文档期望于缺陷会自动解决抑或有人跳出来修复它,创建缺陷报告是为了帮你你自己和别人走上 修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application 本文档由 Laravel 学院(LaravelAcademy.org)提供 8 Laravel Documentation Blade 模板、基于文件的 session、文件缓存,以及其它由框 架生成的文件,该文件夹被隔离成 app、framework 和 logs 目录,app 目录用于存放应用要 本文档由 Laravel 学院(LaravelAcademy.org)提供 59 使用的文件,framework 目录用于存放框架生成的文件和缓存,最后,logs 目录包含应用的 日志文件; tests 目录包 $collection = collect(['name' => 'taylor', 'framework' => 'laravel']); $flipped = $collection->flip(); $flipped->all(); // ['taylor' => 'name', 'laravel' => 'framework'] forget() forget 方法通过键从集合中移除数据项:0 码力 | 307 页 | 3.46 MB | 1 年前3
共 16 条
- 1
- 2













