Showing 10 of 2,044 results.

Adding the Necessary JavaScript | Reply Forms

While you could technically roll your own JavaScript to allow visitors to reply to other comments on your site, it is definitely easier to harness Meerkat's "reply to" JavaScript file. To add this file to your themes, simply use the following tag...

Laravel 5: Generating URLs to Controller Actions With action

The action helper function can be used to generate a URL to a controller action, which is supplied as an argument to the $name parameter. If the controller action requires or accepts parameters these can be supplied by utilizing the $parameters...

2. Basic Permissions. | License

…License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey,...

Grammar Files | Contributing

The Antlers TextMate grammar is located within the client's source directory, and be found at client/syntaxes/antlers.json .

Laravel Application Helper: base_path

…retrieve the path to the directory the Laravel application is installed in. It can also be used to construct paths relative to the base path by supplying a $path . The following examples will assume that the Laravel application is installed in...

Facade Aliases and Importing Facades | Laravel 5 Facades

Each facade has an alias . An alias in PHP is just a shortcut to a longer class name. For example, when we use something as something else, we are creating a class alias: 1 use Some\ReallyReallyLongClassName as ShorterName; In the above example...

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