Skip to content

marol1210/Avored-framework

This branch is up to date with avored/framework:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 4, 2021
Jun 12, 2020
Oct 30, 2020
Oct 25, 2020
Feb 6, 2021
Feb 6, 2021
Oct 24, 2020
Nov 22, 2021
Jan 31, 2021
Oct 21, 2020
Jul 10, 2020
Sep 6, 2019
Oct 3, 2020
Feb 6, 2021
Sep 6, 2019
Oct 25, 2020
Sep 10, 2020
Jul 16, 2020
Feb 6, 2021
Sep 16, 2020
Dec 21, 2020

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 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\AvoRedProvider"

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

About

Core package for avored shopping cart

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.7%
  • Blade 21.2%
  • Vue 16.1%
  • Other 1.0%