Skip to content

masterpowers/antVel

 
 

Repository files navigation

Antvel Introduction

Join the chat at https://gitter.im/ant-vel/antVel License

This is an alpha, experimental release of Antvel. Everything will change gradually, looking forward to get the best of this awesome product. Thank you for testing!

Antvel is a eCommerce project written in Laravel 5.* intended for building a friendly eStore either for startups or big companies, and is highly opinionated towards that use case. Because it is a platform already built, you only will need to add as many products as you need to start selling and taking orders from customers

Antvel aim is giving to you and your clients the best eCommerse experience in a different aproach!

Installation

First, clone the antvel repository into your local folder using:

git clone https://github.com/ant-vel/antVel.git

Next, you will need to run composer update/install into your antvel project folder

composer update/install

After run composer update, be sure to create and migrate your database and define your environment variables in your .env file. Also you have to run artisan migrate command, in arden to create the Antvel schema.

php artisan migrate:refresh

Then, you must run the Antvel seeder to create a functional demo, like so:

php artisan migrate:refresh --seed

At this point we are just missing run bower install, in order to have all the frontend dependencies in your machine. So, go to your antvel directory using command line, as so:

bower install

After run all these commands you should be able to look at your antvel version running in your browser without problems.

reCaptcha Settings

Now tha you have everything setted up, you need to set the Antvel reCaptcha variables, in order to have the user loging working in that mode. First you need to go to the reCaptcha web site and get your environments values

https://www.google.com/recaptcha/admin#list

then you have to fill out the "Register a new site" form in order to obtain the reCaptcha keys

RECAPTCHA_PUBLIC_KEY, and RECAPTCHA_PRIVATE_KEY

So, you will need to assign those values into Antvel .env file. For example:

RECAPTCHA_PUBLIC_KEY = antvelRecaptcahPrivateKey

RECAPTCHA_PRIVATE_KEY = antvelRecaptcahPrivateKey

Note: If the APP_DEBUG == true, the reCaptcha will not be applied

Features

  • Responsivity
  • Open Source
  • Social Media Integration
  • Unlimited Categories
  • Unlimited Products
  • Unlimited Manufacturers
  • Your Own Style
  • Multi Language
  • Multi Currency
  • Product Reviews
  • Product Ratings
  • Downloadable Products
  • Automatic Image Resizing
  • Multiple Tax Rates
  • Related Products
  • Search Engine Optimization
  • Sales Reports
  • Wish Lists
  • Products Suggestions
  • Products Grouping
  • Addresses Book
  • User Profiles (Sellers & Buyers)
  • Produducts barcode
  • Administrative Panel (wpanel)
  • Users Orders list with action status (process, Placed, Cancel, Rated)
  • Products Rate
  • Products Reviews
  • Virtual Products (products key download integrated)
  • Free Products Module
  • Users Points
  • Virtual Products Delivery
  • Dinamic Products Features
  • Company Profile
  • Shopping Cart
  • Users preferences control
  • Users Notifications
  • Company Info CMS
  • Search Engine Suggestions
  • Dinamic Breadcrumbs

Contact

You can communicate with us using the following mediums:

License

The AntVel eCommerce is open-sourced software licensed under the MIT license.

Contributing

Before sending a Pull Request, be sure to review the Contributing Guidelines first.

About

An Laravel eCommerce - Official Repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.1%
  • JavaScript 3.8%
  • ApacheConf 0.1%