smashed-egg/laravel-console

This package allows you to enhance your Console Commands by making it easier to add aliases and use interactive functionality.

1.3.0 2023-12-19 10:09 UTC

This package is auto-updated.

Last update: 2024-04-19 11:01:32 UTC


README

main.jpg

Laravel Console

Latest Stable Version Downloads this Month

This package allows you to enhance your Console Commands by making it easier to:

  • Add aliases
  • Use interactive functionality (Since writing this a similar feature exist in Laravel 10.x).
  • Making repetitive tasks easier via Traits (Concerns) to drop in extra functionality for your commands.

You can still use this functionality in your current console commands, as Symfony provides this functionality.

The purpose of this package is to make its usage more Laravel like.

Table of contents

Requirements

  • PHP 8.0+
  • Laravel 9.21+

Installation

To install this package please run:

composer require smashed-egg/laravel-console

Support Me

Do you like this package? Does it improve you're development. Consider sponsoring to help with future development.

Buy me a coffee!

Thank you!

Documentation

Please see the following guides for usage: