MiddlewareMakeCommand

MiddlewareMakeCommand class MiddlewareMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. from GeneratorCommand int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console comm

MySqlConnection::getDoctrineConnection()

Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection

ClearCompiledCommand::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

DatabaseNotification::jsonSerialize()

array jsonSerialize() Convert the object into something JSON serializable. Return Value array

NullBroadcaster::broadcast()

void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void

CallbackEvent::name()

$this name(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this

Container::forgetInstances()

void forgetInstances() Clear all of the instances from the container. Return Value void

Pivot::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

Str::parseCallback()

static array parseCallback(string $callback, string $default) Parse a Class@method style callback into class and method. Parameters string $callback string $default Return Value array

MailableFake::__construct()

void __construct() Create a new instance. Return Value void