Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m1guelpf/laravel-skeleton


https://github.com/m1guelpf/laravel-skeleton

laravel m1guelpf package skeleton starter-kit

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Very short description of the package

[![Latest Version on Packagist](https://img.shields.io/packagist/v/m1guelpf/:package_name.svg?style=flat-square)](https://packagist.org/packages/m1guelpf/:package_name)
[![Software License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/m1guelpf/:package_name.svg?style=flat-square)](https://packagist.org/packages/m1guelpf/:package_name)

**Note:** Replace ```:author_name``` ```:author_username``` ```:author_email``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) 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, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

## Installation

You can install the package via composer using this command:

``` bash
composer require m1guelpf/:package_name
```

## Usage

``` php
$skeleton = new M1guelpf\Skeleton();
echo $skeleton->echoPhrase('Hello, M1guelpf!');
```

## Changelog

Please see [CHANGELOG.md](CHANGELOG.md) for more information on what has changed recently.

## Testing

You can run all tests using:

``` bash
$ composer test
```

## Contributing

Read our [CONTRIBUTING.md](CONTRIBUTING.md) for more details on how to help us.

## Security

If you find any security related issues, please send an email to [email protected] instead of using the issue tracker.

## Credits

- [:author_name](https://github.com/:author_username)
- [All Contributors](../../contributors)

## License

This package is licensed under the Mozilla Public License ("MPL"). Please see [LICENSE.md](LICENSE.md) for more information.