All Projects → avored → framework

avored / framework

Licence: MIT License
Core package for avored shopping cart

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to framework

Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+1498.61%)
Mutual labels:  ecommerce, shopping-cart, commerce, shopping
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+2355.56%)
Mutual labels:  ecommerce, shopping-cart, commerce
Ecommerce Open Api
果酱小店:基于 Laravel + swoole + 小程序的开源电商系统,优雅与性能兼顾 : )
Stars: ✭ 546 (+658.33%)
Mutual labels:  ecommerce, shopping-cart, shopping
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (-45.83%)
Mutual labels:  ecommerce, shopping-cart, shopping
Gogrocery
Its an eCommerce app inspired from Amazon , big Basket , grofers ,grocery app , Etc
Stars: ✭ 62 (-13.89%)
Mutual labels:  ecommerce, shopping-cart, shopping
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+2080.56%)
Mutual labels:  ecommerce, shopping-cart, shopping
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+181.94%)
Mutual labels:  ecommerce, shopping-cart, shopping
CliqApp
This is a e-commerce app build over react native runs over android & ios.
Stars: ✭ 64 (-11.11%)
Mutual labels:  ecommerce, shopping
woo-cart-expiration
Set a time limit on a customer checking out.
Stars: ✭ 19 (-73.61%)
Mutual labels:  ecommerce, shopping-cart
DigitalProducts
Sell digital products with Craft Commerce
Stars: ✭ 48 (-33.33%)
Mutual labels:  ecommerce, commerce
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-40.28%)
Mutual labels:  ecommerce, shopping-cart
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+58.33%)
Mutual labels:  ecommerce, shopping-cart
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (-8.33%)
Mutual labels:  ecommerce, shopping
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (-23.61%)
Mutual labels:  shopping-cart, shopping
grav-skeleton-gravcart
The Grav Shopping Cart skeleton
Stars: ✭ 11 (-84.72%)
Mutual labels:  ecommerce, shopping-cart
payantNG-php
PHP Library for PayantNG
Stars: ✭ 14 (-80.56%)
Mutual labels:  ecommerce, commerce
Shopping-Cart-MERN
💸 Simple Online Shopping Cart made with the MERN Stack
Stars: ✭ 34 (-52.78%)
Mutual labels:  ecommerce, shopping
Cake-Shop
A sample Cake Shop Website built with ASP.NET Core (Multi-Page Application)
Stars: ✭ 44 (-38.89%)
Mutual labels:  shopping-cart, shopping
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (+88.89%)
Mutual labels:  ecommerce, shopping-cart
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (-44.44%)
Mutual labels:  ecommerce, shopping-cart

AvoRed

CircleCI Total Downloads Latest Stable Version License Test Coverage

Core package for AvoRed Shopping Cart

AvoRed Framework contains the core features for the AvoRed E-commerce for Laravel. It is the base behind the AvoRed and Laravel Ecommerce.

Requirements

At this stage the minimum Lavarel version required is 5.8. If you are using an older version, let us know at our Discussion Forum. We can test if it works and add support for that version too.

Installation

The AvoRed E-commerce framework is provided as a composer package, so it makes installation of AvoRed as easy as:

 composer require avored/framework

Once this is finished, you will need to run a few commands to finish up and then you are ready to roll.

Publish the files

Publish the AvoRed E-commerce framework config file and assets (JS/CSS and images):

php artisan vendor:publish --provider="AvoRed\Framework\AvoRedServiceProvider"

Once all the files are published, we can run the command to install the required database tables.

php artisan avored:install

We are almost there. Now create your Administrator Account by running:

php artisan avored:admin:make

That's It.

Now visit:

yoursiteurl.com/admin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].