An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Package Skeleton Laravel

[![tests](https://github.com/zingimmick/package-skeleton-laravel/actions/workflows/tests.yml/badge.svg?branch=3.x)](https://github.com/zingimmick/package-skeleton-laravel/actions/workflows/tests.yml)
[![Code Coverage](https://codecov.io/gh/zingimmick/package-skeleton-laravel/branch/3.x/graph/badge.svg)](https://codecov.io/gh/zingimmick/package-skeleton-laravel)
[![Latest Stable Version](https://poser.pugx.org/zing/package-skeleton-laravel/v/stable.svg)](https://packagist.org/packages/zing/package-skeleton-laravel)
[![Total Downloads](https://poser.pugx.org/zing/package-skeleton-laravel/downloads)](https://packagist.org/packages/zing/package-skeleton-laravel)
[![Latest Unstable Version](https://poser.pugx.org/zing/package-skeleton-laravel/v/unstable.svg)](https://packagist.org/packages/zing/package-skeleton-laravel)
[![License](https://poser.pugx.org/zing/package-skeleton-laravel/license)](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).