03.12.2015 Views

laravel4cookbook

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Embedded Systems 292<br />

24 );<br />

25 });<br />

26<br />

27 $this->app->bind("formativ.embedded.socket", function()<br />

28 {<br />

29 return new Socket(<br />

30 $this->app->make("formativ.embedded.emitter")<br />

31 );<br />

32 });<br />

33<br />

34 $this->commands(<br />

35 "formativ.embedded.command.serve"<br />

36 );<br />

37 }<br />

38<br />

39 public function provides()<br />

40 {<br />

41 return [<br />

42 "formativ.embedded.emitter",<br />

43 "formativ.embedded.command.serve",<br />

44 "formativ.embedded.socket"<br />

45 ];<br />

46 }<br />

47 }<br />

.<br />

This file should be saved as workbench/formativ/embedded/src/Formativ/Embedded/EmbeddedServiceController.php.<br />

1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!