hufeng903 / laravel-awesome

Laravel 学习图谱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 学习图谱 官网

知识共享协议(CC协议) GitHub stars GitHub forks GitHub watchers

最后更新于20180610

欢迎提交经典内容

欢迎提交 Pull Request, 或者 Github上面提交 Issue, 贴上您觉得 Laravel 相关内容 PPT/PDF 或者网页 URL 等。

核心概念

插件推荐

  • 💯 EasyWeChat 微信开发,从未如此简单。每一个功能设计,都经过精心打磨,只为了提供更好的开发体验。在国内的 Laravel 开源插件中,这个质量 No.1 ⭐⭐⭐⭐⭐
  • 💯 nikic/FastRoute This library provides a fast implementation of a regular expression based router. Lumen 御用 Router。GitHub stars
  • barryvdh/laravel-ide-helper 估计这个是开发 Laravel 项目的标配工具了吧。GitHub stars
  • barryvdh/laravel-debugbar 对 Laravel 开发者而言,Barry vd. Heuvel 发布的 Laravel Debugbar 是值得拥有的调试和追溯工具。它功能强大,安装便易。可以将应用程序中所发生的事情一览无余:经过的路由和控制器,数据库查询和执行时间,数据展示,异常,查看执行内容和执行过程时间线等等。尝试过使用这个包后,你将在之后的 Laravel 应用开发中对它爱不释手。GitHub stars
  • briannesbitt/Carbon 时间处理器,我只认准这一家。GitHub stars
  • jenssegers/date 日期处理工具(让 Carbon 支持多语言,中文用户的福音)GitHub stars
  • laravel-admin 是一个可以快速帮你构建后台管理的工具,它提供的页面组件和表单元素等功能,能帮助你使用很少的代码就实现功能完善的后台管理功能。美中不足的就是怎么做 test?:star::star::star::star:
  • Guzzle 网络请求,我推荐这个,好用。:star::star::star::star::star:
  • Faker 用于生成假数据的 PHP 类库。GitHub stars
  • Intervention/image Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration. 图片处理插件,我推荐用这个 GitHub stars
  • vinkla/laravel-hashids Hash ID 生成器,主要是用于生成相同的位数的 id,很有用,并且可以隐藏真正的表 id 值。GitHub stars
  • webpatser/laravel-uuid Laravel package to generate and to validate a UUID according to the RFC 4122 standard. GitHub stars
  • 9️⃣0️⃣ tightenco/collect Import Laravel's Collections into non-Laravel packages easily, without needing to require the entire Illuminate\Support package. 刚好推荐的书《Refactoring to Collections》见:图书推荐
  • spatie/laravel-activitylog 很多系统想记录用户的所有活跃记录。这个包可以很方便的记录你的用户何时何地的创建、更新实体的记录。:star::star::star:

图书推荐

  • 💯 Refactoring to Collections/ Never write another loop again. ⭐⭐⭐⭐⭐
  • Laravel Collections Unraveled Wondering why everyone keeps tweeting about "Amazing Laravel Collections!" Tired of reading about the function you could have used? "Laravel Collections Unraveled" is for you! Updated to cover Version 5.4. ⭐⭐⭐⭐
  • Building a Chatbot with Laravel and BotMan Learn how to build a chatbot from scratch using the framework you already know. 简短的一本书,学到的东西不少。:star::star::star:
  • rollbar 异常监控系统,快速引入项目,实时反馈异常情况,可惜就是需要 money。:star::star::star:

工具推荐

  • 💯 squizlabs/PHP_CodeSniffer 每个公司都会有一套大家遵循的代码编写规范标准,这时候再辅于工具,那就完美了,所以推荐这个工具,几个主流的编辑器都支持。 GitHub stars
  • phubb - PHP PubSubHubbub server 自建 RSS 实时推送功能,这个工具强烈推荐。:star::star::star::star:
  • Travis-CI 如果你是用 Github 作为代码托管平台,那使用 Travis-CI 在线持续集成服务,自动化执行单元测试,或者部署任务等。:star::star::star::star:
  • rakyll/hey 压测工具推荐一个,网友说:“用 ab 的话,有个小坑,如果测试的目标 Laravel 站点带 https,Requests per second 会永远保持在 15 左右 , 一度以为所有的优化策略都无效。。。”GitHub stars
  • PHP Coding Standards Fixer 代码自动格式化工具,推荐试试这个工具。:star::star::star::star:
  • swooletw/laravel-swoole 使用 Swoole 来加速你的 Laravel 应用 ⭐⭐⭐⭐
  • Laragon推荐的 Windows Laravel 集成环境,Windows 的朋友可以试试。:star::star::star:

教程推荐

最佳实践

开源项目

  • octobercms/october Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. 值得一用,而且作者来头不小哦。:star::star::star::star::star:
  • jcc/blog 🌟 这是一个由 Laravel 5.* 和 Vuejs 2.* 建立的开源博客系统。「PJ Blog is an open source blog built with Laravel and Vue.js.」 GitHub stars

社区

国内:

  • 💯 LaravelChina 学习 Laravel,不知道这个网站,那就没法混了。:star::star::star::star::star:
  • Laravel 学院 上面不仅有各版本文档,还有很多不错的文章,和开源项目值得学习

国外:

  • Laravel News The official Laravel news source. ⭐⭐⭐⭐
  • laracasts The best PHP and Laravel screencasts on the web. 对于企业,推荐买一个账号供技术人员学习使用,确实不错。当然,个人买有点小贵。:star::star::star::star:

关于我

加我微信(yemeishu) or 如果觉得对你有用,不妨请我喝杯:coffee:~。

About

Laravel 学习图谱