Showing 10 of 2,133 results.

getCompilerOptions | Compiling Workspaces

Returns the currently configured compiler options. If no custom compiler options were configured, a set of default options will be created. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ DocumentCompilerOptions ; 4 5 public function...

Installation | Getting Started

To install the extension on your local machine, simply open Visual Studio Code and search for "Antlers Toolbox" in the Extensions panel. Once you find it, click "Install". The extension will automatically activate the next time you open an Antlers...

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

connection($name) | Laravel 5 Facades

The connection method will return a new schema builder ("Illuminate\Database\Schema\Builder") instance for the given connection. The $name is the name of the connection as it appears in the database configuration file.