Laravel Helper Completions
A set of completions for Laravel 5 helper functions
Details
Installs
- Total 41K
- Win 26K
- Mac 6K
- Linux 9K
Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
laravel-helper-completions
A set of completions for Laravel 5.x helper functions.
These helpers are pulled from Illuminate/Support/helpers.php and Illuminate/Foundation/helpers.php.
Installing
Package Control
Just look for laravel helper
on Package Control. You can see the project on Package Control as well.
If you have Medalink/laravel-blade installed, then this should also allow the completions inside blade tags too.
Manual
- Open the Commands Palette (
command+shift+p
orctrl+shift+p
) - Package Control:
Add Repository
- Past in this repos URL
- Press Enter
- Open the palette again
- Press enter on “laravel-helper-completions”
- Watch it install
List
- __ (translate)
- 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
- bcrypt
- 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
- env
- event
- factory
- head
- info
- kebab_case
- last
- logger
- method_field
- mix
- object_get
- old
- policy
- preg_replace_array
- public_path
- redirect
- request
- resolve
- resource_path
- response
- retry
- route
- secure_asset
- secure_url
- session
- 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
- validator
- value
- view
- windows_os
- with