https://github.com/hanson/laravel-learning-note
个人对于laravel的代码、设计解读
https://github.com/hanson/laravel-learning-note
Last synced: 11 months ago
JSON representation
个人对于laravel的代码、设计解读
- Host: GitHub
- URL: https://github.com/hanson/laravel-learning-note
- Owner: Hanson
- Created: 2016-06-08T11:47:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T07:38:18.000Z (almost 10 years ago)
- Last Synced: 2025-03-26T05:11:24.519Z (about 1 year ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)