Look through the API
Laravel helper functions e.g: getClientOriginalName()
Hi,
I noticed that there are a load of 'helper functions' (I am not sure if this is the correct term) or methods relating to files, such as; getClientOrigianlName(); getClientOriginalExtension(); etc
I am sure there are many others that can be used across the board (not just relating to files).
I have just been looking through the docs and could not see any reference to this. I was just wondering if someone could point me in the right direction?
I am trying to find out where these functions originate from and if there are any definitive lists of helpers etc as they may be useful for me in the future..
thanks
You have to read the docs, Taylor adds links like
Other File Methods
There are a variety of other methods available on UploadedFile instances. Check out the API `(Taylor made a link here)` documentation for the class for more information regarding these methods.
Here API is a link to http://api.symfony.com/3.0/Symfony/Component/HttpFoundation/File/UploadedFile.html
Please or to participate in this conversation.