a plugin of voyager for excel export
- voyager this is a missing laravel admin
composer require tu6ge/voyager-excel
- disable special Model
You can disable export button in special Model :
class Example extends Model
{
public $disable_export = true;
// ...
}
- allow export all records of special Model, default export selected records
class Example extends Model
{
public $allow_export_all = true;
// ...
}
- zh_CN
- en
MIT
If this packages helped you, leave a star for the author.