Invoice and php excell working

This commit is contained in:
2024-11-09 23:16:09 +05:00
parent a566b7ac61
commit 7ae9123eca
16 changed files with 561 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
//
}
/**
* Reverse the migrations.
*/
public function down(): void
{
//
}
};