File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ Associate custom fields with your document type to define what data can be enter
6161
62623 . Arrange field groups in the desired order
6363
64+ For detailed information about creating and configuring custom fields, see the [ Custom Fields documentation] ( ./custom-field ) {.doc-link}.
65+
6466---
6567
6668## Templates
@@ -78,6 +80,8 @@ Define which templates are available for rendering your content:
7880
7981 ![ Document Type's Templates] ( https://inspirecms.net/storage/doc/JuAg9jBK0Eb9y46nPm3MuLtTljiSc7dlx6dAKAgS.png )
8082
83+ For detailed information about creating frontend layouts and templates, see the [ Frontend Layouts documentation] ( ./fe-layouts ) {.doc-link}.
84+
8185---
8286
8387## Content Hierarchy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ slug: installing
44path : docs/v1/installing
55uri : /docs/v1/installing
66heading : Installing
7- brief :
7+ brief :
88quick_links : []
99---
1010
@@ -79,6 +79,17 @@ use Illuminate\Support\Facades\Route;
7979
8080This allows InspireCMS to handle your site's routing properly.
8181
82+ ### Step 7: Set Up Queue Workers and Scheduled Jobs
83+
84+ InspireCMS requires queue workers and scheduled jobs for image conversion, background processing, and other essential operations.
85+
86+ For development, you can run these commands manually in separate terminals:
87+
88+ - ` php artisan queue:work ` (for background jobs)
89+ - ` php artisan schedule:work ` (for scheduled tasks)
90+
91+ For detailed configuration options, refer to the [ Laravel Queue documentation] ( https://laravel.com/docs/queues ) and [ Task Scheduling documentation] ( https://laravel.com/docs/scheduling ) .
92+
8293---
8394
8495## Manual Installation Steps
@@ -133,6 +144,8 @@ php artisan inspirecms:repair-permissions
1331445 . Navigate to ** Content** > ** Pages**
1341456 . Click "Create" to add new content using your document type
135146
147+ For detailed information about creating and configuring document types, see the [ Document Types documentation] ( ./document-type ) {.doc-link}.
148+
136149---
137150
138151## Setting Up Your Frontend
You can’t perform that action at this time.
0 commit comments