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

Commit

Permalink
Merge pull request #26 from sharik709/master
Browse files Browse the repository at this point in the history
added information about how to access view files from jobs in README …
  • Loading branch information
Mulkave authored Apr 15, 2018
2 parents 2e33126 + 0bc1445 commit cb8f0a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@ class UserController extends Controller
}
}
```
#### view
To access service's view file. just prepend service name followed by two colon ::

example
```
@extends('serivename::index')
```

with jobs you can specify path like this
```
new RespondWithViewJob('servicename::student.login')
```

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

0 comments on commit cb8f0a7

Please sign in to comment.