Skip to content

spatie/fragment-importer

Repository files navigation

Import fragments from an excel file

Software License SensioLabsInsight Quality Score StyleCI

This Blender specific package provides some classes and commands to easily import fragments using an excel file. An exporter is included too.

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Install

This package is custom built for Spatie projects and is therefore not registered on packagist. In order to install it via composer you must specify this extra repository in composer.json:

"repositories": [ { "type": "composer", "url": "https://satis.spatie.be/" } ]

You can install the package via composer:

$ composer require spatie/fragment-importer

Usage

Fragments not yet present in the database can be imported using:

php artisan fragment:import

If you want to update the existing ones as well, run this command:

php artisan fragment:import --update

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you've found a bug regarding security please mail security@spatie.be instead of using the issue tracker.

Credits

About Spatie

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

License

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