Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit c1163ea

Browse files
authored
Merge branch 'master' into 5.6
2 parents 452f112 + cb8f0a7 commit c1163ea

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,18 @@ class UserController extends Controller
185185
}
186186
}
187187
```
188+
#### view
189+
To access service's view file. just prepend service name followed by two colon ::
190+
191+
example
192+
```
193+
@extends('serivename::index')
194+
```
195+
196+
with jobs you can specify path like this
197+
```
198+
new RespondWithViewJob('servicename::student.login')
199+
```
188200

189201
#### Job
190202
A Job is responsible for one element of execution in the application, and play the role of a step in the accomplishment

0 commit comments

Comments
 (0)