Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117752451
artisan
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
425 B
Referenced Files
None
Subscribers
None
artisan
View Options
#!/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
Details
Attached
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)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline