Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avored/framework
Core package for avored shopping cart
https://github.com/avored/framework
address-book avored-ecommerce-framework avored-framework commerce ecommerce hacktoberfest laravel php php72 shopping shopping-cart usermanagement
Last synced: 27 days ago
JSON representation
Core package for avored shopping cart
- Host: GitHub
- URL: https://github.com/avored/framework
- Owner: avored
- License: mit
- Created: 2018-03-09T23:41:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T06:20:07.000Z (over 1 year ago)
- Last Synced: 2024-05-21T18:07:38.578Z (6 months ago)
- Topics: address-book, avored-ecommerce-framework, avored-framework, commerce, ecommerce, hacktoberfest, laravel, php, php72, shopping, shopping-cart, usermanagement
- Language: PHP
- Homepage: https://avored.com
- Size: 13.2 MB
- Stars: 78
- Watchers: 12
- Forks: 45
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://avored.com/discussion). 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