diff --git a/readme.md b/readme.md index 44e93d0..55fbdf3 100644 --- a/readme.md +++ b/readme.md @@ -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