Go to file
JItendra Singh aa99c6ace8
Merge pull request #339 from bagisto/jitendra
Jitendra
2018-12-19 15:07:19 +05:30
app Auth API implemented using JWT tokens, removed laravel passport 2018-11-19 17:04:13 +05:30
bootstrap First Commit 2018-06-12 10:04:00 +05:30
config Fixed issues 314 and 315 2018-12-13 18:51:54 +05:30
database Fixed seeders 2018-10-26 13:54:10 +05:30
packages/Webkul Compile assets from production 2018-12-19 15:05:23 +05:30
public merge with master 2018-10-26 13:08:48 +05:30
resources Bug Fixes 2018-11-21 11:59:18 +05:30
routes Project skeleton added 2018-06-20 10:36:27 +05:30
storage Project skeleton added 2018-06-20 10:36:27 +05:30
tests First Commit 2018-06-12 10:04:00 +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 datagrid routes are dynamic for all the action types and mass actions also only two type of mass actions are used as of now single button type and select box type for updating boolean columns or may be incement or decrement in the numeric type columns, while there had a new icon for the orders, invoices and shipments datagrid and minor style bug fix on sales index screens, confirm text is not mandatory when clicking on actions now it can be disabled by commenting on the confirm_text in datagrid configurations, mass actions are also route dependent and can be enabled or disabled on specific grids also. 2018-12-03 13:41:35 +05:30
README.md search issues fixed with is active check for the prooducts and the pagination has been applied on the search page 2018-12-05 16:52:54 +05:30
artisan First Commit 2018-06-12 10:04:00 +05:30
bower.json Created bower.json 2018-10-26 12:27:12 +05:30
composer.json export for customer 2018-11-29 17:39:39 +05:30
package.json First Commit 2018-06-12 10:04:00 +05:30
phpunit.xml First Commit 2018-06-12 10:04:00 +05:30
server.php First Commit 2018-06-12 10:04:00 +05:30
webpack.mix.js First Commit 2018-06-12 10:04:00 +05:30
yarn.lock First Commit 2018-06-12 10:04:00 +05:30

README.md

Bagisto Logo

Topics

  1. Introduction

  2. Requirements

  3. Installation

  4. Configuration

  5. Migration Guides

  6. License

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 higer.
  • PHP: 7.1.17 or higher.
  • Processor: Clock Cycle 1Ghz or higher.
  • Mysql: 5.7.23 or higher.
  • Node: 8.11.3 LTS or higher.
  • Composer: 1.6.5 or higher.

3. Configuration:

Run this Command to download the project on to your local machine or server:

composer create-project bagisto/bagisto

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.

4. Installation:

Run these Commands Below

php artisan migrate
php artisan db:seed
php artisan vendor:publish

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

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

5. Migration from v0.1.0 to v0.1.1 (Only for git users, everyone have to download fresh copy or follow from step 1 and use the same database configuration)

Run commands below:

php artisan migrate

php artisan vendor:publish

6. Migration from v0.1.1 to v0.1.2

Run commands below:

php artisan migrate

php artisan vendor:publish

7. License

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

Coming Soon:

-> API support for core and numerous fixes.