add: php artisan command csvExport:generate

This commit is contained in:
Michael 2024-08-19 18:41:57 +02:00
parent f25148606a
commit 024c3de06d
2 changed files with 72 additions and 1 deletions

View file

@ -2,6 +2,8 @@
namespace App\Console;
use App\Console\Commands\exportCsv;
use App\Console\Commands\exportCsvCli;
use App\Http\Controllers\GiteaApiController\GiteaExport;
use Dotenv\Dotenv;
use Illuminate\Console\Scheduling\Schedule;
@ -15,7 +17,7 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
//
exportCsv::class,
];
/**