Showing 10 of 2,133 results.

Step 1: The Presenter | Semantic UI Paginator for Laravel 4

First, we are going to write a SemanticPresenter class. This class is what Laravel 4 will use when constructing the links for the pagination elements. So let's start it. Create a new file named SemanticPresenter.php somewhere where composer and...

Formatting Front Matter | Formatting

The Antlers formatter will attempt to format your template's front matter by default. If the front matter contains syntax errors, the front matter will not be formatted. To stop the formatter from attempting to format your front matter, disable...

Prettier 3 Plugin | Formatting

An Antlers formatter is provided as a Prettier 3 plugin. You will need to install and configure Prettier separately from the Antlers Toolbox Visual Studio extension. To install and enable the Antlers plugin for Prettier 3 make sure to install...

getComponents | Workspaces

Returns all component tags within workspace document. This method will return all component tags within a document, including closing tags and self-closing tags. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 4 5 public function...

Additional Schema Methods | Laravel 5 Facades

The Schema facade defines one extra method. Facades define extra methods to provide simpler access to underlying sub-systems, or to call functions on other, related components, or to provide greater testability of the framework components.

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

where Comparison Operators | The "where" Filters

The following table lists all of the comparison operators that are supported by the where filter: Operator Description = Lose equality operator; the data types do not need to match. != Lose inequality operator; the data types do not need to match....

setClassComponentAliases | Blade Compiler

Sets and overrides all class component aliases. In default setups, this is set to the return value of Illuminate\View\Compilers\BladeCompiler::getClassComponentAliases() Argument Description $aliases The class component aliases. 1 <?php 2 3 use...