Home
laravel_study
Laravel 模式
1.1.
介绍
1.2.
Laravel5 发送邮件使用 Service 隔离业务
1.3.
如何使用 Repository 模式
1.4.
如何使用 Service 模式
1.5.
如何使用 Presenter 模式
Laravel 模型
2.1.
Laravel 模型缓存
2.2.
Laravel 模型事件
2.3.
Laravel 模型观察者
2.4.
EloquentORM 关联关系
2.5.
EloquentORM 一对一
2.6.
EloquentORM 一对多
2.7.
EloquentORM 多对多
2.8.
EloqumentORM 远层一对一
2.9.
EloquentORM 远层一对多
2.10.
EloqumentORM 多态一对一
2.11.
EloquentORM 多态多对多
2.12.
EloquentORM 多态一对多
Laravel Collection 使用
3.1.
Laravel 中 Collection 的基本使用
3.1.1.
all
3.1.2.
avg
3.1.3.
chuck
3.1.4.
collapse
3.1.5.
combine
3.1.6.
contains
3.1.7.
containsStrict
3.1.8.
count
3.1.9.
diff
3.1.10.
diffAssoc
3.1.11.
diffKeys
3.1.12.
each
3.1.13.
every
3.1.14.
except
3.1.15.
filter
3.1.16.
first
3.1.17.
flatMap
3.1.18.
flatten
3.1.19.
flip
3.1.20.
forget
3.1.21.
forPage
3.1.22.
get
3.1.23.
groupBy
3.1.24.
has
3.1.25.
implode
3.1.26.
intersect
3.1.27.
intersectKey
3.1.28.
isEmpty
3.1.29.
isNotEmpty
3.1.30.
keyBy
3.1.31.
keys
3.1.32.
last
3.1.33.
map
3.1.34.
mapWithKeys
3.1.35.
max
3.1.36.
median
3.1.37.
merge
3.1.38.
min
3.1.39.
mode
3.1.40.
nth
3.1.41.
only
3.1.42.
partition
3.1.43.
pipe
3.1.44.
pluck
3.1.45.
pop
3.1.46.
prepend
3.1.47.
pull
3.1.48.
push
3.1.49.
put
3.1.50.
random
3.1.51.
reduce
3.1.52.
reject
3.1.53.
reverse
3.1.54.
search
3.1.55.
shift
3.1.56.
shuffle
3.1.57.
slice
3.1.58.
sort
3.1.59.
sortBy
3.1.60.
sortByDesc
3.1.61.
splice
3.1.62.
split
3.1.63.
sum
3.1.64.
take
3.1.65.
tap
3.1.66.
times
3.1.67.
toArray
3.1.68.
toJson
3.1.69.
transform
3.1.70.
union
3.1.71.
unique
3.1.72.
uniqueStrict
3.1.73.
values
3.1.74.
when
3.1.75.
where
3.1.76.
whereStrict
3.1.77.
whereIn
3.1.78.
whereInStrict
3.1.79.
whereNotIn
3.1.80.
whereNotInStrict
3.1.81.
zip
3.2.
Laravel 中 Collection 的实际使用
3.2.1.
collection 中 sum 求和
3.2.2.
collection 格式化计算数据
3.2.3.
collection 格式化计算数据计算 github 事件得分总和
3.2.4.
collection 格式化 markdown 数据列表
3.2.5.
collection 格式化计算两个数组的数据
3.2.6.
collection 中 reduce 创建 lookup 数组
其他
4.1.
Laravel 上传大文件提示 413 Request Entity Too Large 错误
4.2.
使用 Laravel 开发自己的 Package
4.3.
Laravel 中涉及认证跳转地址的修改的地方
4.4.
Laravel 5.* 执行迁移文件报错:Specified key was too long error
4.5.
Laravel 测试
4.6.
TODO
Powered by
GitBook
uniqueStrict
uniqueStrict方法
uniqueStrict方法
方法的使用和
unique
方法类似,只是使用了「严格」比较来过滤。
results matching "
"
No results matching "
"