TinkerServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string

ShouldBroadcastNow::broadcastOn()

array broadcastOn() Get the channels the event should broadcast on. Return Value array

InteractsWithAuthentication

InteractsWithAuthentication trait InteractsWithAuthentication (View source) Methods $this seeIsAuthenticated(string|null $guard = null) Assert that the user is authenticated. $this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. $this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that the user is authenticated as the given user. $this seeCredentials(array $credentials, string|null $guard = null) Assert that the gi

Application::boot()

void boot() Boot the application's service providers. Return Value void

User::getAttributeValue()

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed

Blueprint::dateTime()

Fluent dateTime(string $column) Create a new date-time column on the table. Parameters string $column Return Value Fluent

Builder::getQuery()

Builder getQuery() Get the underlying query builder instance. Return Value Builder

CallbackEvent::__construct()

void __construct(string $callback, array $parameters = array()) Create a new event instance. Parameters string $callback array $parameters Return Value void Exceptions InvalidArgumentException

User::getAuthPassword()

string getAuthPassword() Get the password for the user. Return Value string

TailCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface