File

File class File extends File (View source) Traits FileHelpers

ChangesCommand::argument()

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

ResetCommand::options()

array options() Get all of the options passed to the command. Return Value array

Contracts\Filesystem

Illuminate\Contracts\Filesystem Interfaces Cloud Factory Filesystem

Config::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

AuthenticatesAndRegistersUsers::postLogin()

Response postLogin(Request $request) Handle a login request to the application. Parameters Request $request Return Value Response

EventServiceProvider::register()

register() {@inheritdoc}

MessageBag::getMessageBag()

MessageBag getMessageBag() Get the messages for the instance. Return Value MessageBag

RedirectResponse::throwResponse()

throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException

ControllerMakeCommand

ControllerMakeCommand class ControllerMakeCommand 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