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