halcyon-agile/filament-import

Filament Import
2,455
Install
composer require halcyon-agile/filament-import
Latest Version:v1.0.1
PHP:^8.2
License:MIT
Last Updated:Nov 26, 2024
Links: GitHub  ·  Packagist
Maintainer: halcyonagile

Filament Import

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

You can install the package via composer:

composer require halcyon-agile/filament-import"

You can publish the config file with:

php artisan vendor:publish --tag="filament-import-config"

This is the contents of the published config file:

return [

    'temporary_files' => [

        'disk' => null,

        'base_directory' => 'filament-import',
    ],

    'expires_in_minute' => 1_440, // 1 day, in-case of large import filze via queue
];

Usage

# TODO:

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

Related Packages

taitai42/laravel-excel

This package provides a way to export an Eloquent collection as an excel file an...

9,308 0
zappzerapp/laravel-ingest

A robust, configuration-driven ETL and data import framework for Laravel. Handle...

4,734 118
cyber-duck/laravel-excel

This package provides a way to export an Eloquent collection as an excel file an...

233,111 74
mohammed-zaki/laravel-excel

This package provides a way to export an Eloquent collection as an excel file an...

1,381 1
fruivita/corporate

Importador de Estrutura Corporativa em formato XML para aplicações Laravel

2,120 0