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
- Host: GitHub
- URL: https://github.com/jobmetric/laravel-package-core
- Owner: jobmetric
- License: mit
- Created: 2023-12-03T12:16:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T15:57:03.000Z (7 months ago)
- Last Synced: 2024-11-14T16:43:45.233Z (7 months ago)
- Topics: console, console-tools, core, core-management, enum-helper, laravel, laravel-package, package, status
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.