From cdbf27e16bf5086bb70cdf37765aac5027ddb9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Sun, 25 Feb 2024 19:29:32 +0100 Subject: [PATCH] readme --- .github/bazar-logo.svg | 8 ++++++++ README.md | 30 +++++++++++------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 .github/bazar-logo.svg diff --git a/.github/bazar-logo.svg b/.github/bazar-logo.svg new file mode 100644 index 00000000..73af075a --- /dev/null +++ b/.github/bazar-logo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/README.md b/README.md index 6a233b41..d340c617 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,26 @@

- -
- Bazar -
- Thoughtful Laravel e-commerce -
-
+
+
+ + + + Bazar + +

[![GitHub Actions](https://github.com/conedevelopment/bazar/actions/workflows/back-end.yml/badge.svg)](https://github.com/conedevelopment/bazar/actions/workflows/back-end.yml) [![Coverage Status](https://coveralls.io/repos/github/conedevelopment/bazar/badge.svg?branch=master)](https://coveralls.io/github/conedevelopment/bazar?branch=master) -**Bazar is a powerful "[headless](https://bazar.conedevelopment.com/docs/core-concepts#headless)" e-commerce system. Built on Laravel.** +**Bazar is a powerful headless e-commerce system, built on Laravel.** Bazar provides a flexible and easily extensible system, respecting the Laravel conventions. ## 📚 Documentation -- [Installation](https://bazar.conedevelopment.com/docs/installation) - Before moving on, please checkout the Laravel documentation about its installation, requirements and configuration. -- [Cart](https://bazar.conedevelopment.com/docs/cart) - Bazar comes with a cart service by default, which manages cart models and their functionality. -- [Checkout](https://bazar.conedevelopment.com/docs/checkout) - The checkout service is no more but a helper class that manages and chains the various steps like updating addresses, creating the order, calculating shipping cost, taxes and discounts. -- [Gateway](https://bazar.conedevelopment.com/docs/gateway) - Gateways are responsible to handle the payment or the refund process of an order. -- [Discount](https://bazar.conedevelopment.com/docs/discount) - Bazar comes with a flexible discount support by default. You can easily manage discount definitions by using the `Bazar\Support\Facades\Discount` facade. -- [Shipping](https://bazar.conedevelopment.com/docs/shipping) - Shippings are responsible to calculate the cost of a model that implements the `Bazar\Contracts\Shippable` contract. -- [Tax](https://bazar.conedevelopment.com/docs/tax) - Bazar comes with a flexible tax support by default. You can easily manage tax definitions by using the `Bazar\Support\Facades\Tax` facade. - -## 🤝 Contributing - -Thank you for considering contributing to Bazar! The contribution guide can be found in the [documentation](https://bazar.conedevelopment.com/docs/contribution). +> [!NOTE] +> The new documentaion is coming soon, as part of the [Root documentation](https://root.conedevelopment.com). ## 📝 License