PHP 8.2.30
Preview: artisan Size: 1.65 KB
/home/byroehnu/cnggold.com.ng/artisan

#!/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 of our classes manually. It's 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);

Directory Contents

Dirs: 11 × Files: 19

Name Size Perms Modified Actions
app DIR
- drwxr-xr-x 2025-04-08 04:12:56
Edit Download
bootstrap DIR
- drwxr-xr-x 2025-04-08 04:12:56
Edit Download
config DIR
- drwxr-xr-x 2025-05-04 09:49:30
Edit Download
database DIR
- drwxr-xr-x 2025-04-08 04:12:56
Edit Download
lang DIR
- drwxr-xr-x 2025-07-19 07:29:54
Edit Download
public DIR
- drwxr-xr-x 2026-03-23 08:07:34
Edit Download
resources DIR
- drwxr-xr-x 2025-04-30 16:54:05
Edit Download
routes DIR
- drwxr-xr-x 2025-07-19 07:29:54
Edit Download
storage DIR
- drwxr-xr-x 2025-07-19 12:38:24
Edit Download
tests DIR
- drwxr-xr-x 2025-04-08 04:12:57
Edit Download
vendor DIR
- drwxr-xr-x 2025-05-01 07:12:31
Edit Download
258 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
1.15 KB lrw-r--r-- 2025-12-18 13:41:24
Edit Download
1.04 KB lrw-r--r-- 2025-04-08 04:12:56
Edit Download
186 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
284 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
95 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
100 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
1.65 KB lrw-r--r-- 2025-04-08 04:12:56
Edit Download
1.95 MB lrw-r--r-- 2025-07-19 12:36:43
Edit Download
216.94 MB lrw-r--r-- 2025-12-18 13:37:31
Edit Download
2.60 KB lrw-r--r-- 2025-05-08 11:50:30
Edit Download
414.77 KB lrw-r--r-- 2025-05-08 11:50:30
Edit Download
169 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
1.18 MB lrw-r--r-- 2025-05-15 11:42:32
Edit Download
2.36 KB lrw-r--r-- 2025-05-15 11:24:11
Edit Download
1.12 KB lrw-r--r-- 2025-04-08 04:12:56
Edit Download
4.06 KB lrw-r--r-- 2025-04-08 04:12:56
Edit Download
1.37 KB lrw-r--r-- 2025-04-08 04:12:57
Edit Download
375 B lrw-r--r-- 2025-04-08 04:12:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).