Showing 10 of 1,322 results.

Removing Existing Favicons | Favicon Configuration

By default the favicon generator will attempt to cleanup any previously generated favicons. This feature can be disabled by changing the remove_existing configuration value within the site_essentials/favicons.php configuration file: 1 <?php 2 3...

Formatter Configuration and Usage

The Prettier Blade plugin supports many different configuration options. These options can be set my creating a new file at the root of your project (yes, another dot file, I'm sorry) called .blade.format.json . This file should exist at the root...

Configuring Laravel Pint | Formatter Configuration and Usage

The Blade formatter is capable of using Laravel Pint to format PHP code inside your Blade directives, as well as in raw PHP blocks. You will need to have Laravel Pint available globally, or available within your project's vendor folder. 1 { 2 "...

Laravel 5: Getting Array or Object Values With data_get

The data_get function is identical in behavior to both the array_get and object_get function. The difference is that the data_get function will accept both objects and arrays as its $target input value.The signature of the data_get function is: 1...

Third-Party Data Sharing | Product Data Privacy

By default, Meerkat does not share any information via. third-party API calls. Some features, such as the Akismet spam guard, do require the submission of data to third-parties via. API requests. These features are disabled by default and are...

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

…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 running the...

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

The solution that worked for me was to find the connections.xml and settings.config file in the %appdata%\Oracle\MySQL Notifier folder and delete them. I did inspect both files before I deleted them, honestly the settings.config file looked fine....

GNU GENERAL PUBLIC LICENSE | License

Version 3, 29 June 2007 Copyright © 2007 Free Software Foundation, Inc. < https://fsf.org/ > Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.