laravel 资源篇
转自:https://github.com/qianyugang/learn-laravel
# Learn-Laravel — 学习资料和开源项目集
## Laravel 学习资料
### 官方网站
* [Laravel.com](http://laravel.com/) —— Laravel官网
* [golaravel.com](http://www.golaravel.com/) —— Laravel中文网
* [lumen](http://lumen.laravel-china.org/) —— 为速度而生的 Laravel 框架
* [PHP 之道](http://laravel-china.github.io/php-the-right-way/#object_caching) —— PHP The Right Way
### 论坛
* [Laravel-china.org](http://laravel-china.org/) —— Laravel 论坛
* [phphub.org](https://phphub.org/) —— 积极向上的 PHP & Laravel 开发者社区,
* [laravel.io](http://laravel.io/) —— Laravel 开发者社区
* [laravelacademy.org](http://laravelacademy.org/) —— Laravel学院,致力于提供优质Laravel中文学习资源
### 文档
* [Laravel 5.4 中文文档](https://laravel-china.org/docs/laravel/5.4) —— Laravel 5.4 中文文档
* [Laravel 5.5 中文文档](https://laravel-china.org/docs/laravel/5.5) —— Laravel 5.5 中文文档
* [Laravel 5.6 中文文档翻译](https://zhuanlan.zhihu.com/p/34464172) —— Laravel 5.6 中文文档翻译完成,译者 60 人,耗时 10 天
* [Laravel 5.7 中文文档](https://laravel-china.org/index.php/docs/laravel/5.7) —— Laravel 5.7 中文文档
### 书籍
* [《Laravel 入门教程》](https://laravel-china.org/topics/3383/laravel-the-first-chinese-new-book-laravel-tutorial) —— Laravel 第一本中文新手书籍《Laravel 入门教程》
* [《Web 开发实战进阶 - 从零开始构建论坛系统》](https://laravel-china.org/topics/6592/laravel-tutorial-series-book-second-web-developer-combat-advanced-began-to-build-the-forum-system-from-zero) —— Laravel 教程系列书第二本《Web 开发实战进阶 - 从零开始构建论坛系统》
* [《Laravel 教程实战高级 - 构架 API 服务器》](https://laravel-china.org/topics/7657/laravel-tutorial-series-third-the-first-edition-of-the-laravel-tutorial-advanced-architecture-api-server) —— Laravel 教程系列书第三本《Laravel 教程实战高级 - 构架 API 服务器》
* [《Mastering Laravel》](https://www.packtpub.com/web-development/mastering-laravel) —— Develop robust modern web-based software applications and RESTful APIs with Laravel, one of the hottest PHP frameworks
* [《Learning Laravel's Eloquent》](https://www.packtpub.com/web-development/learning-laravels-eloquent) —— Develop amazing data-based applications with Eloquent, the Laravel framework ORM
* [《Laravel 5 Essentials》](https://www.packtpub.com/web-development/laravel-5-essentials) —— Explore the fundamentals of Laravel, one of the most expressive and robust PHP frameworks available
### 源码解读
* [Laravel 源码解读](https://www.jianshu.com/p/b7ea3f2a55f6) —— yii/laravel 的源码质量超高, phper 一定要好好读一读
* [Laravel 源码脑图](http://naotu.baidu.com/file/9d4b5ab081c174ebfaf2af01db81bc5b?token=9fb122830b33d1c8) —— 源码脑图,值得一看
* [Laravel 源码解读系列第一篇](https://www.hellonine.top/index.php/archives/6/) —— Laravel源码解读系列第一篇-初始化
* [Laravel 源码解读系列第二篇](https://www.hellonine.top/index.php/archives/16/) —— Laravel源码解读系列第二篇-Request
* [Laravel 源码解读系列第三篇](https://www.hellonine.top/index.php/archives/29/) —— Laravel源码解读系列第三篇-Response
* [Laravel 源码解读系列第四篇](https://www.hellonine.top/index.php/archives/68/) —— Laravel源码解读系列第四篇-Auth机制
* [Laravel 源码解读系列第五篇](https://www.hellonine.top/index.php/archives/82/) —— Laravel源码解读系列第五篇-Cache
* [Laravel5.4 生命流程与源码分析](https://learnku.com/articles/7135/laravel-54-life-process-and-source-code-analysis) —— 生命流程与源码分析
* [PHP FPM源代码反刍品味之一](https://www.jianshu.com/p/3bd0aef2f2b7) —— PHP FPM源代码反刍品味之一:无限运行程序
* [PHP FPM源代码反刍品味之二](https://www.jianshu.com/p/744f2c5e2ad3) —— PHP FPM源代码反刍品味之二:IO多路复用
* [PHP FPM源代码反刍品味之三](https://www.jianshu.com/p/542935a3bfa8) —— PHP FPM源代码反刍品味之三: 多进程模型
* [PHP FPM源代码反刍品味之四](https://www.jianshu.com/p/e567ba80f3b2) —— PHP FPM源代码反刍品味之四:事件处理
* [PHP FPM源代码反刍品味之五](https://www.jianshu.com/p/e3074fcf1b9d) —— PHP FPM源代码反刍品味之五:信号signal处理
* [PHP FPM源代码反刍品味之六](https://www.jianshu.com/p/dac223d7d9ad) —— PHP FPM源代码反刍品味之六:IO事件机制的封装
* [Learning_Laravel_Kernel](https://github.com/kevinyan815/Learning_Laravel_Kernel) —— Laravel核心代码学习
* [Laravel 源码分析](https://58hualong.com/course/14/Laravel-yuan-ma-fen-xi) —— Laravel源码分析【已完结】视频教程 收费
### 视频教程
* [laravist.com](https://laravist.com/) —— 最干货Laravel视频教程和一系列的Laravel文章教程-收费
* [laravist-free](https://laracasts.com/tags/free) —— 免费
* [laravist-free laravel](https://laracasts.com/series/laravel-from-scratch) —— 免费
* [zexeo.com](http://zexeo.com/) —— Laravel 4 快速上手系列教程
* [Laravel 5 框架闯关记](http://www.lampym.com/course/29) —— Laravel 5 框架闯关记-入门篇
* [laracon2013](https://www.youtube.com/watch?v=JyBol0X-NlU&list=PLkwAlZpjHQbLcox_S_AgGU24QUfKgXayN) —— 墙外
* [laracon2014](http://userscape.com/laracon/2014/) —— 墙外
* [What’s New in Laravel 4](https://code.tutsplus.com/courses/whats-new-in-laravel-4) —— tutsplus.com-收费
* [Laravel 4 Mastery by Jeffrey Way](http://code.tutsplus.com/tutorials/laravel-4-mastery--net-31233) —— tutsplus.com
* [Laravel 3 Essentials](http://www.tudou.com/plcover/XCJTpoABmUA/) ——
* [Rails or Laravel: Building an App Twice](https://code.tutsplus.com/courses/rails-or-laravel-building-an-app-twice) ——
* [Arjun Yonjan](https://www.youtube.com/channel/UCOL9ZxzRX9lIvOliY_oz0Ng/playlists) —— 墙外
* [laravel 框架项目实战课](http://www.ydma.cn/course/138) —— ydma.cn-收费
* [轻松学会 laravel 系列 ](http://www.imooc.com/search/?words=laravel) —— 慕课网
* [laravel 实战 ](http://www.maiziedu.com/course/649/) —— 麦子学院
* [Laravel:地球上最好用的PHP框架 - 入门篇](http://www.maiziedu.com/course/491/) —— 麦子学院
* [Laravel Vue 开发 SPA 应用](https://www.codecasts.com/series/laravel-vuejs-spa) —— codecasts.com
* [Laravel Vuejs 实战:开发知乎](https://www.codecasts.com/series/build-a-zhihu-website-with-laravel) —— codecasts.com
* [Laravel 实用 package 推荐](https://www.codecasts.com/series/awesome-laravel-packages) —— codecasts.com
* [laravel 开发微信公众号](https://www.codecasts.com/series/peak-into-wechat-development-using-laravel) —— codecasts.com
* [轻松使用 Laravel 队列](https://www.codecasts.com/series/laravel-queue-is-awesome) —— codecasts.com
* [Projects in Laravel: Learn Laravel Building 10 Projects](https://www.udemy.com/projects-in-laravel-learn-laravel-building-10-projects/) —— A complete course to master latest Laravel 5.4 web framework 收费
* [laravel5.6 零基础入门](https://www.udemy.com/laravel56/) —— 轻松实战入门
* [PHP with Laravel for beginners - Become a Master in Laravel](https://www.udemy.com/php-with-laravel-for-beginners-become-a-master-in-laravel/) —— Learn to master Laravel to make advanced applications like the real CMS app we build on this course 收费
* [100 Best Laravel Videos](http://meta-guide.com/videography/100-best-laravel-videos) —— youtube
### 教程
* [lvwenhan.com](https://lvwenhan.com/) —— 【最适合中国人的Laravel教程】系列 - 岁寒
* [Laravel5系列入门教程](http://www.golaravel.com/post/laravel-5-getting-started-part-1/) —— Laravel5系列入门教程
* [Laravel大型项目系列教程](https://www.shiyanlou.com/courses/123) —— Laravel大型项目系列教程
* [Laravel5 入门小项目详细教程](https://phphub.org/topics/804) —— 不做伸手党,分享快乐,Laravel5 入门小项目详细教程
* [Laravel: 从百草园到三味书屋](https://openset.gitbooks.io/laravel/content/) —— Laravel 作者写的一本小书,介绍了 Laravel 的各种设计理念
* [Laravel Tutorial](https://www.tutorialspoint.com/laravel/index.htm) —— tutorialspoint.com
* [learninglaravel.net](https://learninglaravel.net/) —— learninglaravel.net
* [Laravel 教程 - Web 开发实战入门 ](https://laravel-china.org/courses/laravel-essential-training/5.7) —— L01 Laravel 教程 - Web 开发实战入门 ( Laravel 5.7 )
* [基于 Laravel 5.7 开发博客应用系列](https://laravelacademy.org/category/blog) —— 博客系列 基于 Laravel 5.7 开发博客应用系列
* [Laravel 从学徒到工匠精校版( Laravel 5)](https://laravelacademy.org/laravel-from-appreciate-to-artisan) —— 基于Laravel 5 进行高级应用架构
* [Laravel 前后端分离应用实例教程:Roast](https://laravelacademy.org/api-driven-development-laravel-vue) —— 本系列教程将基于 Laravel 5.6 + Vue 2 开发一个 API 驱动的前后端分离应用,命名为 Roast
* [Laravel 5.7 From Scratch](https://laracasts.com/series/laravel-from-scratch-2018) —— "Laravel From Scratch" has been the go-to video resource for Laravel newcomers since 2013. (自2013年以来,“Laravel From Scratch”一直是Laravel新人的首选视频资源。)
* [11 FREE LARAVEL VIDEO TUTORIALS FOR ABSOLUTE BEGINNERS](https://www.webdesignerdepot.com/2018/03/11-free-laravel-video-tutorials-for-absolute-beginners/) —— 初学者的11个免费的laravel视频教程
* [8 Best + Free Laravel 5 Tutorial, Course, Training & Certification (2018)](https://digitaldefynd.com/best-laravel-tutorial-course-training-certification/) —— 8 个优秀的免费Laravel 5教程、课程、培训及认证
## Laravel 开源项目集
### 原型项目
* [Laravel 5 Boilerplate](http://laravelacademy.org/post/1359.html) —— 基于当前Laravel最新版本(Laravel 5.1.*)并集成Boilerplate的项目
* [Laravel 5 Angular Material Starter](http://laravelacademy.org/post/1426.html) —— 一个Laravel 5.1和AngularJS的原型项目
### CMS
* [Bootstrap CMS](http://laravelacademy.org/post/709.html) —— Laravel 5.1驱动的功能强大的CMS
* [October](http://laravelacademy.org/post/1132.html) —— 基于Laravel 5,致力于让开发工作变得简单的CMS
* [PyroCMS](http://laravelacademy.org/post/1391.html) —— MVC架构的PHP内容管理系统,3.0以前基于CodeIgniter,目前基于Laravel 5.1
* [LavaLite](http://laravelacademy.org/post/1227.html) —— 基于Laravel 5.1 & Bootstrap 3的内容管理系统
* [TypiCMS](http://laravelacademy.org/post/1508.html) —— 基于 Laravel 5 构建的、支持多语言的内容管理系统
* [Laracms](https://www.laracms.cn/) —— 一款基于 Laravel 开发的基础中文内容管理系统,可以在此基础上快速,优雅的开发实现您的需求
### 论坛
* [Laravel.io](http://laravelacademy.org/post/666.html) —— Laravel开发者社区
* [Flarum](http://laravelacademy.org/post/1090.html) —— 免费的、开源的、专注于简约的论坛系统,esoTalk和FluexBB的联合继承者
* [PHPHub](http://laravelacademy.org/post/899.html) —— 积极向上的 PHP & Laravel 开发者社区
* [LaraBBS](https://github.com/summerblue/larabbs) —— LaraBBS 是一个简洁的论坛应用,使用 Laravel 编写而成。
### 项目管理
* [92five app](http://laravelacademy.org/post/1045.html) —— 基于 Laravel框架 & Backbone JS 构建,是一个自托管的、基于web的项目管理应用
* [Scrumwala](http://laravelacademy.org/post/956.html) —— 基于Laravel5,项目管理应用
### 博客
* [Wardrobe](http://laravelacademy.org/post/1203.html) —— 专注于写作的最小化博客平台
* [Laravel 5 Blog](https://github.com/yccphp/laravel-5-blog) —— 基于 Laravel 5 开发的博客系统
* [Canvas](http://laravelacademy.org/post/5136.html) —— 基于Laravel 5.2 开发的轻量级博客系统
* [Katana](http://laravelacademy.org/post/4019.html) —— 静态博客/站点生成器(支持Markdown和GitHub Pages)
* [MyPersimmon](http://laravelacademy.org/post/7119.html) —— 基于 Laravel 5.4 开发的博客系统
* [moell-blog](https://github.com/moell-peng/moell-blog) —— 基于 Laravel 开发,支持 Markdown 语法的博客 moell.cn
* [bjyblog](https://github.com/baijunyao/laravel-bjyblog) —— 基于 laravel 开发的的 blog baijunyao.com,这个项目是把 thinkphp-bjyblog 用 laravel 框架重构后的产物
* [PJ Blog](https://github.com/jcc/blog) —— 一个由 Laravel 5.* 和 Vuejs 2.* 建立的开源博客系统。pigjian.com
## 其他
* [Laravel Tricks](http://laravelacademy.org/post/681.html) —— Laravel 小技巧&小贴士
* [Invoice Ninja](http://laravelacademy.org/post/1117.html) —— 基于 Laravel 构建的开源发票及时间跟踪应用
* [Paperwork](http://laravelacademy.org/post/748.html) —— 基于 Laravel 4.X 的开源的笔记&归档工具
* [Cachet ](http://laravelacademy.org/post/824.html) —— 基于 Laravel 5 的开源的状态页系统
* [StyleCI](http://laravelacademy.org/post/872.html) —— 由 PHP CS Fixer 开发,提供 PHP 代码风格持续集成服务
* [Podcastwala](http://laravelacademy.org/post/1006.html) —— 基于 Laravel 5 ,构建属于你自己的播客网站
* [Deployer](http://laravelacademy.org/post/1681.html) —— 基于 Laravel 5.1 的、免费的、开源的 PHP 应用部署工具
* [20 Laravel Eloquent Tips and Tricks](https://laravel-news.com/eloquent-tips-tricks) —— Laravel Eloquent Tips
* [Laravel Daily: Laravel Tips & Tutorials](https://laraveldaily.com/) —— Laravel Daily project has a goal of helping developers to learn some new Laravel trick (or remember an old one) every day.
laravel 资源篇的更多相关文章
- Sublime text 入门学习资源篇及其基本使用方法
Sublime text 学习资源篇 史上最性感的编辑器-sublimetext,插件, 学习资源 官网 http://www.sublimetext.com/ 插件 https://packagec ...
- Sublime Text:学习资源篇
官网 http://www.sublimetext.com/ 插件 https://packagecontrol.io 教程 Sublime Text 全程指南 Sublime Text 2 入门及技 ...
- Java Learning Path(五)资源篇
Java Learning Path(五)资源篇 1. http://java.sun.com/ (英文) Sun的Java网站,是一个应该经常去看的地方.不用多说. 2.http://www-900 ...
- 《深入浅出WPF》笔记——资源篇
原文:<深入浅出WPF>笔记--资源篇 前面的记录有的地方已经用到了资源,本文就来详细的记录一下WPF中的资源.我们平时的“资源”一词是指“资财之源”,是创造人类社会财富的源泉.在计算机程 ...
- laravel 资源控制器
Artisan 生成器来生成一个资源控制器(在之前命名后加上 --resource 选项) php artisan make:controller PostController --resource ...
- 【干货】Laravel --实战篇 UUID(唯一识别码)
前言 : 一般的唯一识别id都是各种时间戳.毫秒级时间戳加php内置函数或者加上随机数等手段来生成的. 下面给大家介绍一个组件,也是我在各个实战项目中必不可少的一个组件,ramsey/uuid.一.r ...
- laravel资源路由详解
大概挑两条解释. 我定义了个资源路由Route::resource('article', 'ArticleController');. 当我访问地址ArticleController的http://y ...
- Laravel资源理由器跟隐式控制的对比及是怎样的吧?- Route::resource vs Route::controller
stackoverflow找到的问题:http://stackoverflow.com/questions/23505875/laravel-routeresource-vs-routecontrol ...
- Laravel: 基础篇
一.安装 1)采用一键安装包 http://laravelacademy.org/resources-download 2)Mac 上安装 ----------在Mac上安装composer----- ...
随机推荐
- springboot2.0集成shiro出现ShiroDialect报错找不到AbstractTextChildModifierAttrPr
@Bean public ShiroDialect shiroDialect() { return new ShiroDialect(); } 报错出现找不到org/thymeleaf/process ...
- 使用Vivado初探ZedBoard的OLED驱动
一.原理简介 Vivado版本:2016.2 OLED型号:128*32的UG-2832HSWEG04 ZedBoard的OLED部分电路原理图如下:(需要我们关心的是我用红色椭圆标注出来的3处,一共 ...
- bugfree3.0.1-导入excel测试用例
大多数项目里只用BugFree做缺陷管理工具,其实还可以通过该工具导入测试用例,记录测试结果,最后获得统计结果. 难点 1.导入文件要求XML格式: 2.一般我们的测试用例都是用excle文件存取,很 ...
- 内置委托func
1.p=>p.CTName,其中p是此委托入参,p.CTName是返回值 2. 3.调用委托的方法
- #学号 20175201张驰 《Java程序设计》第1周学习总结
教材学习内容总结 第一章 ·第一章的内容相对简单,我并未遇到大的困难. ·1.Java特点:语法简单.面向对象.与平台无关.动态. ·2.关于编写源文件:源文件名字必须与public类的名字相同:保存 ...
- vue-awesome-swiper组件不能自动播放和导航器小圆点不显示问题
from: https://blog.csdn.net/osdfhv/article/details/79062427 <template> <div class="swi ...
- 读取excel日期数据问题
1.企业导入数据,遇到日期数据, excel中显示日期格式正常 2009/3/13, 结果利用npoi读出来的竟然是 13-3月-2009,特别奇葩. so把excel中的日期数据统一成文本.利用Te ...
- day01 格式化输出和while循环的两个小练习
练习1.模拟登陆判断(3次机会) r_name = 'xianyu' r_password = ' i = 3 # 用来控制循环次数 while i > 0: name = input('请输入 ...
- count列表中字符出现的次数
如何count列表中字符出现的次数?可以将其生成一个字典.key是列表中的字符串,value是出现的次数 例如gen = [2, 3, 4, 5, 6, 7, 3, 4, 5, 6, 7, 8, 4, ...
- 游戏服务器之Java热更新
对于运行良好的游戏来说,停服一分就会损失很多收益.因为有些小bug就停服就划不来了.在使用Java开游戏服务器时,JVM给我们提供了一些接口,可以简单做一些热更新.修复一些小Bug而不用重启服务. J ...