Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larvatecn/think-package
https://github.com/larvatecn/think-package
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larvatecn/think-package
- Owner: larvatecn
- License: mit
- Created: 2021-07-08T03:14:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T06:39:54.000Z (over 3 years ago)
- Last Synced: 2024-04-20T01:41:03.581Z (8 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Think Package
---thinkphp package template.
## Installing
```shell
$ composer require larva/think-package -vvv
```### Migrations
This step is also optional, if you want to custom the pivot table, you can publish the migration files:
```php
$ php artisan vendor:publish --provider="Larva\\ThinkPackage\\PackageService" --tag=migrations
```## Usage
TODO
### Events
| **Event** | **Description** |
| ----------------------------------------------- | ------------------------------------------- |
| `Larva\ThinkPackage\Events\SampleEvent` | Sample description. |## Contributing
You can contribute in one of three ways:
1. File bug reports using the [issue tracker](https://github.com/larvatecn/think-package/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/larvatecn/think-package/issues).
3. Contribute new features or update the wiki._The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable._
## License
MIT