Showing 10 of 2,142 results.

Microsoft .NET Framework Download Locations

The following table is simply a list of the download locations for various versions of the Microsoft .NET Framework. Version Download Location 1.1 https://www.microsoft.com/en-us/download/details.aspx?id=26 2.0 (Service Pack 2)...

Pagination Variables | Responses and Replies

When the Meerkat responses tag is in pagination mode, you will gain access to a new paginate variable that contains useful data that will make it easier to work with paginated comment threads: Variable Description {{ next_page }} The URL to this...

Laravel Artisan Event Command: The event:generate Command

The event:generate command is used to generate missing events and listeners based on the events that are registered in the applications EventServiceProvider (by default this service provider is located in the app/Providers/EventServiceProvider.php...

Laravel 5 String Helpers: Parse Callback

…somewhat specialized purpose. The following syntax for class names and method names can be found utilized throughout the Laravel framework: 1 ClassName @ someMethodName The point is that there is a string, split by the @ symbol, with the class...

Using Facades | Laravel 5 Facades

Laravel's facades are used just like any other static class, with the exception that facades are redirecting method calls to an actual class instance. Facades are typically imported at the top of the source file, along with any other classes that...

se_radius_excerpt Modifier

The se_radius_excerpt modifier may be used to create an excerpt of the provided text. It will attempt to include the text on either side of the search string, up to a certain character count or radius . By default, the se_radius_excerpt modifier...

Permalinks

Tidal will automatically insert permalink links for headings within your content. This is done for pages authored using the "Documentation (Markdown)" and "Documentation (Page Builder)" blueprints. The links created for headings within your...