承接 javaabu/imports 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

javaabu/imports

最新稳定版本:v1.4.0

Composer 安装命令:

composer require javaabu/imports

包简介

Streamline excel data import to your application

README 文档

README

Latest Version on Packagist Test Status Code Coverage Badge Total Downloads

Introduction

Streamline excel data import to your application

Documentation

You'll find the documentation on https://docs.javaabu.com/docs/imports.

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving this package? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.

If you've found a bug regarding security please mail info@javaabu.com instead of using the issue tracker.

Usage

Install the package via composer:

composer require javaabu/imports

Create your controller and use the ImportsData trait

<?php

namespace App\Http\Controllers\Admin;

use App\Http\Controllers\Controller;
use Javaabu\Imports\Traits\ImportsData;

class ImportsController extends Controller
{
    use ImportsData;
}

Register your routes

    Route::get('import', [ImportsController::class, 'index'])->name('imports.index');
    Route::post('import', [ImportsController::class, 'store'])->name('imports.store');

For more customization you can override the methods in ImportsData trait.

Testing

You can run the tests with

./vendor/bin/phpunit

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@javaabu.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 656
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-02