Note: This repository contains the core code of Lavender. If you want to create an ecommerce store using Lavender, visit the main Lavender repository.
Lavender is open-sourced software licensed under the MIT license
Lavender's Entity model makes it easy to create and extend entities without having to deal with managing rewrite conflicts, writing database migrations or manually creating relationships. Just update the entity config! You can use the Lavender service provider in your package to merge package config.
The Form service allows packages to collaborate on a form (such as checkout, login, or the shopping cart) without complicated class rewrites and layout injection logic.
Lavender's Entity model was designed to support attribute scopes, an example usage of this is Lavender's Store entity.