In preparation of tagging a version 1.0.0 release, I've done some refactoring to the plugin to make it both easier to maintain and also cleans up the release process.
Renamed Artisan tasks to match the same name as their command in artisan.
Refactored some tasks into multiple tasks to clean up logic (needs additional refactoring to remove duplicate code).
Renamed some properties to make it clearer what they’re for.
Added new tasks to match current Laravel’s deploy methods.
In preparation of tagging a version 1.0.0 release, I've done some refactoring to the plugin to make it both easier to maintain and also cleans up the release process.