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
- Host: GitHub
- URL: https://github.com/open-admin-org/helpers
- Owner: open-admin-org
- License: mit
- Created: 2021-07-19T21:42:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T13:53:59.000Z (over 1 year ago)
- Last Synced: 2025-02-27T11:48:04.471Z (over 1 year ago)
- Language: PHP
- Homepage: https://open-admin.org/docs/en/helpers
- Size: 24.4 KB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Helpers for Open-Admin
=========================
[](https://styleci.io/repos/384432915)
[](https://packagist.org/packages/open-admin-ext/helpers)
[](https://packagist.org/packages/open-admin-ext/helpers)
[]()
[Documentation](http://open-admin.org/docs/en/extension-helpers)
## Screenshot

## 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