Download the PHP package openstrong/laravel-strongadmin without Composer

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

Larevel-StrongAdmin

在1分钟内构建一个功能齐全的管理后台。

基于 layui 前端框架开发的 Laravel 后台管理框架。同时拥有 api 接口,配合前端 VUE 开发。功能如下:

演示站点

http://demo.strongadmin.strongshop.cn/strongadmin

查看接口文档

点击查看

安装

你可以使用 Composer 在 Laravel 5|6|7|8 项目中安装 laravel-strongadmin 扩展:

安装 laravel-strongadmin 后,可以在 Artisan 使用 strongadmin:install 命令来配置扩展实例。安装 laravel-strongadmin 后,还应运行 migrate 命令:

浏览

http://你的域名/strongadmin

更新 laravel-strongadmin

更新 laravel-strongadmin 时,您应该重新配置加载 laravel-strongadmin 实例:

配置

使用 laravel-strongadmin,其主要配置文件将位于 config/strongadmin.php。每个配置选项都包含其用途说明,因此请务必彻底浏览此文件。

快速构建

使用 artisan 命令快速生成 CURD 增删改查的控制器和视图

此命令使用扩展包 laravel-strongstub,详细文档:https://gitee.com/openstrong/laravel-strongstub

  1. 执行strongstub:curd命令:

    结果:

  2. 添加路由:app/routes/web.php

  3. 把路由添加到 权限菜单=》菜单管理

开发

新增控制器

app/Http/Controllers/Strongadmin/AdminUserController

这里一定要继承控制器 '\OpenStrong\StrongAdmin\Http\Controllers\BaseController'

新增路由

新增视图

resources/views/strongadmin/adminUser/index.blade.php

这里一定要继承视图模板 strongadmin::layouts.app

重构

这里以重构登录为例

  1. 重构控制器 新建 app/Http/Controllers/Strongadmin/AdminAuthController

  2. 重构路由

使用此扩展包的开源项目

StrongShop 开源跨境商城 https://gitee.com/openstrong/strongshop

QQ群:557655631


All versions of laravel-strongadmin with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
laravel/framework Version >=5.5
mews/captcha Version ^3.2
openstrong/laravel-strongstub Version >=1.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 openstrong/laravel-strongadmin contains the following files

Loading the files please wait ....