Download the PHP package superhelio/commands without Composer
On this page you can find all versions of the php package superhelio/commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download superhelio/commands
More information about superhelio/commands
Files in superhelio/commands
Package commands
Short Description This is a collection of Laravel Artisan commands created to help everyone in their development work.
License MIT
Homepage https://github.com/superhelio/commands
Informations about the package commands
Laravel Commands by SuperHelio
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.
This package requires PHP 7.3 or later. The composer.lock
file has been generated with PHP v7.4.13.
Install
Step 1: Install Through Composer
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:
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.
Testing
Security
If you discover any security related issues, please contact SuperHelio.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of commands with dependencies
illuminate/support Version ^5.3|^5.4|^5.5
doctrine/dbal Version ^2.5|^2.6