2017 © Pedro Peláez
 

library magicwand

A Laravel CLI package, for standalone CLI apps

image

ahuggins/magicwand

A Laravel CLI package, for standalone CLI apps

  • Monday, September 11, 2017
  • by ahuggins
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

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., (*1)

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., (*2)

Installation

composer require ahuggins/magicwand, (*3)

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

AHuggins\Wand\WandServiceProvider::class,, (*5)

Then you will need to run: php artisan vendor:publish, (*6)

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

And that should be it., (*8)

The Versions

11/09 2017

dev-master

9999999-dev

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

11/09 2017

0.0.8

0.0.8.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

11/09 2017

0.0.7

0.0.7.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

25/04 2017

0.0.6

0.0.6.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

25/04 2017

0.0.5

0.0.5.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

25/04 2017

0.0.4

0.0.4.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

25/04 2017

0.0.3

0.0.3.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

25/04 2017

0.0.2

0.0.2.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins

25/04 2017

0.0.1

0.0.1.0

A Laravel CLI package, for standalone CLI apps

  Sources   Download

MIT

by Andrew huggins