Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel-admin-extensions/helpers
Several tools to help you in development
https://github.com/laravel-admin-extensions/helpers
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T22:10:41.000Z (over 2 years ago)
- Last Synced: 2024-04-04T07:03:21.335Z (8 months 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
=========================[![StyleCI](https://styleci.io/repos/97900966/shield?branch=master)](https://styleci.io/repos/97900966)
[![Packagist](https://img.shields.io/packagist/l/laravel-admin-ext/helpers.svg?maxAge=2592000)](https://packagist.org/packages/laravel-admin-ext/helpers)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-admin-ext/helpers.svg?style=flat-square)](https://packagist.org/packages/laravel-admin-ext/helpers)
[![Pull request welcome](https://img.shields.io/badge/pr-welcome-green.svg?style=flat-square)]()[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.
[![PayPal Me](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/zousong)
![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)
License
------------
Licensed under [The MIT License (MIT)](LICENSE).