Download the PHP package zjalen/leadmin without Composer

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

leadmin (Laravel + element + admin)

laravel 基于 element 的一个快捷表格表单式管理后台

目前功能正在完善中,商业项目请谨慎使用

说明

基于 Laravel 5.5 LTS 版本开发,更高版本请自行测试。前端基于 Vue 开源项目 Element UI 开发,完成了基于表格和表单的前端显示样式组件, 将前端重复工作转移到后端指定格式数据输出,自动渲染前端页面的形式。提供了脚手架工具,可视化开发 mysql 数据库,并自动生成统一格式 控制器、模型、请求类、前端表格和表单,附带 RBAC 权限控制。

特色功能

  1. 由后台数据格式控制前端渲染,自带通用表格表单等页面,根据数据自适应。
  2. 自带用户、角色、权限、菜单控制。
  3. 可在原有页面基础上,使用 vue import 引用方式在原有基础上自定义页面
  4. 推荐标准开发模式,可视化自动生成 控制器、模型、请求类表单验证、migration 生成数据库

使用方法

  1. composer 安装组件

  2. 发布资源

3.使用自带权限控制

完成之后,打开php服务,访问路由 /admin 即可,例如:

打开:http://localhost:8000/admin

注意事项

默认图片上传在 storage/app/public 里面,需要您自己将路径引用到 public ,laravel 自带命令:

后续完成

其他

图片验证码引用自 "mews/captcha" : "~2.2"

部分设计模式参考自项目 encore/laravel-admin


All versions of leadmin with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
symfony/dom-crawler Version ~3.1
laravel/framework Version ~5.5
mews/captcha Version ~2.2
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 zjalen/leadmin contains the following files

Loading the files please wait ....