Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Sep 16, 2018
1 parent 07f31b4 commit c8cd432
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Helpers for laravel-admin

[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

```
Expand All @@ -20,6 +24,14 @@ $ php artisan admin:import helpers

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).
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
],
"require": {
"php": ">=7.0.0",
"laravel/framework": "~5.5",
"encore/laravel-admin": "~1.6"
},
"require-dev": {
Expand Down

0 comments on commit c8cd432

Please sign in to comment.