2017 © Pedro PelĂĄez
 

library laravel-additional-command

Additional artisan command to Laravel framework

image

jakubhanak/laravel-additional-command

Additional artisan command to Laravel framework

  • Friday, May 4, 2018
  • by jakubhanak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Artisan Command

This package add artisan command to generate combinations of strings pairs without repetition, (*1)

Installation

In your terminal:, (*2)

composer require jakubhanak/laravel-additional-command

If you are on Laravel 5.4 (no need for Laravel 5.5 and higher), register the service provider to your config/app.php file:, (*3)

'providers' => [
    ...
    Hanak\ArtisanCommand\ArtisanCommandServiceProvider::class,
];

Usage

string:combine

This command accept array of strings to the input attribute and result is combinations of strings in pairs without repetition., (*4)

php artisan string:combine {strings}

Example of usage., (*5)

php artisan string:combine one two three
php artisan string:combine one,two,three

Licence

Open-sourced software licensed under the MIT license., (*6)

The Versions

04/05 2018

dev-master

9999999-dev

Additional artisan command to Laravel framework

  Sources   Download

MIT

The Requires

 

by Jakub HanĂĄk

laravel console commands artisan

04/05 2018

1.0.1

1.0.1.0

Additional artisan command to Laravel framework

  Sources   Download

MIT

The Requires

 

by Jakub HanĂĄk

laravel console commands artisan

04/05 2018

1.0.0

1.0.0.0

Additional artisan command to Laravel framework

  Sources   Download

MIT

The Requires

 

by Jakub HanĂĄk

laravel console commands artisan