Download the PHP package shopeasy/shopeasy without Composer

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

环境依赖

安装

  1. 安装需要配置域名(VirtualHost), 将网站根目录设置为 public/ 目录, 例如 Apache 的配置(假设站点主目录为 D:\www\ ):

    ‼️必须安装在 域名根目录 下, 不能在某个网站子目录下(比如: http://localhost/shopeasy) 否则会路径出错

    <VirtualHost *:80>
         DocumentRoot "D:/www/shopeasy.dev/public"
         ServerName shopeasy.dev
    </VirtualHost>

    请自行配置好 Composer 执行环境, 命令行窗口进入 D:\www\ 目录执行安装:

    composer create-project shopeasy/shopeasy shopeasy.dev

    即可将 Laravel ShopEasy 安装到 shopeasy.dev 目录下, 如果执行时间很长, 可能是你没有配置 Composer 国内镜像, 请在上面的安装命令执行前先执行

    composer config -g repo.packagist composer https://packagist.phpcomposer.com

    配置好你的 Composer 国内镜像再进行安装, 可以参考 Composer 中国镜像站点

  2. 等待 Composer 代码下载完毕后, 用浏览器访问网站域名(比如: http://shopeasy.dev/ ), 正常情况下会进入安装向导页面, 填写数据库参数和管理员账号信息(需要先用 phpmyadmin, navicat 等工具创建好数据库)完成安装

  3. Apache 服务器需要开启 mod_rewrite 伪静态扩展, Nginx 伪静态规则配置请参考 Laravel Nginx 伪静态设置

  4. 后台访问网址: http://您的域名/admin 后台用户名与密码在安装向导页面设置

    Tips

    • ❤️ Windows 本地集成开发环境推荐使用 Laragon WAMP (用英文安装好以后在设置里切换到中文)

      (支持自动配置本地域名并自带git,composer和微信开发需要的ngrok),

      官方网站: http://laragon.org

      直接下载(V3.1)链接: https://pan.baidu.com/s/1o882L3W 密码: 6isc

二次开发

License

GNU General Public License version 3 (GPLv3)

Links


All versions of shopeasy with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
shopeasy/modules Version ~1.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 shopeasy/shopeasy contains the following files

Loading the files please wait ....