https://github.com/laravel-admin-extensions/helpers
Several tools to help you in development
https://github.com/laravel-admin-extensions/helpers
Last synced: 3 months ago
JSON representation
Several tools to help you in development
- Host: GitHub
- URL: https://github.com/laravel-admin-extensions/helpers
- Owner: laravel-admin-extensions
- License: mit
- Created: 2017-07-21T03:13:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T22:10:41.000Z (about 3 years ago)
- Last Synced: 2024-04-04T07:03:21.335Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 135
- Watchers: 5
- Forks: 81
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - helpers - 面向开发人员的帮助工具,包含`脚手架`,`数据库命令行`、`artisan 命令行`以及`路由列表` 4 个基础功能 (扩展包 / 工具类扩展包)
README
Helpers for laravel-admin
=========================[](https://styleci.io/repos/97900966)
[](https://packagist.org/packages/laravel-admin-ext/helpers)
[](https://packagist.org/packages/laravel-admin-ext/helpers)
[]()[Documentation](http://laravel-admin.org/docs/#/en/extension-helpers) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-helpers)
DEMO [helpers](http://demo.laravel-admin.org/helpers/scaffold)
Login using `admin/admin`
## Installation
```
// For laravel-admin 1.x
$ composer require "laravel-admin-ext/helpers:1.*"// For laravel-admin 2.x
$ composer require "laravel-admin-ext/helpers:2.*"
```Import menu items.
```shell
$ php artisan admin:import helpers
```## Usage
See [wiki](http://laravel-admin.org/docs/#/en/extension-helpers?id=helpers)
## Donate
> Help keeping the project development going, by donating a little. Thanks in advance.
[](https://www.paypal.me/zousong)

License
------------
Licensed under [The MIT License (MIT)](LICENSE).