Search

Showing 7 of 1,975 result(s)

/blog/2016/11/21/laravel-macros-an-easy-way-to-extend-laravel-components#content-macroable-methods

The following methods are available in the Macroable trait: macro($name, callable $macro) : The macro method is used to create a macro, and can be examined in the previous code examples. hasMacro($macro) : The hasMacro method is used to determine...

/blog/2018/04/22/laravel-5-collections-filtering-collection-elements-with-filter#content-using-filter-with-higher-order-messages

The filter method can also be used with higher order messaging, which allows us to invoke collection methods and access object instance properties using PHP's property accessors syntax. In the reject section, we implemented a Product class that...

/blog/2023/02/10/how-to-structure-your-cybersecurity-team-to-work-in-an-agile-environment#content-understanding-the-advantages-of-structuring-security-teams-in-agile-environments

…t things at the right time. The benefits of structuring your security teams in this way include the following: Improved communication between different departments within your organization, Improved communication with external partners (like...

/meerkat/disabled-comments

…s possible for Meerkat to disable new comment submissions for any given post on your site, it might be a good idea to have your template adapt and display a message to visitors. By default, Meerkat does not close comment threads automatically....

/blog/2016/11/20/laravel-array-helper-function-array_where#content-comparing-just-the-key

For completeness, let's look at an example of just utilizing the key from the key/value compare with the where method. Let's add another array to the mix to keep track of all the students that are currently suspended: Now we want to get only the...

/blog/2016/12/07/laravel-artisan-queue-command-the-queuefailed-table-command

The queue:failed-table command is used to create a new migration for the failed_jobs database table. This table is in order to keep track of any queue jobs that have failed. This command defines no parameters and can be used like so: php artisan...

/meerkat/installation

To install Meerkat into a Statamic 4 project using Composer , simply run the following command at the root of your project: composer require stillat/meerkatUpgrading your site from Meerkat 2 to Meerkat 3 should be relatively painless for most...