Write Shell Scripts like Blade Components With Task Runner
Laravel Task Runner is a package that lets you write shell scripts like Blade components. This improves readability and makes scripts easier to maintain within Laravel applications. You define tasks as classes with Blade templates for the commands. It leverages Laravel's Process API to run commands locally or on remote servers via SSH. Compared to Envoy, another Laravel package for tasks, Task Runner offers a more integrated Laravel experience with Blade templates..
Write Shell Scripts Like a Breeze.
Related Projects
Eloquent Inspector for Laravel
Illuminate your Eloquent models with detailed inspection.
Generate Validation Rules from a Database Schema in Laravel
Database Driven, Validation Defined.