/home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma
NameSizeModeActions
.git/-0775rm
app/-0775rm
bootstrap/-0775rm
config/-0775rm
database/-0775rm
public/-0775rm
resources/-0775rm
routes/-0775rm
storage/-0775rm
tests/-0775rm
vendor/-0775rm
.editorconfig2580664editdlrm
.env13030644editdlrm
.env.example10970664editdlrm
.gitattributes1860664editdlrm
.gitignore2430664editdlrm
artisan16860664editdlrm
composer.json18820664editdlrm
composer.lock2993960664editdlrm
package.json2480664editdlrm
phpunit.xml11340664editdlrm
README.md41090664editdlrm
vite.config.js2630664editdlrm
Edit: /home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma/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);