Skip to content

Commit c8cd432

Browse files
committed
refactor
1 parent 07f31b4 commit c8cd432

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Helpers for laravel-admin
88

99
[Documentation](http://laravel-admin.org/docs/#/en/extension-helpers) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-helpers)
1010

11+
DEMO [helpers](http://demo.laravel-admin.org/helpers/scaffold)
12+
13+
Login using `admin/admin`
14+
1115
## Installation
1216

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

2125
See [wiki](http://laravel-admin.org/docs/#/en/extension-helpers?id=helpers)
2226

27+
## Donate
28+
29+
> Help keeping the project development going, by donating a little. Thanks in advance.
30+
31+
[![PayPal Me](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/zousong)
32+
33+
![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg)
34+
2335
License
2436
------------
2537
Licensed under [The MIT License (MIT)](LICENSE).

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
],
1414
"require": {
1515
"php": ">=7.0.0",
16-
"laravel/framework": "~5.5",
1716
"encore/laravel-admin": "~1.6"
1817
},
1918
"require-dev": {

0 commit comments

Comments
 (0)