Showing 10 of 1,090 results.

10. Automatic Licensing of Downstream Recipients. | License

Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties...

17. Interpretation of Sections 15 and 16. | License

If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability...

se_each Modifier

The se_each modifier can be used to render another template for each item within an array. The rendered template will receive the full context scope at the time the modifier was invoked, as well as the data from the item being iterated. 1 {{#...

Introduction | How Does PHP Work With The Web Server And Browser?

PHP is a popular server-side language that is fantastic for web applications. Some of the largest companies and organizations from around the world utilize PHP for their operations (some of them you probably use every single day). A large amount...

Getting Kint to Work With Laravel 4.1

…son file.This solution works by making sure that Kint is loaded before Laravel: 1 " require " : { 2 ... 3 " raveren/kint " : " dev-master " , 4 " laravel/framework " : " 4.1.* " 5 ... 6 } After this change has been made, you will essentially have...

Favicon Configuration

The favicon generation feature provides many different configuration options. You can disable the feature entirely, add/remove favicon sizes, and even change the favicon generation driver entirely.

se_current_view Tag

The se_current_view tag provides various utilities to retrieve information about the view currently being rendered. For example, it is capable of returning the current relative view path, as well as outputting <!-- START: --> and <!-- END: -->...

se_current_view Tag | se_current_view Tag

When used by itself, the se_current_view tag will output the relative path of the view currently being rendered: 1 {{# Output the relative path of the current view. #}} 2 {{ se_current_view / }}

Preamble | License

…program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights....

Filter Search