Skip to content

Instantly share code, notes, and snippets.

View harishrkpatel's full-sized avatar

Harish Patel harishrkpatel

View GitHub Profile
@harishrkpatel
harishrkpatel / 2018_12_29_113449_create_csv_data_table.php
Last active January 30, 2023 12:02
Backpack For Laravel Import Functionality
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateCsvDataTable extends Migration
{
/**
* Run the migrations.