Looking to hire Laravel developers? Try LaraJobs

laravel-console maintained by smashed-egg

Description
This package allows you to enhance your Console Commands by making it easier to add aliases and use interactive functionality.
Author
Tom Ellis
Last update
2026/02/03 10:59 (dev-master)
License
Links
Downloads
210
Tags

Comments
comments powered by Disqus

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: