Showing 10 of 2,044 results.

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

Registering Custom Validators | Validating Blade

…nitialized as singleton objects and have specific requirements for configuration. Instead, suppose you want to ensure custom validator implementations are available on every BladeValidator instance created. In that case, you can use the resolving...

Blade Compiler

The Blade Parser library provides an independent Blade compiler implementation. This implementation is provided to help facilitate testing of the library itself, as well as to provide a convenient way to implement more advanced validation systems...

setFailOnParserErrors | Blade Compiler

Sets whether the compiler should fail on parser errors. When set to true, the compiler will throw an instance of Stillat\BladeParser\Errors\Exceptions\CompilationException whenever it encounters a parser error. Argument Description...

The Laravel Framework Console Kernel

The console kernel exposes many different public methods. This article will not cover all of the public methods available, but only the most useful ones.

The Document Parser

The Document Parser is responsible for parsing Blade templates. By default, it supports all directives supported by the library's compiler. Any custom directive names need to be registered with the parser instance. It is also possible to disable...