mirror of
https://github.com/superhelio/commands.git
synced 2026-02-09 08:51:08 +00:00
Release CHANGELOG and few fixes to README
This commit is contained in:
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [1.1.0](https://github.com/superhelio/commands/tree/2.0.0) (2017-08-27)
|
||||||
|
- New command: `superhelio:gozer` with tests
|
||||||
|
|
||||||
## [1.0.0](https://github.com/superhelio/commands/tree/1.0.0) (2017-02-08)
|
## [1.0.0](https://github.com/superhelio/commands/tree/1.0.0) (2017-02-08)
|
||||||
- Fixed Scrutinizer reported issue
|
- Fixed Scrutinizer reported issue
|
||||||
- Renamed LICENSE
|
- Renamed LICENSE
|
||||||
|
|||||||
@@ -33,6 +33,9 @@ public function register()
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
- *superhelio:gozer*
|
||||||
|
- Force delete database tables that has your table prefix
|
||||||
|
- `php artisan superhelio:gozer`
|
||||||
- *superhelio:reload*
|
- *superhelio:reload*
|
||||||
- Reset database, migrate and seed
|
- Reset database, migrate and seed
|
||||||
- `php artisan superhelio:reload`
|
- `php artisan superhelio:reload`
|
||||||
@@ -47,10 +50,6 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
|
|||||||
$ composer test
|
$ composer test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
|
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
If you discover any security related issues, please contact [SuperHelio](link-author).
|
If you discover any security related issues, please contact [SuperHelio](link-author).
|
||||||
@@ -77,4 +76,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
|
|||||||
[link-code-quality]: https://scrutinizer-ci.com/g/superhelio/commands
|
[link-code-quality]: https://scrutinizer-ci.com/g/superhelio/commands
|
||||||
[link-downloads]: https://packagist.org/packages/superhelio/commands
|
[link-downloads]: https://packagist.org/packages/superhelio/commands
|
||||||
[link-author]: https://github.com/superhelio
|
[link-author]: https://github.com/superhelio
|
||||||
[link-contributors]: ../../contributors
|
[link-contributors]: https://github.com/superhelio/commands/graphs/contributors
|
||||||
|
|||||||
Reference in New Issue
Block a user