Package Data | |
---|---|
Maintainer Username: | mikimaine |
Maintainer Contact: | mikias.amdu@gmail.com (Mikiyas Amdu) |
Package Create Date: | 2015-12-29 |
Package Last Update: | 2023-04-19 |
Home Page: | |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-26 15:05:27 |
Package Statistics | |
---|---|
Total Downloads: | 362 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 36 |
Total Watchers: | 16 |
Total Forks: | 22 |
Total Open Issues: | 5 |
INNOVATE Ecommerce provides you with an E-commerce framework on top of laravel framework.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.
If you want a better page load and overall improvement in speed , the Framework comes with redis implementation out of the box. You can get Redis from [Redis Here] (http://redis.io/) follow instruction there For windows users you also have Redis Desktop [redisdesktop here ] (https://redisdesktop.com/download)
Then you should set CACHE_DRIVER on .env file to redis and Fill this three with your redis info in .env file
REDIS_HOST=127.0.0.1 <--- change it if you are not on localhost
REDIS_PASSWORD=
REDIS_PORT=6379
Begin by creating a new project using the composer create commande
composer create-project mikimaine/ecommerce yourprojectname
This will install all the required packages to your system including Laravel
After that rename example.env to .env and fill your database credentials.
Then use this commands to install the database tables and there seed data
php artisan key:generate
php artisan migrate
php artisan db:seed
And that's it ! Start building awesome E-commerce applications for your business
I will release a user friendly documentation and screen cast soon
If you come across any issues please report them here.
Thank you for considering contributing to the INNOVATE Ecommerce Framework project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to Miki Maine at mikias.amdu@gmail.com.
If you discover a security vulnerability within this framework, please send an e-mail to Miki Maine at mikias.amdu@gmail.com, or create a pull request if possible. All security vulnerabilities will be promptly addressed.
The INNOVATE Ecommerce framework is open-sourced software licensed under the MIT license