Write Shell Scripts like Blade Components With Task Runner
Laravel Task Runner is a Laravel package that lets you write shell scripts using a Blade-like syntax. It integrates with Laravel 10's Process API and supports running tasks locally or on remote servers. Tasks are defined in classes and dispatched using a method call. Blade templates used for tasks can access public methods from the task class. Laravel Task Runner also provides testing helpers for unit tests. Overall, it simplifies creating and managing shell scripts within Laravel applications..
Automate, Laravel Style
Related Projects
Punchcard: Object Configs for Laravel
Efficient and flexible configuration management
Laravel Package to Work With Paddle.com
Simplify Paddle Integration with Laravel
Terminal: An Elegant Wrapper around the Symfony Process Component
Terminal, simplified."