PHP 8.3.31
Preview: Application.php Size: 517 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Console/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();
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
517 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
80 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.51 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
92 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).