X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Console
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Console
/
📁
..
📄
Application.php
(517 B)
📄
Kernel.php
(1.38 KB)
Editing: Application.php
<?php namespace Illuminate\Contracts\Console; interface Application { /** * Run an Artisan console command by name. * * @param string $command * @param array $parameters * @param \Symfony\Component\Console\Output\OutputInterface|null $outputBuffer * @return int */ public function call($command, array $parameters = [], $outputBuffer = null); /** * Get the output from the last command. * * @return string */ public function output(); }
Upload File
Create Folder