Showing 10 of 2,055 results.

Collection Scoping | Responses and Replies

Comment scoping works in exactly the same was as scoping in Statamic collections; and you can find out more information about how Statamic scoping works by reading the Statamic documentation on scoping . The default scope is named comments , and...

Laravel String Helper Function: ends_with

…used to check if a given $haystack ends with any of the supplied $needles . The $haystack is any value that can be cast into a string, and $needles is any value that can be cast into an array. If the $haystack ends with any of the $needles , the...

locale() | The Laravel Translator

The locale() method is functionally identical to the getLocale() method. It internally returns the value of the getLocale() method. 1 <?php 2 3 // Get a `Translator` instance from the application container. 4 $ translator = app ( ' translator ' )...

Laravel String Helper Function: camel

Camel casing is similar to studly case such that each word starts with a capitalized letter, with the difference being the first character is lower cased. Like the studly method, the camel method will not affect the casing of the rest of the word....

MySQL: Root Element Is Missing (Windows 8.1)

…from MySQL Notifier. A charming error message appeared on the screen that said "High Severity Error: Root element is missing". Dismissing this error, another one took its place stating "Log file path must be defined before calling the WriteToLog...

The Problem | MySQL: Root Element Is Missing (Windows 8.1)

I'm honestly not sure what caused this issue. I got this issue again today after my machine (Windows 8.1) crashed with the helpful MEMORY_MANAGEMENT error message. Google Chrome's preferences also could not be reloaded after this crash. I will be...