Showing 10 of 2,145 results.

se_current_view Tag

The se_current_view tag provides various utilities to retrieve information about the view currently being rendered. For example, it is capable of returning the current relative view path, as well as outputting <!-- START: --> and <!-- END: -->...

se_current_view Tag | se_current_view Tag

When used by itself, the se_current_view tag will output the relative path of the view currently being rendered: 1 {{# Output the relative path of the current view. #}} 2 {{ se_current_view / }}

Generating Images for a Single Entry | Generating Images

To regenerate images for a single entry using the command line we can pass the ID of the entry as the first argument to the generate-images command: 1 php artisan social-media-image-kit:generate-images the-id-here --regen

Events

Social Media Image Kit will fire events at various points during the image generation process. You may listen for these events if you need to respond to them to implement more complex logic:

Upgrading from Prettier 2 | Prettier Plugin Installation

If you are upgrading from Prettier 2, note the lack of ./node_modules/ in the following paths. 1 { 2 " plugins " : [ 3 " prettier-plugin-blade " 4 ] , 5 " overrides " : [ 6 { 7 " files " : [ 8 " *.blade.php " 9 ] , 10 " options " : { 11 " parser "...