headlesslaravel / formations

MIT License
3 stars 5 forks source link

Imports: make transactions optional #55

Open dillingham opened 2 years ago

dillingham commented 2 years ago

If someone wants to roll back the import on failure.. we need to remove the laravel-excel trait SkipsOnFailures

That being on the class tells the package to not rollback. I think we may need two Import classes.

And choose one without the trait when configured to rollback.. unless we can think of another way.

Im also thinking we need to name our config config/headless-imports.php to avoid collision with theirs.