Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Feb 25, 2024
1 parent 6efbe5d commit cdbf27e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .github/bazar-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 11 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,26 @@
<p align="center">
<a href="https://bazar.conedevelopment.com">
<br/>
<img src="https://pineco.de/wp-content/uploads/bazar/bazar-logo.svg" alt="Bazar" width="100">
<br/>
<sub><strong>Thoughtful Laravel e-commerce</strong></sub>
<br/>
<br/>
<a href="https://root.conedevelopment.com">
<br>
<picture>
<source media="(prefers-color-scheme: light)" srcset="./.github/bazar-logo.svg">
<source media="(prefers-color-scheme: dark)" srcset="./.github/bazar-logo.svg">
<img alt="Bazar" width="100" src="./.github/bazar-logo.svg">
</picture>
<br>
</a>
</p>

[![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).

Check warning on line 23 in README.md

View workflow job for this annotation

GitHub Actions / 文A Typos check

"documentaion" should be "documentation".
## 📝 License

Expand Down

0 comments on commit cdbf27e

Please sign in to comment.