Showing 7 of 1,975 result(s)
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...
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...
The primary method of generating images is using the generate-images Artisan command: 1 php artisan social-media-image-kit:generate-images This command will generate images for each collection that has been configured. During the process, you...
By default Social Media Image Kit will not regenerate images that were previously generated when running the generate-images command. To force a regeneration we can use the --regen flag: 1 php artisan social-media-image-kit:generate-images --regen
You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License...
You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License...
The getOpenReplyForm will return the currently open form on your page: