Download the PHP package quarkcms/quark-cms without Composer

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

介绍

基于 QuarkAdmin 的CMS系统,简单、灵活、开源,欢迎使用!

系统特性

内置功能

安装

需要安装PHP7.2+ 和 Laravel6.0+;下载最新的安装包解压到WEB目录,并正确配置了WEB环境;

1、重命名.env.example 改为 .env

2、编辑.env文件,配置数据库信息

3、执行下面的命令完成安装:

注意: 您需要将php加入到环境变量,如果在执行迁移时发生 「class not found」 错误,试着先执行 composer dump-autoload 命令后再进行一次。

运行命令的时候,如果遇到了下面的错误:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes ...

您可以找到 config 目录下的 database.php 文件,进行更改:

完成安装后,执行如下命令,快速启动服务:

后台地址: http://127.0.0.1:8000/admin/

默认用户名:administrator 密码:123456

技术支持

为了避免打扰作者日常工作,你可以在Github上提交 Issues

相关教程,你可以查看 在线文档

License

QUARKCMS IS NOT FREE,IF YOU WANT TO USE THIS SOFTWARE,PILEASE BUY A LICENSE.


All versions of quark-cms with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5
endroid/qr-code Version ^3.9
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^1.0
guzzlehttp/guzzle Version ^6.3
laravel/framework Version ^7.0
laravel/sanctum Version ^2.4
laravel/tinker Version ^2.0
lokielse/omnipay-alipay Version ^3.1
maatwebsite/excel Version ^3.1
nwidart/laravel-modules Version ^7.1
overtrue/wechat Version ^4.2
predis/predis Version ~1.0
quarkcms/quark Version 1.0.26
quarkcms/quark-admin Version 2.2.9
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 quarkcms/quark-cms contains the following files

Loading the files please wait ....