2017 © Pedro Peláez
 

library artisan-cmd-collection

Fox's Artisan Command Collection

image

fox/artisan-cmd-collection

Fox's Artisan Command Collection

  • Tuesday, July 17, 2018
  • by Cyberfox
  • Repository
  • 1 Watchers
  • 0 Stars
  • 185 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 52 % Grown

The README.md

Fox's Toolset | Artisan Command Collection

A collection of useful (Laravel)Artisan commands., (*1)

Build Status Latest Stable Version Total Downloads License, (*2)

Installation

In Laravel >= 6.0 the collection will register via the new package discovery feature, so you only need to add the package via composer to your project., (*3)

composer require "fox/artisan-cmd-collection:^2.0"

After the installation is complete, you should see, (*4)

Discovered Package: fox/artisan-cmd-collection

and you are ready to go!, (*5)

To see all available commands of this collection run, (*6)

php artisan list fox

in your command line., (*7)

Available commands

fox:cache:clear

Usage:
  fox:cache:clear [options] [--] [<cache>]...

Arguments:
  cache                 Type of the cache(s) to clear - available values are [app|config|route|view]

Options:
      --all             Clear all caches
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
      --env[=ENV]       The environment the command should run under
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  Clears multiple caches used by your application. e.G. config or view caches

db:create

Description:
  Create a database using the designated connection.

Usage:
  db:create [options] [--] [<connection>]

Arguments:
  connection                   Name of the connection defined in your config/database.php file. [default: "default"]

Options:
  -h, --help                   Display this help message
  -q, --quiet                  Do not output any message
  -V, --version                Display this application version
      --ansi                   Force ANSI output
      --no-ansi                Disable ANSI output
  -n, --no-interaction         Do not ask any interactive question
      --env[=ENV]              The environment the command should run under
  -incl-drop-database, --drop  Include drop database statement
  -v|vv|vvv, --verbose         Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Development - Getting Started

See the CONTRIBUTING file., (*8)

Changelog

See the CHANGELOG file., (*9)

License

See the LICENSE file., (*10)

The Versions

17/07 2018

dev-master

9999999-dev

Fox's Artisan Command Collection

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache command console artisan

16/07 2018

1.1.0

1.1.0.0

Fox's Artisan Command Collection

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache command console artisan

11/04 2018

1.0.2

1.0.2.0

Fox's Artisan Command Collection

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache command console artisan

16/02 2018

1.0.1

1.0.1.0

Fox's Artisan Command Collection

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache command console artisan

16/02 2018

1.0.0

1.0.0.0

Fox's Artisan Command Collection

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cache command console artisan