avored / framework
This is my package framework
Requires
- php: ^7.3|^7.4|^8.0|^8.1
- illuminate/auth: ^8.2|^9.0
- illuminate/contracts: ^8.2|^9.0
- illuminate/database: ^8.2|^9.0
- illuminate/http: ^8.2|^9.0
- illuminate/routing: ^8.2|^9.0
- illuminate/support: ^8.2|^9.0
- illuminate/view: ^8.2|^9.0
- laravel/passport: ^10.1|^10.2|^10.3
- livewire/livewire: ^2.10
- nyholm/psr7: ^1.4
- ramsey/uuid: ^4.2
- rebing/graphql-laravel: ^8.2
- symfony/yaml: ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- nunomaduro/collision: ^5.3|^6.0
- orchestra/testbench: 7.*
- vimeo/psalm: ^4.8
- dev-master
- dev-main
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 3.2.2.1
- 3.2.2
- 3.2.1
- 3.2.0.1
- 3.2
- 3.1.51
- 3.1.50
- 3.1.25
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5.2
- 3.0.5
- 3.0.4.1
- 3.0.4
- 3.0.3.1
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0
- 2.9.3
- 2.9.2
- 2.9.0.1
- 2.9
- 2.8.9
- 2.8.8
- 2.8.7
- 2.8.1
- 2.8
- 2.7
- 2.3.8.6
- 2.3.8
- 2.3.7.9
- 2.3.7.2
- 2.3.7
- 2.3.2
- 2.3.1
- 2.3
- 2.2
- 2.1
- 2.0
- 1.9.5
- 1.9.2.1
- 1.9.2
- 1.9.1
- 1.9
- 1.8.6
- 1.8.5.1
- 1.8.5
- 1.8.1
- 1.8
- 1.5.6
- 1.5.5
- 1.5.2
- 1.5.1
- 1.5
- 1.4.1
- 1.4
- 1.3
- 1.1
- 1.0.0
- dev-dependabot/npm_and_yarn/webpack-5.76.1
- dev-develop
- dev-backend-product-image
- dev-624-basic-livewire-table-new
- dev-fresh
- dev-avored-issue-620
- dev-avored-livewire-developed
- dev-developed
- dev-svored-livewire-graphql-setup
- dev-avored-livewire-migration
- dev-feature/product-list-issue-no-575
- dev-livewire-migration
- dev-avored-issue-39
- dev-avored-alpinejs-upgrade
- dev-avored-20
- dev-avored-issue-328
- dev-avored-issue-527
- dev-avored-issue-507
- dev-avored-issue-492
This package is auto-updated.
Last update: 2024-11-15 09:43:00 UTC
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. 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