All Projects â†’ nunomaduro â†’ Laravel Console Summary

nunomaduro / Laravel Console Summary

Licence: mit
📖 Beautiful Laravel Console Summary for Artisan or Laravel Zero.

StyleCI Status Latest Stable Version License

About Laravel Console Summary

Laravel Console Summary was created by, and is maintained by Nuno Maduro, and is a replacement for the List Command in Laravel Console Applications. Beautiful Laravel Console Summary for Artisan or Laravel Zero.

Installation

Requires PHP 7.2.5+

Require Laravel Console Summary using Composer:

composer require nunomaduro/laravel-console-summary

Configuration

Publish the configuration

php artisan vendor:publish

You may want to clean up the summary screen by hiding some well-known commands from it. Of course, even hidden, they will still be available.

// config/laravel-console-summary.php

return [
    'hide' => [
        'make:*',
        'list'
    ],
];

Contributing

Thank you for considering to contribute to Laravel Console Summary. All the contribution guidelines are mentioned here.

You can have a look at the CHANGELOG for constant updates & detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: @enunomaduro

Support the development

Do you like this project? Support it by donating

License

Laravel Console Summary is an open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].