26.10.2015 Views

IXP Manager Workshop V4 Deep Dive

euroix27-inex-ixp-manager-v4-deep-dive

euroix27-inex-ixp-manager-v4-deep-dive

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Quick Coding Example<br />

And let’s see if it works… nope L<br />

Extending the wrong class – need to use and extend:<br />

– use <strong>IXP</strong>\Console\Commands\Command as <strong>IXP</strong>Command;<br />

– => class DemoListCustomers extends <strong>IXP</strong>Command {<br />

No options / arguments required<br />

Need to register the command in app/Console/Kernel:<br />

– protected $commands = [ … ]<br />

Now it works! But does nothing...

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

Saved successfully!

Ooh no, something went wrong!