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

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.

Awesome Lists containing this project

README

          








Build Status
Total Downloads
Latest Stable Version
Software License
Commits since latest release


# 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!

![Screenshot](assets/screenshot.png)

## ๐Ÿ’ฟ 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

[![Licence](https://img.shields.io/github/license/wayofdev/laravel-package-tpl?style=for-the-badge&color=blue)](./LICENSE)


## ๐Ÿ™†๐Ÿผโ€โ™‚๏ธ Author Information

Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)