LaravelPackages.net
Acme Inc.
Toggle sidebar
halcyon-agile/filament-import

Filament Import

2.455
0
v1.0.1
About halcyon-agile/filament-import

halcyon-agile/filament-import is a Laravel package for filament import. It currently has 0 GitHub stars and 2.455 downloads on Packagist (latest version v1.0.1). Install it with composer require halcyon-agile/filament-import. Discover more Laravel packages by halcyon-agile or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments