Page MenuHomePhorge

artisan
No OneTemporary

Authored By
Unknown
Size
425 B
Referenced Files
None
Subscribers
None
#!/usr/bin/env php
<?php
use Illuminate\Foundation\Application;
use Symfony\Component\Console\Input\ArgvInput;
define('LARAVEL_START', microtime(true));
// Register the Composer autoloader...
require __DIR__.'/vendor/autoload.php';
// Bootstrap Laravel and handle the command...
/** @var Application $app */
$app = require_once __DIR__.'/bootstrap/app.php';
$status = $app->handleCommand(new ArgvInput);
exit($status);

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 4:09 AM (4 d, 3 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d3/7d/2847c008d55f4af37eee4f0d528e
Default Alt Text
artisan (425 B)

Event Timeline