Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117884436
CreatesApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
380 B
Referenced Files
None
Subscribers
None
CreatesApplication.php
View Options
<?php
namespace
Tests
;
use
Illuminate\Contracts\Console\Kernel
;
trait
CreatesApplication
{
/**
* Creates the application.
*
* @return \Illuminate\Foundation\Application
*/
public
function
createApplication
()
{
$app
=
require
__DIR__
.
'/../bootstrap/app.php'
;
$app
->
make
(
Kernel
::
class
)->
bootstrap
();
return
$app
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Apr 6, 1:27 AM (1 d, 20 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a4/33/c5cc0836fd0b3a0c5e804e6500a0
Default Alt Text
CreatesApplication.php (380 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline