ahuggins/magicwand

A Laravel CLI package, for standalone CLI apps
28
Install
composer require ahuggins/magicwand
Latest Version:0.0.8
License:MIT
Last Updated:Sep 11, 2017
Links: GitHub  ·  Packagist
Maintainer: ahuggins

Magic Wand

A CLI entry point to your Laravel application. Basically, if you want to do things like Artisan but don't want to disturb Artisan or want to only show certain commands to your users.

Maybe you want a set of tools that your developers user, but don't want to include in the already large set of commands in Artisan. Or maybe you want some reporting tools, that are only used rarely, or by Cron, and therefore do not need to clutter the list in Artisan, this is what Wand should fill.

Installation

composer require ahuggins/magicwand

Then after it is installed, you will need to update the config/app.php providers array with:

AHuggins\Wand\WandServiceProvider::class,

Then you will need to run: php artisan vendor:publish

Then you will need to give the published wand file executable permission, by running chmod +x wand

And that should be it.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

612,604,198 9,704
laravel/framework

The Laravel Framework.

554,918,666 34,821
laravel/tinker

Powerful REPL for the Laravel framework.

465,424,253 7,437