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

https://github.com/jobmetric/laravel-package-core

It is a standard package of different components of Laravel that helps you write different packages better and more fluently
https://github.com/jobmetric/laravel-package-core

console console-tools core core-management enum-helper laravel laravel-package package status

Last synced: 6 months ago
JSON representation

It is a standard package of different components of Laravel that helps you write different packages better and more fluently

Awesome Lists containing this project

README

        

[contributors-shield]: https://img.shields.io/github/contributors/jobmetric/laravel-package-core.svg?style=for-the-badge
[contributors-url]: https://github.com/jobmetric/laravel-package-core/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/jobmetric/laravel-package-core.svg?style=for-the-badge&label=Fork
[forks-url]: https://github.com/jobmetric/laravel-package-core/network/members
[stars-shield]: https://img.shields.io/github/stars/jobmetric/laravel-package-core.svg?style=for-the-badge
[stars-url]: https://github.com/jobmetric/laravel-package-core/stargazers
[license-shield]: https://img.shields.io/github/license/jobmetric/laravel-package-core.svg?style=for-the-badge
[license-url]: https://github.com/jobmetric/laravel-package-core/blob/master/LICENCE.md
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-blue.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/majidmohammadian

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]

# Laravel Package Core

It is a standard package of different components of Laravel that helps you write different packages better and more fluently

## Install via composer

Run the following command to pull in the latest version:
```bash
composer require jobmetric/laravel-package-core
```

## Documentation

This package includes different parts that I will mention in order:

- [Package Core Service Provider](https://github.com/jobmetric/laravel-package-core/blob/master/docs/provider.md)
- [Enum To Array](https://github.com/jobmetric/laravel-package-core/blob/master/docs/enum.md)
- [Console Tools](https://github.com/jobmetric/laravel-package-core/blob/master/docs/console-tools.md)
- [Helper Functions](https://github.com/jobmetric/laravel-package-core/blob/master/docs/helper.md)
- [Boolean Status](https://github.com/jobmetric/laravel-package-core/blob/master/docs/boolean-status.md)
- [Has Dynamic Relations](https://github.com/jobmetric/laravel-package-core/blob/master/docs/has-dynamic-relations.md)

## License

The MIT License (MIT). Please see [License File](https://github.com/jobmetric/laravel-package-core/blob/master/README.md) for more information.