statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 74 forks source link

Importer Improvements #269

Closed duncanmcclean closed 5 months ago

duncanmcclean commented 5 months ago

This pull request makes various changes around the importer commands. Changes include but are not limited to:

This PR started out small but grew arms and legs once I decided to add tests for everything 😆 .

Related: statamic/cms#9669.

To Do