Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m1guelpf/laravel-skeleton
- Owner: m1guelpf
- License: mpl-2.0
- Created: 2017-02-04T12:30:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T18:30:37.000Z (about 5 years ago)
- Last Synced: 2024-10-25T05:58:21.856Z (2 months ago)
- Topics: laravel, m1guelpf, package, skeleton, starter-kit
- Language: PHP
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.