Download the PHP package avored/framework without Composer
On this page you can find all versions of the php package avored/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download avored/framework
More information about avored/framework
Files in avored/framework
Package framework
Short Description This is my package framework
License MIT
Homepage https://github.com/avored/framework
Informations about the package framework
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
All versions of framework with dependencies
illuminate/auth Version ^8.2|^9.0
illuminate/contracts Version ^8.2|^9.0
illuminate/database Version ^8.2|^9.0
illuminate/routing Version ^8.2|^9.0
illuminate/http Version ^8.2|^9.0
illuminate/support Version ^8.2|^9.0
illuminate/view Version ^8.2|^9.0
ramsey/uuid Version ^4.2
rebing/graphql-laravel Version ^8.2
nyholm/psr7 Version ^1.4
laravel/passport Version ^10.1|^10.2|^10.3
symfony/yaml Version ^6.0
livewire/livewire Version ^2.10