https://github.com/wayofdev/laravel-cycle-orm-media-library
Associate media files with Cycle-ORM entities.
https://github.com/wayofdev/laravel-cycle-orm-media-library
cycle-orm images laravel laravel-upload php php8 upload
Last synced: 11 months ago
JSON representation
Associate media files with Cycle-ORM entities.
- Host: GitHub
- URL: https://github.com/wayofdev/laravel-cycle-orm-media-library
- Owner: wayofdev
- License: mit
- Created: 2023-08-06T22:45:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T13:27:37.000Z (12 months ago)
- Last Synced: 2025-02-24T14:35:16.929Z (12 months ago)
- Topics: cycle-orm, images, laravel, laravel-upload, php, php8, upload
- Language: Makefile
- Homepage: https://wayof.dev
- Size: 631 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Package Template
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you **like/use** this package, please consider **starring** it. Thanks!

## ๐ฟ Installation
### โ Using composer
Require as dependency:
```bash
$ composer req wayofdev/laravel-package-tpl
```
## ๐งช Running Tests
### โ PHPUnit tests
To run tests, run the following command:
```bash
$ make test
```
### โ Static Analysis
Code quality using PHPStan:
```bash
$ make stan
```
### โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
```bash
$ make cs-fix
```
## ๐ค License
[](./LICENSE)
## ๐๐ผโโ๏ธ Author Information
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)