Showing 10 of 1,085 results.

Generating Image | Events

The GeneratingImage event is fired right before a social media image kit generates an image. The event object will have the following properties: $entry, : The entry the image will be generated for., $size, : The details from the configuration...

Image Generated | Events

The ImageGenerated event is fired right after a social media image has been generated. The event object will have the following properties: $entry, : The entry the image will be generated for., $size, : The details from the configuration file for...

Generation Failed | Events

The GenerationFailed event is fired if the image generation process failed for any reason. The event object will have the following properties: $entry, : The entry the image will be generated for., $size, : The details from the configuration file...

Laravel MessageBag Public API: jsonSerialize

The jsonSeralize method internally returns the value of the toArray method. This method exists to implement PHP's JsonSerializable interface, which allows developers to customize how a class is represented when using the json_encode function. 1...

Laravel 5: Generating URLs to Controller Actions With action

The action helper function can be used to generate a URL to a controller action, which is supplied as an argument to the $name parameter. If the controller action requires or accepts parameters these can be supplied by utilizing the $parameters...

Laravel Collection Public API: last

last(callable $callback = null, $default = null) The last method is the logical opposite of the first method, and is used to get the last item in a collection, or to get the last item in a collection that matches a certain criteria. A $callback...

Laravel Collection Public API: push

push($value) The push method is the logical opposite of the prepend method and will push an item onto the end of the collection. The push method returns a reference to the original collection instance. The following code example shows how to use...

Advanced Reply Forms

…ve read through the Reply Forms article and already have a custom reply form that you want to extend further with JavaScript. You can hook into Meerkat's reply-to functionality by modifying the MeerkatReply window object. This object is simply a...

Filter Search