abaci/artisan-commands

A collection of useful artisan commands

1.2.1 2020-02-19 00:11 UTC

This package is auto-updated.

Last update: 2024-05-19 12:12:23 UTC


README

Latest Version on Packagist Build Status Total Downloads

A collection of artisan commands

Installation

You can install the package via composer:

composer require abaci/artisan-commands

Usage

NOTE:
To invoke interactive mode on most commands, don't specify a include a parameter or use the --i option.

Make Directory

php artisan make:dir [path?] --i

Delete Directory

php artisan delete:dir [path?] --i

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email dave0016@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.