欢迎光临
感谢一路有你

Laravel 第4页

laravel | 系统学习笔记五

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

缓存优化 数据库查询缓存优化 数据库字段 show COLUMNS from 'user' //查询数据表的字段 生成数据表的缓存文件 php think optimize:schema //生成的目录在runtime/schema 路由 ...

laravel | 系统学习笔记四

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

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

laravel | 系统学习笔记三

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

搜索 elasticsearch https://www.elastic.co/cn/ https://github.com/medcl/elasticsearch-analysis-ik 文档 elasticsearch基本概念 索引in...

laravel | 系统学习笔记二

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

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

laravel | 系统学习笔记一

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

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

laravel开发博客遇到的问题(一)

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

1.引入css,js,img等最好使用asset 使用此方式,获取的是带域名的绝对路径 <link rel='stylesheet' href="{{asset('resause/i.css')}}"/> 2.测试数据库是否连接...

×
订阅图标按钮