Download the PHP package lake/larke-admin without Composer

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

larke-admin

larke-admin 是一套使用 Laravel、JWT 和 RBAC 鉴权的通用后台管理系统

项目介绍

环境要求

截图预览

login
index
admin
admin-access
attach
config
menus
rule2

更多截图 Larke Admin 后台截图

安装步骤

  1. 首先安装 laravel 框架,并确认连接数据库的配置没有问题,开始执行以下命令

  2. 然后运行下面的命令,推送配置文件

运行完命令后

你需要复制 config/larkeadmin.php.larke 重命名为 config/larkeadmin.php

复制 config/larkeauth.php.larke 重命名为 config/larkeauth.php

复制 larkeauth-rbac-model.conf.larke 重命名为 larkeauth-rbac-model.conf

如果文件已存在,请根据情况复制内容到对应配置文件

  1. 最后运行下面的命令安装完成系统

  2. 你可能第一次安装需要运行以下命令导入路由权限规则

  3. 后台登录账号及密码:admin / 123456

扩展推荐

名称 描述
系统通用配置 自定义数据配置,将配置信息统一到一个表
操作日志 记录 admin 系统的相关操作日志
签名证书 生成 RSA, EdDSA, ECDSA 等非对称签名证书
日志查看器 laravel 日志查看扩展
demo 扩展示例

注:扩展目录默认为 /extension 目录

库推荐

名称 描述
JWT国密SM2驱动 larke-admin 后台管理系统 JWT 的 SM2 驱动

特别鸣谢

感谢以下的项目,排名不分先后

开源协议

版权


All versions of larke-admin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0
composer/semver Version ^3.2
phpseclib/phpseclib Version ^3.0
ramsey/uuid Version ^4.3
lake/larke-pclzip Version ^1.1
lake/larke-jwt Version ^1.3
lake/larke-auth Version ^1.4
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 lake/larke-admin contains the following files

Loading the files please wait ....