JoinClause::orWhereNull()

Builder|Builder orWhereNull(string $column) Add an "or where null" clause to the query. Parameters string $column Return Value Builder|Builder

MySqlGrammar::compileExists()

string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string

FailedTableCommand::comment()

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

TestCase::call()

Response call(string $method, string $uri, array $parameters = array(), array $cookies = array(), array $files = array(), array $server = array(), string $content = null) Call the given URI and return the Response. Parameters string $method string $uri array $parameters array $cookies array $files array $server string $content Return Value Response

ListenerMakeCommand::argument()

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

SQLiteGrammar::compileForeign()

string compileForeign(Blueprint $blueprint, Fluent $command) Compile a foreign key command. Parameters Blueprint $blueprint Fluent $command Return Value string

VerifyPostSize

VerifyPostSize class VerifyPostSize (View source) Methods mixed handle(Request $request, Closure $next) Handle an incoming request.

RefreshCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

RetryCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

Kernel

Kernel class Kernel implements Kernel (View source) Methods void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. int handle(InputInterface $input, OutputInterface $output = null) Run the console application. void terminate(InputInterface $input, int $status) Terminate the application. ClosureCommand command(string $signature, Closure $callback) Register a Closure based command with the application. void registerCommand(Command $c