Laravel 辅助函数补全
Laravel 5 辅助函数的一套补全
详细信息
安装次数
- 总数 41K
- Win 26K
- Mac 6K
- Linux 9K
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 2 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 4 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 |
自述文件
laravel-helper-completions
Laravel 5.x 辅助函数的一套补全。
这些辅助函数来自 Illuminate/Support/helpers.php 和 Illuminate/Foundation/helpers.php。
安装
包控制
只需要在 包控制 中查找 laravel helper
。你还可以在 包控制 上看到该项目。
如果你已经安装了 Medalink/laravel-blade,那么这也应该允许在 blade 标签中也有补全。
手册
- 打开命令面板(
command+shift+p
或ctrl+shift+p
) - 包控制:
添加仓库
- 将此仓库 URL 粘贴进来
- 按 Enter
- 再次打开面板
- 在“laravel-helper-completions”上按 enter
- 观看安装
列表
- 双下划线(_)
- abort
- abort_if
- abort_unless
- action
- app
- app_path
- append_config
- array_add
- array_collapse
- array_divide
- array_dot
- array_except
- array_first
- array_flatten
- array_forget
- array_get
- array_has
- array_last
- array_only
- array_pluck
- array_prepend
- array_pull
- array_set
- array_sort
- array_sort_recursive
- array_where
- array_wrap
- asset
- auth
- back
- base_path
- broadcast
- broadcast
- cache
- camel_case
- class_basename
- class_uses_recursive
- collect
- config
- config_path
- cookie
- csrf_field
- csrf_token
- data_fill
- data_get
- data_set
- database_path
- dd
- decrypt
- dispatch
- e
- elixir
- encrypt
- ends_with
- 环境
- 事件
- 工厂
- 头部
- 信息
- kebab_case
- 最后
- 记录器
- method_field
- 混搭
- object_get
- 旧
- 策略
- preg_replace_array
- public_path
- 重定向
- 请求
- 解决
- resource_path
- 响应
- 重新尝试
- 路由
- secure_asset
- secure_url
- 会话
- snake_case
- starts_with
- storage_path
- str_contains
- str_finish
- str_is
- str_limit
- str_plural
- str_random
- str_replace_array
- str_replace_first
- str_replace_last
- str_singular
- str_slug
- studly_case
- tap
- title_case
- trait_uses_recursive
- trans
- trans_choice
- url
- 验证器
- 值
- 视图
- windows_os
- 使用