TheDragonCode/laravel-deploy-operations

Method to be called when code execution completes

andrey-helldar opened this issue · 1 comments

Description:

For example:

  1. Create instance;
  2. Run the up or down method;
  3. Run the finish method.

Not required, since success and failed methods will be added to implement this functionality in a more understandable way.

See #26 and #25