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

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.

Awesome Lists containing this project

README

          

Package Name Here
===================================

![CI](https://github.com/renoki-co/:package_name/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/renoki-co/:package_name/branch/master/graph/badge.svg)](https://codecov.io/gh/renoki-co/:package_name/branch/master)
[![StyleCI](https://github.styleci.io/repos/:styleci_code/shield?branch=master)](https://github.styleci.io/repos/:styleci_code)
[![Latest Stable Version](https://poser.pugx.org/renoki-co/:package_name/v/stable)](https://packagist.org/packages/renoki-co/:package_name)
[![Total Downloads](https://poser.pugx.org/renoki-co/:package_name/downloads)](https://packagist.org/packages/renoki-co/:package_name)
[![Monthly Downloads](https://poser.pugx.org/renoki-co/:package_name/d/monthly)](https://packagist.org/packages/renoki-co/:package_name)
[![License](https://poser.pugx.org/renoki-co/:package_name/license)](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)