class
Illuminate
/
Database
/
Events
/
SchemaLoaded
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
SchemaLoaded
Properties
public
$connectionName string
The database connection name.
Default: null
public
$path string
The path to the schema dump.
Default: null
Methods
public
__construct ( $connection , $path ) : void
Create a new event instance.
Parameters
- $connection Connection
- $path string