Showing 10 of 1,085 results.

6. Conveying Non-Source Forms. | License

…de either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of...

Favicons and Web Manifest

Favicons are automatically generated for you when updating the " Globals > Site Settings > Favicon " field within the Control Panel. Tidal makes use of the Site Essentials for Statami c addon to generate and manage your site's favicons, as well as...

Read the Docs | Rebuilding Stillat.com

"Read the docs". This is something you see in many, many, many places online, especially in the open-source scene. But its true: read the docs and life will become much easier. After mocking up a design, the process of converting that into a basic...

Antlers Modifiers

Site Essentials for Statamic provides various types of modifiers to help in a wide variety of situations when developing Statamic websites. se_each Modifier, The se_each modifier can be used to render another template for each item within an...

Laravel URL Helper Function: secure_url

secure_url($path, $parameters = []) The secure_url helper function can be used to generate secure, fully qualified URLs to a given $path . You can also supply additional data that will be added as a query string by supplying an argument for the...

Laravel Companion: A Guide to Helpers, Collections And More

Whether you're new to Laravel or a seasoned developer, Laravel Companion is your go-to guide for unlocking the full potential of the framework. Packed with real-world examples and concise explanations, this book dives deep into Laravel's helper...

Laravel Array Helper Functions

Laravel provides many helper functions for interacting and manipulating array data structures. Laravel's array functions offer additional functionality on top of PHP's built in array functions. The helper functions in this section are located...

Laravel Array Helper Function: array_only

The only helper method is the logical opposite of the except (discussed in the article Laravel Array Helper Function: array_except ) method. The signature for the only helper method is: only($array, $keys) Assuming that the $_POST super-global...

Laravel String Helper Function: substr

The substr helper method is a convenient helper built on top of PHP's mb_substr function (unlike PHP's mb_substr function, substr does not provide a way to change the encoding that is used) that is used to return a portion of a string. The substr...

Laravel 5: Array Helper Functions

Laravel provides many helper functions for interacting and manipulating array data structures. Laravel's array functions offer additional functionality on top of PHP's built in array functions. The helper functions in this section are located...

Filter Search