An open API service indexing awesome lists of open source software.

https://github.com/open-admin-org/helpers

helper function for open-admin, Scaffolding / Database terminal / Laravel artisan console and routes displaying
https://github.com/open-admin-org/helpers

Last synced: 8 months ago
JSON representation

helper function for open-admin, Scaffolding / Database terminal / Laravel artisan console and routes displaying

Awesome Lists containing this project

README

          

Helpers for Open-Admin
=========================

[![StyleCI](https://styleci.io/repos/384432915/shield?branch=main)](https://styleci.io/repos/384432915)
[![Packagist](https://img.shields.io/github/license/open-admin-org/helpers.svg?style=flat-square&color=brightgreen)](https://packagist.org/packages/open-admin-ext/helpers)
[![Total Downloads](https://img.shields.io/packagist/dt/open-admin-ext/helpers.svg?style=flat-square)](https://packagist.org/packages/open-admin-ext/helpers)
[![Pull request welcome](https://img.shields.io/badge/pr-welcome-green.svg?style=flat-square&color=brightgreen)]()

[Documentation](http://open-admin.org/docs/en/extension-helpers)

## Screenshot

![helpers screenshot](http://open-admin.org/docs/images/screenshots/ext-helpers.png)

## Installation

```
$ composer require open-admin-ext/helpers
```
Import menu items.
```
$ php artisan admin:import helpers
```

## Usage

See [wiki](http://open-admin.org/docs/en/extension-helpers)

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

Thanks
------------
Ported from [laravel-admin-ext/helpers](https://github.com/laravel-admin-extensions/helpers)

Special thanks to z-song for original development