Search

Showing 7 of 2,041 result(s)

/blog/2018/04/21/laravel-5-message-bags-getting-an-array-of-messages-with-getmessages

…turn all of the messages stored within the MessageBag instance. The getMessages method will always return an array. If there are no messages in the message bag, an empty array will be returned.The signature of the getMessages method is: public...

/blog/2018/04/21/laravel-5-message-bags-retrieving-the-first-message-with-first

…st method also accepts a $format parameter, which allows developers to customize the format that is used when transforming the message (which by default is just the default message).The signature of the first method is:The following examples will...

/blog/2023/05/04/best-practices-for-securing-your-development-projects#content-what-is-secure-software-development-and-why-is-it-important

What is Secure Software Development ? Secure software development is a comprehensive process that involves designing, developing, and testing software applications while prioritizing security at each stage. The main objective of this process is to...

/blog/2023/12/10/that-escalated-quickly-all-the-new-things#content-bard-heading-permalinks-for-statamic

Bard Heading Permalinks for Statamic is a simple addon that can generate permalinks for headings within Bard fields. This addon is compatible with Statamic's markdown permalink configuration. Bard Heading Permalinks for Statamic GitHub

/meerkat/managing-comments#content-updating-a-comment

Comments may be updated from the Control Panel by selected the "Edit" option below the comment's content. An inline comment editor will appear, allowing you to update the comment's content.

/meerkat/the-is-filters#content-the-isafter-filter

…allows you to filter comments to those that appear after a certain date. It accepts either a UNIX timestamp, or the date as text input. The following example would return all comments that were submitted to the server after January 1st, 1990:...

/site-essentials-for-statamic/v1/antlers-tags/se-current-view#content-se-current-viewstart-tag

The se_current_view:start tag will output a <!-- START: --> HTML comment with the current relative view path. This tag does nothing when the site is in production mode. 1 {{ se_current_view : start / }}