https://github.com/renoki-co/laravel-package-skeleton
Default package scaffolding for Laravel/PHP packages.
https://github.com/renoki-co/laravel-package-skeleton
laravel php
Last synced: about 1 year ago
JSON representation
Default package scaffolding for Laravel/PHP packages.
- Host: GitHub
- URL: https://github.com/renoki-co/laravel-package-skeleton
- Owner: renoki-co
- License: apache-2.0
- Created: 2020-04-19T17:26:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T12:38:39.000Z (over 2 years ago)
- Last Synced: 2025-03-24T18:21:17.581Z (over 1 year ago)
- Topics: laravel, php
- Language: PHP
- Homepage:
- Size: 134 KB
- Stars: 25
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Package Name Here
===================================

[](https://codecov.io/gh/renoki-co/:package_name/branch/master)
[](https://github.styleci.io/repos/:styleci_code)
[](https://packagist.org/packages/renoki-co/:package_name)
[](https://packagist.org/packages/renoki-co/:package_name)
[](https://packagist.org/packages/renoki-co/:package_name)
[](https://packagist.org/packages/renoki-co/:package_name)
**Note:** Replace ```:package_name``` ```:package_description``` ```:package_namespace``` ```:package_service_provider``` ```:styleci_code``` with their correct values in [README.md](README.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE](LICENSE) and [composer.json](composer.json) files, then delete this line.
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
## 🚀 Installation
You can install the package via composer:
```bash
composer require renoki-co/:package_name
```
Publish the config:
```bash
php artisan vendor:publish --provider="RenokiCo\:package_namespace\:package_service_provider" --tag="config"
```
Publish the migrations:
```bash
php artisan vendor:publish --provider="RenokiCo\:package_namespace\:package_service_provider" --tag="migrations"
```
## 🙌 Usage
```php
$ //
```
## 🐛 Testing
``` bash
vendor/bin/phpunit
```
## 🤝 Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## 🔒 Security
If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.
## 🎉 Credits
- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)