https://github.com/overtrue/laravel-package
Laravel package template
https://github.com/overtrue/laravel-package
laravel-package laravel-package-boilerplate laravel-package-starter laravel-package-template
Last synced: over 1 year ago
JSON representation
Laravel package template
- Host: GitHub
- URL: https://github.com/overtrue/laravel-package
- Owner: overtrue
- License: mit
- Created: 2020-04-21T03:23:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T14:18:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T01:08:47.594Z (over 1 year ago)
- Topics: laravel-package, laravel-package-boilerplate, laravel-package-starter, laravel-package-template
- Language: PHP
- Size: 33.2 KB
- Stars: 35
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Laravel Package
---
Laravel package template.
[](https://github.com/sponsors/overtrue)
## Installing
```shell
composer require overtrue/laravel-package -vvv
```
### Migrations
You can publish the migration files to your project's `database/migrations` directory and config files to `config/` directory by running:
```php
php artisan vendor:publish
```
## Usage
TODO
### Events
| **Event** | **Description** |
|----------------------------------------------|---------------------|
| `Overtrue\LaravelPackage\Events\SampleEvent` | Sample description. |
## :heart: Sponsor me
[](https://github.com/sponsors/overtrue)
如果你喜欢我的项目并想支持它,[点击这里 :heart:](https://github.com/sponsors/overtrue)
## Contributing
You can contribute in one of three ways:
1. File bug reports using the [issue tracker](https://github.com/overtrue/laravel-package/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/overtrue/laravel-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._
## Project supported by JetBrains
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
[](https://www.jetbrains.com/?from=https://github.com/overtrue)
## PHP 扩展包开发
> 想知道如何从零开始构建 PHP 扩展包?
>
> 请关注我的实战课程,我会在此课程中分享一些扩展开发经验 —— [《PHP 扩展包实战教程 - 从入门到发布》](https://learnku.com/courses/creating-package)
## License
MIT