This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from Naoray/byjujohn-add-credits
add credits
- Loading branch information
Showing
4 changed files
with
100 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,19 +27,29 @@ I hate creating new controllers, middlewares, ... by copy & paste. Wouldn't it b | |
`composer require naoray/laravel-package-maker --dev` | ||
|
||
## Usage | ||
- [Create a package](#internals-create) | ||
- [Create a nova tool](#internals-nova) | ||
- [Add a package](#internals-add) | ||
- [Save package credentials](#internals-save) | ||
- [Delete package credentials](#internals-delete) | ||
- [Clone a package](#internals-clone) | ||
- [Replace content](#internals-replace) | ||
- [Make Commands](#make-commands) | ||
+ [Foundation](#make-commands-foundation) | ||
+ [Database](#make-commands-database) | ||
+ [Routing](#make-commands-routing) | ||
- [Other Commands](#internals-stubs) | ||
- [Example Usage](#make-commands-example-usage) | ||
- [laravel-package-maker](#laravel-package-maker) | ||
- [Install](#install) | ||
- [Usage](#usage) | ||
- [Create a package](#create-a-package) | ||
- [Create a nova tool](#create-a-nova-tool) | ||
- [Add a package](#add-a-package) | ||
- [Save package credentials](#save-package-credentials) | ||
- [Delete package credentials](#delete-package-credentials) | ||
- [Clone a package](#clone-a-package) | ||
- [Replace Content](#replace-content) | ||
- [Make Commands](#make-commands) | ||
- [Foundation](#foundation) | ||
- [Database](#database) | ||
- [Routing](#routing) | ||
- [Standard Php](#standard-php) | ||
- [Commands used for creating initial package stubs](#commands-used-for-creating-initial-package-stubs) | ||
- [Example Usage](#example-usage) | ||
- [Testing](#testing) | ||
- [Changelog](#changelog) | ||
- [Contributing](#contributing) | ||
- [Credits](#credits) | ||
- [Security](#security) | ||
- [License](#license) | ||
|
||
<a name="internals-create"/> | ||
|
||
|
@@ -163,12 +173,12 @@ All of the following routes only accept a `name` argument. | |
### Commands used for creating initial package stubs | ||
- `package:basetest {provider : The package's provider name}` - creates `TestCase` in `tests` folder | ||
- `package:codecov` - creates a `.codecov.yml` file | ||
- `package:composer {author : The author of the package.} {email : The author's email.}` - creates `composer.json` | ||
- `package:composer {--author : The author of the package.} {--email : The author's email.}` - creates `composer.json` | ||
- `package:contribution` - creates `CONTRIBUTING.md` | ||
- `package:gitignore` - creates `.gitignore` file | ||
- `package:license {--copyright : The company or vendor name to place it int the license file}` - creates `LICENSE.md` file | ||
- `package:phpunit` - creates `phpunit.xml` | ||
- `package:readme` - creates `readme.md` | ||
- `package:readme {--author : The author of the package.} {--email : The author's email.}` - creates `readme.md` | ||
- `package:styleci` - creates `.styleci.yml` | ||
- `package:travis` - creates `.travis.yml` | ||
|
||
|
@@ -194,6 +204,10 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen | |
## Contributing | ||
Please see [CONTRIBUTING](CONTRIBUTING.md) for details. | ||
|
||
## Credits | ||
- [Krishan König](https://github.com/naoray) | ||
- [All Contributors](https://github.com/naoray/laravel-package-maker/contributors) | ||
|
||
## Security | ||
If you discover any security-related issues, please email [email protected] instead of using the issue tracker. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters