https://github.com/zingimmick/package-skeleton-laravel
A skeleton repository for Laravel Packages
https://github.com/zingimmick/package-skeleton-laravel
laravel package skeleton
Last synced: 4 months ago
JSON representation
A skeleton repository for Laravel Packages
- Host: GitHub
- URL: https://github.com/zingimmick/package-skeleton-laravel
- Owner: zingimmick
- License: mit
- Created: 2020-07-10T18:21:06.000Z (about 6 years ago)
- Default Branch: 3.x
- Last Pushed: 2026-03-16T23:22:53.000Z (4 months ago)
- Last Synced: 2026-03-17T09:52:42.979Z (4 months ago)
- Topics: laravel, package, skeleton
- Language: PHP
- Homepage:
- Size: 227 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Package Skeleton Laravel
[](https://github.com/zingimmick/package-skeleton-laravel/actions/workflows/tests.yml)
[](https://codecov.io/gh/zingimmick/package-skeleton-laravel)
[](https://packagist.org/packages/zing/package-skeleton-laravel)
[](https://packagist.org/packages/zing/package-skeleton-laravel)
[](https://packagist.org/packages/zing/package-skeleton-laravel)
[](https://packagist.org/packages/zing/package-skeleton-laravel)
### Requirements
- [PHP 8.0+](https://php.net/releases/)
- [Composer](https://getcomposer.org)
- [Laravel 8.0+](https://laravel.com/docs/releases)
Require Package Skeleton Laravel using [Composer](https://getcomposer.org):
```bash
composer create-project zing/package-skeleton-laravel --prefer-source laravel-package
```
## License
Package Skeleton Laravel is an open-sourced software licensed under the [MIT license](LICENSE).