https://github.com/yuges-code/laravel-processable
https://github.com/yuges-code/laravel-processable
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuges-code/laravel-processable
- Owner: yuges-code
- License: mit
- Created: 2025-07-07T14:40:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T12:45:43.000Z (7 months ago)
- Last Synced: 2025-07-09T13:52:40.166Z (7 months ago)
- Language: PHP
- Size: 614 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Build
Project
Quality
Laravel package template
๐ Starter template for all Yuges Laravel packages
# ๐ฟ Installation
To use this template, clone the repository and install the dependencies:
```
git clone https://github.com/yuges-code/laravel-package-template.git
cd laravel-package-template
composer install
```
# ๐งช Running Tests
To run tests, run the following command:
```
composer test
```
# โ๏ธ License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
# ๐๐ผโโ๏ธ Authors Information
Created in 2025 by:
- [Yuges-code](https://github.com/yuges-code)
- [All Contributors](../../contributors)