/home/techb158/ileadtechnology.com/SSM
NameSizeModeActions
app/-0755rm
bootstrap/-0755rm
config/-0755rm
database/-0755rm
public/-0755rm
resources/-0755rm
routes/-0755rm
storage/-0755rm
tests/-0755rm
vendor/-0755rm
__MACOSX/-0755rm
.env11130644editdlrm
.htaccess20880644editdlrm
.htaccess-1950644editdlrm
.htaccess_bak4280644editdlrm
.user.ini5960644editdlrm
artisan16860644editdlrm
composer.json22710644editdlrm
composer.lock3053530644editdlrm
php.ini6450644editdlrm
server.php5630644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/artisan (1686B)
#!/usr/bin/env php 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);