Go to file
Prashant Singh 1326d7ec28 more changes 2019-02-05 17:21:26 +05:30
app key too long fix by reducing key length to 191 bytes 2019-01-17 15:35:44 +05:30
bootstrap bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
config Channel homepage content updated in seeder 2019-01-29 18:32:10 +05:30
database bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
packages/Webkul Fixed account menu issue 2019-02-04 20:32:06 +05:30
public responsive header menu 2019-02-01 17:06:32 +05:30
resources Channel homepage content updated in seeder 2019-01-29 18:32:10 +05:30
routes bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
storage validatio issue 2019-01-11 10:39:41 +05:30
tests Few more test cases related to customer authentication 2019-01-14 14:46:18 +05:30
.editorconfig First Commit 2018-06-12 10:04:00 +05:30
.env.example First Commit 2018-06-12 10:04:00 +05:30
.gitattributes First Commit 2018-06-12 10:04:00 +05:30
.gitignore updated gitignore 2018-10-26 19:57:49 +05:30
CHANGELOG for v0.1.x.md Changelog updated 2019-02-04 20:38:47 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-01-15 16:27:05 +05:30
LICENSE Create LICENSE 2018-12-26 19:54:44 +05:30
README.md more changes 2019-02-05 17:21:26 +05:30
artisan bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
bower.json bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
composer.json merge with master 2018-12-31 18:51:42 +05:30
migration guide.md bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
package.json Added call to donate after npm install (optional) 2019-01-15 15:15:15 -08:00
phpunit.xml bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
server.php bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
webpack.mix.js bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30
yarn.lock bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed 2018-12-31 17:27:32 +05:30

README.md

Total Downloads

Total Downloads Latest Stable Version License Backers on Open Collective Sponsors on Open Collective

Topics

  1. Introduction

  2. Requirements

  3. Installation & Configuration

  1. License

  2. Miscellaneous

1. Introduction :

Bagisto is a hand tailored E-Commerce framework designed on some of the hottest opensource technologies such as Laravel a PHP framework, Vue.js a progressive Javascript framework.

Bagisto is viable attempt to cut down your time, cost and workforce for building online stores or migrating from physical stores to the ever demanding online world. Your business whether small or huge it suits all and very simple to set it up.

We are also having a forum for any type of your concern, feature request discussions. Please visit: Bagisto Forums

It packs in lots of demanding features that allows your business to scale in no time:

  • Multiple Channels, Locale, Currencies.
  • Built-in Access Control Layer.
  • Beautiful and Responsive Storefront.
  • Descriptive and Simple Admin Panel.
  • Admin Dashboard.
  • Custom Attributes.
  • Built on Modular Approach.
  • Support for Multiple Store Themes.
  • Multistore Inventory System.
  • Orders Management System.
  • Customer Cart, Wishlist, Product Reviews.
  • Simple and Configurable Products.
  • Check out more.....

For Developers: Dev guys can take advantage of two of the hottest frameworks used in this project Laravel and Vue.js, both of these frameworks have been used in Bagisto. Bagisto is using power of both of these frameworks and making best out of it out of the box.

2. Requirements :

  • OS: Ubuntu 16.04 LTS or higher.
  • SERVER: Apache 2 or NGINX
  • RAM: 2 GB or higher.
  • PHP: 7.1.17 or higher.
  • Processor: Clock Cycle 1 Ghz or higher.
  • Mysql: 5.7.23 or higher.
  • Node: 8.11.3 LTS or higher.
  • Composer: 1.6.5 or higher.

3. Installation & Configuration :

Execute these Commands Below As In Their Order

This downloads the code to your local machine or server:

1. composer create-project bagisto/bagisto
Now configure your database:

if the above command's process was successful, you will find directory bagisto and all of the code will be inside it.

After it set your .env variable, especially the ones below:

  • APP_URL
  • DB_CONNECTION
  • DB_HOST
  • DB_PORT
  • DB_DATABASE
  • DB_USERNAME
  • DB_PASSWORD

Although you have to set the mailer variables also for full functioning of your store for sending emails at various events by default.

This command is responsible for creating all necessary tables in your database:

2. php artisan migrate

This command is responsible for inserting demo data in your database tables:

3. php artisan db:seed

This command will publish all the media, frontend scripts, styles and configurations:

4. php artisan vendor:publish
-> Press 0 and then press enter to publish all assets and configurations.

This command is necessary to make symlink between your public folder and storage folder:

5. php artisan storage:link

It regenerates the autoloading class map, in case some package doesn't get discovered:

6. composer dump-autoload

That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory.

Note: you can fetch your admin panel by follow below url:

http(s)://example.com/admin/login
email:admin@example.com
password:admin123

5. License :

Bagisto is a truly opensource E-Commerce framework which will always be free under the MIT License.

6. Miscellaneous :

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]