File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Helpers for laravel-admin
8
8
9
9
[ Documentation] ( http://laravel-admin.org/docs/#/en/extension-helpers ) | [ 中文文档] ( http://laravel-admin.org/docs/#/zh/extension-helpers )
10
10
11
+ DEMO [ helpers] ( http://demo.laravel-admin.org/helpers/scaffold )
12
+
13
+ Login using ` admin/admin `
14
+
11
15
## Installation
12
16
13
17
```
@@ -20,6 +24,14 @@ $ php artisan admin:import helpers
20
24
21
25
See [ wiki] ( http://laravel-admin.org/docs/#/en/extension-helpers?id=helpers )
22
26
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
+
23
35
License
24
36
------------
25
37
Licensed under [ The MIT License (MIT)] ( LICENSE ) .
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " >=7.0.0" ,
16
- "laravel/framework" : " ~5.5" ,
17
16
"encore/laravel-admin" : " ~1.6"
18
17
},
19
18
"require-dev" : {
You can’t perform that action at this time.
0 commit comments