Recent Activity
学院君
User for 9 years
Admin
10 years ago 评论 赞助学院君谢谢支持!
10 years ago 评论 HTTP 控制器恩 是这么个意思 本地开发经常改动routes.php 缓存起来也无意义
10 years ago 评论 依赖注入模式(Dependency Injection)这是测试方法 在具体实现类中可以 前提是先实例化Connection然后作为参数传进来
10 years ago 评论 Laravel 服务提供者实例教程 —— 创建 Service Provider 测试实例//使用singleton绑定单例 $this->app->singleton('test',function(){ return new TestSer...
10 years ago 评论 关联关系最好的办法是在文章表新增评论数冗余字段 不要动态统计 很影响性能