class
Illuminate
/
Support
/
Facades
/
Schema
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.