Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 3.22.66.60
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
nexus-groups.online /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
Feature
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
Unit
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
CreatesApplication.php
380
B
-rw-r--r--
2020-06-30 11:49
TestCase.php
163
B
-rw-r--r--
2020-06-30 11:49
Save
Rename
<?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; } }