Showing 10 of 2,044 results.

Responses and Replies

In general, responses are the collection of all comments and replies on any given page of your site. A comment may have its own collection of children comments; these are referred to as replies .

Browser Support

Tidal makes use of Tailwind CSS 3 and Alpine.js 3 for the front-end portion of the site. Tidal should work well on the latest stable versions of the following browsers: Chrome, Firefox, Edge, Safari Tidal does not support any version of Internet...

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:

Laravel Miscellaneous Helper Function: data_fill

…ask as the data_set helper function. The only difference is that the data_fill does not define an optional $overwrite parameter. data_fill internally makes a call to the data_set (discussed in the Laravel Miscellaneous Helper Function: data_set...

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 "...