@@ -15,15 +15,16 @@ This is an example module with beyond CRUD functions for admin and is shown in t
15
15
16
16
## Features
17
17
18
- - [x] API ([ provider] ( Providers/Main.php#L131 ) , [ route] ( Routes/api.php ) , [ controller] ( Http/Controllers/Api ) , [ transformer] ( Transformers ) )
18
+ - [x] API ([ provider] ( Providers/Main.php#L149 ) , [ route] ( Routes/api.php ) , [ controller] ( Http/Controllers/Api ) , [ transformer] ( Transformers ) )
19
19
- [x] Bulk Actions ([ class] ( BulkActions ) , [ blade] ( Resources/views/posts/index.blade.php#L27 ) , [ vuejs] ( Resources/assets/js/my-blog.js ) )
20
- - [x] Category Type ([ provider] ( Providers/Main.php#L85 ) , [ config] ( Config/type.php ) , [ model] ( Models/Post.php#L23 ) )
20
+ - [x] Category Type ([ provider] ( Providers/Main.php#L87 ) , [ config] ( Config/type.php ) , [ model] ( Models/Post.php#L23 ) )
21
21
- [x] Client Portal
22
22
- [x] ~~ Contact Type~~
23
+ - [x] Console Command ([ provider] ( Providers/Main.php#L124 ) , [ command] ( Console/Inspire.php ) )
23
24
- [x] CRUD
24
25
- [x] Dashboard ([ seed] ( Database/Seeds/Install.php#L20 ) )
25
26
- [x] ~~ Document Type~~
26
- - [x] Dynamic Relationships ([ define] ( Providers/Main.php#L35 ) , [ use] ( Widgets/PostsByCategory.php#L18 ) )
27
+ - [x] Dynamic Relationships ([ define] ( Providers/Main.php#L104 ) , [ use] ( Widgets/PostsByCategory.php#L18 ) )
27
28
- [x] Email Templates ([ seed] ( Database/Seeds/Install.php#L21 ) , [ content] ( Resources/lang/en-GB/email_templates.php ) )
28
29
- [x] Exports ([ controller] ( Http/Controllers/Posts.php#L244 ) , [ class] ( Exports ) )
29
30
- [x] Imports ([ controller] ( Http/Controllers/Posts.php#L117 ) , [ class] ( Imports ) )
@@ -34,7 +35,7 @@ This is an example module with beyond CRUD functions for admin and is shown in t
34
35
- [x] Ownership (` created_by ` [ field] ( Models/Post.php#L14 ) , [ controller] ( Http/Controllers/Posts.php#L26 ) , [ blade] ( Resources/views/posts/index.blade.php#L54 ) )
35
36
- [x] Permissions ([ listener] ( Listeners/FinishInstallation.php#L32 ) )
36
37
- [x] Reports ([ define] ( module.json#L13 ) , [ report] ( Reports/PostSummary.php ) , [ listener] ( Listeners/AddCategoriesToReport.php ) )
37
- - [x] Search String ([ provider] ( Providers/Main.php#L85 ) , [ config] ( Config/search-string.php#L5 ) , [ blade] ( Resources/views/posts/index.blade.php#L24 ) )
38
+ - [x] Search String ([ provider] ( Providers/Main.php#L87 ) , [ config] ( Config/search-string.php#L5 ) , [ blade] ( Resources/views/posts/index.blade.php#L24 ) )
38
39
- [x] Seeds ([ listener] ( Listeners/FinishInstallation.php#L29 ) , [ seeder] ( Database/Seeds/Install.php ) )
39
40
- [x] Settings ([ define] ( module.json#L27 ) , [ use] ( Http/Controllers/Posts.php#L38 ) )
40
41
- [x] Tests ([ feature] ( Tests/Feature ) )
0 commit comments