[ 'setup' => [], 'deploy' => [], 'cleanup' => [], ], // Tasks to execute after the core Rocketeer Tasks 'after' => [ 'setup' => [], 'deploy' => [ 'composer dumpautoload', 'php artisan route:clear', 'chmod -R 777 bootstrap', 'chmod -R 777 storage', 'chmod -R 777 public' ], 'cleanup' => [], ], // Custom Tasks to register with Rocketeer 'custom' => [], ];