Download the PHP package alkhachatryan/bagisto without Composer

On this page you can find all versions of the php package alkhachatryan/bagisto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package bagisto

Total Downloads

Total Downloads Latest Stable Version License

Topics

  1. Introduction
  2. Documentation
  3. Requirements
  4. Installation & Configuration
  5. License
  6. Security Vulnerabilities
  7. Miscellaneous

Introduction

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

Bagisto can help you 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 -- can benefit. And it's very simple to set it up.

Read our documentation: Bagisto Docs

We also have a forum for any type of concerns, feature requests, or discussions. Please visit: Bagisto Forums

Visit our live Demo

It packs in lots of features that will allow your E-Commerce business to scale in no time:

For Developers: Take advantage of two of the hottest frameworks used in this project -- Laravel and Vue.js -- both of which have been used in Bagisto.

Documentation

Bagisto Documentation https://devdocs.bagisto.com

Requirements

Installation and Configuration

1. You can install Bagisto by using the GUI installer.

a. Download zip from the link below:

Download the latest release

b. Extract the contents of zip and execute the project in your browser:
http(s)://localhost/bagisto/public

or

http(s)://example.com/public

2. Or you can install Bagisto from your console.

Execute these commands below, in order
1. composer create-project bagisto/bagisto
2. php artisan bagisto:install

To execute Bagisto:

On server:

Warning: Before going into production mode we recommend you uninstall developer dependencies. In order to do that, run the command below:

composer install --no-dev

Open the specified entry point in your hosts file in your browser or make an entry in hosts file if not done.
On local:
php artisan serve

How to log in as admin:

http(s)://example.com/admin/login

email:[email protected]
password:admin123

How to log in as customer:

You can directly register as customer and then login.

http(s)://example.com/customer/register

License

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

Security Vulnerabilities

Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Bagisto then please email us: mailto:[email protected].

Miscellaneous

Contributors

This project is on Open Collective and it exists thanks to the people who contribute.

Backers

Thank you to all our backers! 🙏

Sponsors

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


All versions of bagisto with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
ext-curl Version *
ext-intl Version *
ext-mbstring Version *
ext-openssl Version *
ext-pdo Version *
ext-pdo_mysql Version *
ext-tokenizer Version *
astrotomic/laravel-translatable Version ^11.0.0
barryvdh/laravel-dompdf Version 0.8.3
doctrine/dbal Version 2.9.2
fideloper/proxy Version ^4.0
flynsarmy/db-blade-compiler Version *
guzzlehttp/guzzle Version ~6.0
intervention/image Version ^2.4
intervention/imagecache Version ^2.3
kalnoy/nestedset Version ^4.3
konekt/concord Version ^1.2
laravel/framework Version 5.6.*
laravel/tinker Version ^1.0
maatwebsite/excel Version 3.1.11
nwidart/laravel-modules Version ^3.2
prettus/l5-repository Version 2.6.32
tymon/jwt-auth Version 1.0.0-rc.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package alkhachatryan/bagisto contains the following files

Loading the files please wait ....