2017 © Pedro Peláez
 

library commands

This is a collection of Laravel Artisan commands created to help everyone in their development work.

image

superhelio/commands

This is a collection of Laravel Artisan commands created to help everyone in their development work.

  • Wednesday, November 22, 2017
  • by ivuorinen
  • Repository
  • 2 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Laravel Commands by SuperHelio

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

This is a collection of Laravel Artisan commands created to help everyone in their development work. We try to keep these as useful as possible., (*2)

This package requires PHP 7.3 or later. The composer.lock file has been generated with PHP v7.4.13., (*3)

Install

Step 1: Install Through Composer

$ composer require superhelio/commands --dev

Step 2: Add the Service Provider

You'll only want to use these generators for local development, so you don't want to update the production providers array in config/app.php. Instead, add the provider in app/Providers/AppServiceProvider.php, like so:, (*4)

public function register()
{
    if ($this->app->environment() === 'local') {
        $this->app->register('SuperHelio\Commands\ServiceProvider');
    }
}

Usage

  • superhelio:gozer
    • Force delete database tables that have your table prefix
    • php artisan superhelio:gozer
  • superhelio:reload
    • Reset database, migrate and seed
    • php artisan superhelio:reload

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

$ composer test

Security

If you discover any security related issues, please contact SuperHelio., (*6)

Credits

License

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

The Versions

22/11 2017

dev-develop

dev-develop https://github.com/superhelio/commands

This is a collection of Laravel Artisan commands created to help everyone in their development work.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio

19/10 2017

dev-master

9999999-dev https://github.com/superhelio/commands

This is a collection of Laravel Artisan commands created to help everyone in their development work.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio

19/10 2017

1.2.0

1.2.0.0 https://github.com/superhelio/commands

This is a collection of Laravel Artisan commands created to help everyone in their development work.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio

15/09 2017

1.1.2

1.1.2.0 https://github.com/superhelio/commands

This is a collection of Laravel Artisan commands created to help everyone in their development work.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio

27/08 2017

1.1.1

1.1.1.0 https://github.com/superhelio/commands

This is a collection of Laravel Artisan commands created to help everyone in their development work.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio

27/08 2017

1.1.0

1.1.0.0 https://github.com/superhelio/commands

Laravel Commands

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio

08/02 2017

1.0.0

1.0.0.0 https://github.com/superhelio/commands

Laravel Commands

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio

07/02 2017

0.0.1

0.0.1.0 https://github.com/superhelio/commands

Laravel Commands

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel commands superhelio