class Illuminate / Support / Facades / Schema
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Schema

Extends

See

  • \Illuminate\Database\Schema\Builder

Properties

protected static

$cached bool

Indicates if the resolved facade should be cached.

Default: false

Methods

public static

connection ( $name ) : Builder

Get a schema builder instance for a connection.

Parameters

  • $name string|null
protected static

getFacadeAccessor ( ) : string

Get the registered name of the component.