Seeder::call()

void call(string $class) Seed the given connection from the given path. Parameters string $class Return Value void

MorphTo::getRelated()

Model getRelated() Get the related model of the relation. Return Value Model

NotificationServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

FailedTableCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

StorageLinkCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

SQLiteGrammar

SQLiteGrammar class SQLiteGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(arra

Blade::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

MorphTo::createModelByType()

Model createModelByType(string $type) Create a new model instance by type. Parameters string $type Return Value Model

BaseCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

MorphTo::getForeignKey()

string getForeignKey() Get the foreign key of the relationship. Return Value string