Laravel 5.0 Documentation
Overview iii. Focus On Service Providers vi. Application Structure i. Introduction ii. The Root Directory iii. The App Directory iv. Namespacing Your Application 6. Services i. Authentication i. Introduction Environment iv. Calling Routes From Tests v. Mocking Facades vi. Framework Assertions vii. Helper Methods viii. Refreshing The Application xxii. Validation i. Basic Usage ii. Controller Validation iii Laravel 5.0 introduces a fresh application structure to the default Laravel project. This new structure serves as a better foundation for building robust application in Laravel, as well as embraces new0 码力 | 242 页 | 1.44 MB | 1 年前3
Learning Laravel65 Chapter 20: Directory Structure 68 Examples 68 Change default app directory 68 Override Application class 68 Calling the new class 68 Composer 69 Change the Controllers directory 69 Chapter 21: Chapter 25: Error Handling 91 Remarks 91 Examples 91 Send Error report email 91 Catching application wide ModelNotFoundException 92 Chapter 26: Events and Listeners 93 Examples 93 Using Event and Examples 110 Installation 110 Via Composer 110 Via the Laravel installer 110 Running the application 111 Using a different server 111 Requirements 112 Hello World Example (Using Controller and0 码力 | 216 页 | 1.58 MB | 1 年前3
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 Different? ....................................................................................... 1 Application Structure .................................................................................... ....................................................................................... 118 Application Configuration (More Information) .............................................................0 码力 | 139 页 | 1.13 MB | 1 年前3
The Laravel Handbook
Twitter I can only see love for Laravel. Much like how it happens for Rails. This is not a “new framework of the month” kind of thing. Laravel has been around since 2011, well before modern frontend tools 4 files. Open web.php : This is the code that displays the sample home page of the Laravel application: 12 We made a request to the / relative URL ( http://127.0.0.1:8000/ ), which means the “home database/migrations folder. Notice there are other migrations, which are added by the Laravel framework itself for it’s authentication system. But let’s focus on creating a new table, let’s call it0 码力 | 111 页 | 14.25 MB | 1 年前3
Laravel 5.3 中文文档你自己和别人走上修复问题之 路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application Laravel Documentation Laravel Cashier Laravel Cashier for Braintree storage 目录包含了编译过的 Blade 模板、基于文件的 session、文件缓存,以及其它由框架生成 的文件,该目录被细分为成 app、framework 和 logs 子母录,app 目录用于存放应用要使用的文 件,framework 目录用于存放框架生成的文件和缓存,最后,logs 目录包含应用的日志文件; storage/app/public 目录用于存储用户生成的文件,比如可以被公开访问的用户头像,要达到被 frontControllerPath 方法会返回前端控制器的完整路径,通常是 index.php: /** * Get the fully resolved path to the application's front controller. * * @param string $sitePath * @param string $siteName * @param0 码力 | 691 页 | 9.37 MB | 1 年前3
Laravel 5.2 中文文档中。 实际上,默认的 Laravel 5.2 应用结构采用的正是这个方法。例如,在默认 的 App\Http\Kernel.php 文件中你会看到如下内容: /** * The application's route middleware groups. * * @var array */ protected $middlewareGroups = [ 'web' apply 即可。 关于全局作用域详情请查看全局作用域文档。 升级指南 从 5.1 升级到 5.2.0 更新依赖 更新 composer.json 文件指向 laravel/framework 5.2.*。 注:如果你安装的是 Laravel 5.2 的 beta 版本,还要添加 "minimum-stability": "beta" 到 composer.json 文件。 帮你自己和别人走 上修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application Laravel Documentation Laravel Cashier Laravel Envoy Laravel Homestead0 码力 | 377 页 | 4.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 本文档由学院君提供 它,创建缺陷报告是为了帮你自己和别人走上修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对 应的代码库: Laravel Application Laravel Art Laravel Documentation Laravel Cashier Laravel Cashier for Braintree 本文档由学院君提供0 码力 | 1442 页 | 14.66 MB | 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) ovider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { Bl ovider; class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ public function boot() { Pa0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 5.1 中文文档你你自己和别人走上 修复问题之路。 Laravel 源码通过 Github 进行管理,每一个 Laravel 项目都有其对应的代码库: Laravel Framework Laravel Application 本文档由 Laravel 学院(LaravelAcademy.org)提供 8 Laravel Documentation Laravel 当然,如果你不需要传递一个自定义的 HTTP 状态码或者自定义头,只需要简单使用全局 的帮助函数 view 即可。 2.2 JSON 响应 json 方法会自动将 Content-Type 头设置为 application/json,并使用 PHP 函数 json_encode 方法将给定数组转化为 JSON: return response()->json(['name' => 'Abigail', 'state' Blade 模板、基于文件的 session、文件缓存,以及其它由框 架生成的文件,该文件夹被隔离成 app、framework 和 logs 目录,app 目录用于存放应用要 本文档由 Laravel 学院(LaravelAcademy.org)提供 59 使用的文件,framework 目录用于存放框架生成的文件和缓存,最后,logs 目录包含应用的 日志文件; tests 目录包0 码力 | 307 页 | 3.46 MB | 1 年前3
《Slides Dev Web》 09. Services Web
pour développer des applis distribuées – Accès pour une application aux services offerts aux humains • Service web = webapp pour une autre application : – Webapps : pour humains, via un navigateur (HTTP wikimedia.org/wikipedia/commons/3/3f/Concept_WS.jpg 4https://en.wikipedia.org/wiki/Mashup_(web_application_hybrid) 5https://science.howstuffworks.com/innovation/repurposed-inventions/5-web-mashups.htm 6https://developers ressources par des représentations – Messages autodescriptifs – Hypermédia comme moteur de l’état de l’application • Ressource : information ou moyen d’accès – ex. : météo du jour, adresse ajout d’un article0 码力 | 6 页 | 47.90 KB | 1 年前3
共 21 条
- 1
- 2
- 3













