Download the PHP package zsping1989/laravel-admin without Composer

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

laravel-admin

Packagist Total Downloads Awesome Laravel

laravel-admin 是一个可以快速帮你构建后台管理的工具,它提供的页面组件和表单元素等功能,能帮助你使用很少的代码就实现功能完善的后台管理功能。

Demo || 阅读文档 或者 Demo || 阅读文档

Screenshots

laravel-admin

安装

要求:

一. php >=7.0

二. 安装好composer

三. 安装好npm(建议使用国内镜像cnpm,安装速度更快)

四. 安装好laravel/framework: 5.5.*

步骤

先安装laravel项目代码库

通过composer进行安装laravel-admin

安装完成后执行发布代码命令(该命令将在项目中生成控制器,模型,迁移,初始填充数据等)

下一步参照.env.example配置文件配置.env, 执行生成配置文件中的APP_KEY命令

下一步执行

系统安装(数据库建表及数据填充)

前端js组件下载安装

对前端页面组件进行编译

安装好后在编辑器里将public和node_modules目录标记为排除,不然编辑器会卡死,到此laravel-admin已经安装完成了

数据表

navicat建表

生成结果

编辑页面 列表页面


All versions of laravel-admin with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version >=5.5.0
php Version >=7.0
germey/geetest Version ^3.0
zsping1989/ip-city Version >=0.0.2
zsping1989/resource Version >=0.0.4
overtrue/laravel-lang Version ~3.0
overtrue/laravel-ueditor Version ^1.2
socialiteproviders/qq Version ^3.0
socialiteproviders/weibo Version ^3.0
socialiteproviders/weixin Version ^4.0
spatie/laravel-backup Version ^5.1
flc/alidayu Version ^2.0
yangyifan/upload Version ^0.2.1
mews/captcha Version ^2.1
maknz/slack Version ^1.7
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 zsping1989/laravel-admin contains the following files

Loading the files please wait ....