An open API service indexing awesome lists of open source software.

https://github.com/hanson/laravel-learning-note

个人对于laravel的代码、设计解读
https://github.com/hanson/laravel-learning-note

Last synced: 11 months ago
JSON representation

个人对于laravel的代码、设计解读

Awesome Lists containing this project

README

          

# laravel-learning-note
个人对于laravel的代码、设计解读

## 简介

此项目记录本人对laravel源码以及设计的个人解读,同时欢迎各位提出意见和PR

(注:阅读前,请先完整阅读laravel的文档和掌握composer的基础知识)

## 目录

[门面 Facade](https://github.com/Hanccc/laravel-learning-note/tree/master/Facade)

[加密 Encryption](https://github.com/Hanccc/laravel-learning-note/tree/master/Encryption)