Download the PHP package aasisvinayak/shop without Composer

On this page you can find all versions of the php package aasisvinayak/shop. 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 shop

Build Status Latest Stable Version License StyleCI Total Downloads

FlyMyShop

A free open source e-commerce platform for online merchants based on customised version of Laravel.

Overview

FlyMyShop is a fully fledged e-commerce platform for online merchants.

Official Documentation

Documentation for the FlyMyShop can be found on the official website.

Features

Automated Installation and Shop Configuration

Please follow the steps below to install FlyMyShop on your web server

a. Download this zip file b. Unzip and upload to your server c. Visit the public folder d. Follow the instructions

Please make sure that only public directory is visible to the outside world!

Installation Methods

You can also install FlyMyShop in the following ways as well:

a. Manual

Download the release and follow the steps below:

b. Using Composer

c. Docker

Please make sure that Apache is running in your docker container if the shop fails to load.

Get Started

If you have pull the release via composer, please go to the 'shop' folder and issue

The application will be available at http://localhost:8000

If you would like to try FlyMyShop using Apache or Nginx, please upload the whole directory to the web server and point the server root to the public folder inside the shop directory

Database

The default is sqlite and you can change this to any other database as you please. For example, if you wish to use mysql please update the .env file as follows:

Seed Users

When you install the project, it creates two users for you:

[email protected] and [email protected]

The first one is an administrator and the second one a regular user. The default password for both are passw0rd. You can manually update the database to update the email.

Testing

Run the tests with (please make sure the values for testing are filled in correctly in the config/database.php file and .env):

How to contribute

If you wish to contribute please fork the repository, edit and submit a pull request.

License

GNU General Public License version 3 (GPLv3)

Links

Fly My Cloud Limited Homepage Demo (coming soon)

Contributors

Aasis Vinayak (acev)


All versions of shop with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
laravel/framework Version 5.2.*
laravelcollective/html Version 5.2.*
guzzlehttp/guzzle Version ~6.0
league/oauth2-client Version 1.4.*
gloudemans/shoppingcart Version 2.1.*
laravel/cashier Version ~6.0
dompdf/dompdf Version 0.7.*
torann/currency Version 0.3.*
greggilbert/recaptcha Version 2.1.*
spatie/laravel-newsletter Version 3.*.*
laravel/socialite Version 2.0.*
irazasyed/telegram-bot-sdk Version ^2.0
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 aasisvinayak/shop contains the following files

Loading the files please wait ....