Showing 10 of 2,055 results.

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

Laravel 5 Message Bags: Merging Additional Messages With merge

The merge method is used to combine, or merge , the contents of the MessageBag instance with the provided $messages . The $messages can be any valid array or an object instance that implements the "Illuminate\Contracts\Support\MessageProvider"...

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