欢迎光临
感谢一路有你

2018年12月的文章

第2页
Laravel

laravel | 系统学习笔记四

王明昌阅读(3115)赞(0)

公共专题列表 视图合成器 \View::composer('mobandizhi',function($view){ //加载 }) 使用 位置\app\Providers\AppServiceProvider.php public fun...

Laravel

laravel | 系统学习笔记二

王明昌阅读(3432)赞(0)

服务容器 绑定(使用bind 或 singleton) public/indx.php下的 $app = require_once __DIR__.'/../bootstrap/app.php'; app.php 下(字符串绑定到对象中) ...

Laravel

laravel | 系统学习笔记一

王明昌阅读(2735)赞(0)

laravel中文网 https://laravel-china.org/ 支持: 队列 搜索 数据库迁移 定时脚本 数据填充包 https://github.com/fzaninotto/Faker laravel思想 服务容器 服务提供...