Search

Showing 7 of 1,975 result(s)

/blog/2016/11/29/laravel-viewerrorbag-public-api-get_bag

getBag($key = null) The getBag method can be used to retrieve a MessageBag instance associated with the provided $key . If a MessageBag instance does not exist with the provided $key , a new instance of Illuminate\Support\MessageBag will returned...

/blog/2016/11/30/creating-a-service-provider-our-custom-hashing-implementations

In this article, we will create a service provider for all all of the custom hashing implementations that we created in previous articles. The articles about the hashing implementations can be found at these locations: Laravel: Implementing a...

/blog/2016/12/07/laravel-artisan-general-command-the-optimize-command

The optimize command optimizes various aspects to improve the performance of the Laravel application. The command provides two flags. The --force flag can be set to indicate that the compiled class file should be written (by default the compiled...

/blog/2023/02/10/how-to-structure-your-cybersecurity-team-to-work-in-an-agile-environment#content-key-steps-to-structure-your-cybersecurity-team-to-work-in-an-agile-environment

An agile environment requires an employee who can work quickly on multiple projects simultaneously without getting lost in details. An agile environment also demands high levels of creativity, flexibility, and adaptability from employees who are...

/search-report-for-statamic/v1/setup

Search Report for Statamic stores search logs within a database, even if the rest of your site is using flat files. If you don't want to setup a large database server, you may also use SQLite. For more information on how to configure a database...

/site-essentials-for-statamic/v1/custom-metadata-tags#content-temporaryephemeral-links

…etadata. This metadata will only persist for the current request, even when using the static site generator. A common example of ephemeral data is when using the se_meta:paginate tag. To queue custom, ephemeral, metadata, we can use the ephemeral...

/blog/2016/11/16/laravel-string-helper-function-equals

The equals method will determine if two strings are the same. The equals method implements a constant-time algorithm, meaning that the time it takes the method to complete does not necessarily increase as the size of the two inputs ( $knownString...