Model::touches()

bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool

Pivot::makeHidden()

$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this

DatabaseNotification::getFillable()

array getFillable() Get the fillable attributes for the model. Return Value array

ResetPassword::via()

array|string via(mixed $notifiable) Get the notification's channels. Parameters mixed $notifiable Return Value array|string

Kernel::__construct()

void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. Parameters Application $app Dispatcher $events Return Value void

Gate::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

MigrationCreator::getStubPath()

string getStubPath() Get the path to the stubs. Return Value string

MigratePublishCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ModelMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Kernel::handle()

Response handle(Request $request) Handle an incoming HTTP request. Parameters Request $request Return Value Response