Architecture design of Laravel Project v1.1
2018-09-12 16:29:13 0 举报
Laravel项目架构设计,在传统的MVC架构下添加了Repository和Action以及Service层,可以达到更好的解耦和维护效果,而把纯逻辑代码Core分离出来有利于做单元测试。
作者其他创作
大纲/内容
View
request
mapping
Model
invoke
Action
inject
Shell Domain
Database
Core
Unit Test
Architecture design of Laravel Project
Controller
run
Core Domain
Service
Repository
0 条评论
下一页