added premium promotion, dropmail.php, dropattach.php, minor update of other files
This commit is contained in:
@@ -11,12 +11,12 @@ $kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
|
||||
|
||||
try {
|
||||
// Run the Artisan command 'ping'
|
||||
$exitCode = $kernel->call('ping');
|
||||
$exitCode = $kernel->call('schedule:run');
|
||||
|
||||
// Get the output of the command
|
||||
$output = $kernel->output();
|
||||
|
||||
echo "Artisan command 'ping' executed successfully. Exit code: $exitCode\n";
|
||||
echo "Artisan command 'schedule:run' executed successfully. Exit code: $exitCode\n";
|
||||
echo "Output:\n$output";
|
||||
|
||||
} catch (\Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user