bigmom / excel
Simple xlsx import export
dev-master
2021-05-07 01:36 UTC
Requires
- php: ^7.3
- bigmom/auth: dev-master
- laravel/framework: ^8.0
- phpoffice/phpspreadsheet: ^1.15.0
This package is auto-updated.
Last update: 2025-05-07 10:02:56 UTC
README
WARNING: This package is coded so badly even I don't want to use it much. It's usable I guess, but at what cost?
Import/Export tables from database in .xlsx files.
Installation
composer require bigmom/excel
php artisan vendor:publish
php artisan migrate
If bigmom/auth has not been published yet, please do so.
Usage
Management
Access the management UI through /bigmom
. Set up the config file first.