bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this
array getFillable() Get the fillable attributes for the model. Return Value array
array|string via(mixed $notifiable) Get the notification's channels. Parameters mixed $notifiable Return Value array|string
void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. Parameters Application $app Dispatcher $events Return Value void
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
string getStubPath() Get the path to the stubs. Return Value string
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Response handle(Request $request) Handle an incoming HTTP request. Parameters Request $request Return Value Response
Page 136 of 996