Skip to content

voyager excel export --一个Voyager的Excel导出插件

License

Notifications You must be signed in to change notification settings

haodudecao/voyager-excel

 
 

Repository files navigation

Voyager Excel Export

Tests Coverage Status Latest Stable Version styleci FOSSA Status

a plugin of voyager for excel export

Required

  • voyager this is a missing laravel admin

Install

composer require tu6ge/voyager-excel

Configuration

  1. disable special Model

You can disable export button in special Model :

class Example extends Model
{
    public $disable_export = true;

    // ...
}
  1. allow export all records of special Model, default export selected records
class Example extends Model
{
    public $allow_export_all = true;

    // ...
}

Support Language

  • zh_CN
  • en

License

MIT

FOSSA Status

Links

Star

If this packages helped you, leave a star for the author.

Contributing

Contributing Guide

About

voyager excel export --一个Voyager的Excel导出插件

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%