Skip to content

flexander/framework

 
 

Repository files navigation

AvoRed

CircleCI Total Downloads Latest Stable Version License

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 an Laravel Ecommerce.

Installation

AvoRed E commerce framework provided as a composer package so it make installation of the avored is much easier as

 composer require avored/framework

At these stage we been using latest laravel framework which is 5.8 if you are using some older version let us know at our Discussion Forum. We will do a test and if it works then add support for that version too.

Once these finished then you have to run few command to finished 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\AvoRedProvider"

Once the all the file is publish then we run below command to install the required database tables.

php artisan avored:install

We almost there and now create your Administrator Account by running

php artisan avored:admin:make

That's It.

Now Visit

yoursiteurl.com/admin

About

Core package for avored shopping cart

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 62.5%
  • HTML 26.3%
  • Vue 9.6%
  • Other 1.6%