Download the PHP package superadminx/admin without Composer

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

介绍

后端主要集成权限管理(可基于接口级别权限)、代码生成,后续将已经插件形式开放更多功能;前端内置多种布局,基于按钮级别的权限,扩展多种form字段及table中预览展示的多个组件

软件架构

后端基于workermanwebman高性能HTTP框架,常用的ThinkORMThinkValidate,前端基于reactjs写的,主要用到的组件库是Ant DesignProComponents

使用文档

SuperAdminx文档 联系我们

预览

点此预览

安装教程

环境要求

php需要的扩展

php需要解除的禁用函数

开始安装

  1. 获取源码,以下3种方式任选一

  2. 如果通过第一种方式则直接跳过,第二、三通过git获取源码才需要进入项目根目录,安装依赖

  3. 数据库
    • 新建数据库,编码为utf8mb4,导入根目录下 superadminx.sql,此sql是用navicat导出的
    • 修改根目录下 .env 里面数据库配置


  1. 启动项目

windows用户:双击项目根目录 windows.bat 或者在根目录运行 php windows.php 启动

linux用户:调试方式运行 php start.php start,守护进程方式运行 php start.php start -d

更多细节参考webman官方文档


  1. 进行根目录/public/admin_react/,安装前端依赖

  2. 运行前端,即可访问http://localhost:5200/admin/,登录的帐号密码同 预览

All versions of admin with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
workerman/webman-framework Version ^2.1
monolog/monolog Version ^2.0
intervention/image Version ^3.11
vlucas/phpdotenv Version ^5.6
workerman/crontab Version ^1.0
webman/push Version ^1.1
w7corp/easywechat Version ^6.17
yansongda/pay Version ^3.7
webman/redis-queue Version ^2.1
webman/think-orm Version ^2.1
webman/event Version ^1.0
webman/cache Version ^2.1
guzzlehttp/guzzle Version ^7.9
hyperf/pimple Version ^2.2
taoser/webman-validate Version ^1.7
webman/console Version ^2.1
webman/redis Version ^2.1
illuminate/events Version ^10.48
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 superadminx/admin contains the following files

Loading the files please wait ....