Download the PHP package quarkcloudio/quark-per without Composer

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

介绍

QuarkAdmin 是一个可以帮你快速搭建管理后台的工具;它提供的丰富组件,能帮助您使用很少的代码就能搭建出功能完善的管理后台。

系统特性

内置功能

内置组件

安装

需要安装PHP7.2+ 和 Laravel8.0+,首先确保安装好了laravel,并且数据库连接设置正确。

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

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/index

默认用户名:administrator 密码:123456

更新

演示站点

网址:http://per.quarkcloud.io/admin/

用户名:administrator 密码:123456

技术支持

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

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

License

QuarkAdmin is licensed under The MIT License (MIT).


All versions of quark-per with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
spatie/laravel-permission Version ^3.0
gregwar/captcha Version ^1.0
aliyuncs/oss-sdk-php Version ^2.0
guzzlehttp/guzzle Version ^6.2|^7.0
maatwebsite/excel Version ^3.1
quarkcms/quark Version ^1.0.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 quarkcloudio/quark-per contains the following files

Loading the files please wait ....