laravel-cycle-orm-adapter icon indicating copy to clipboard operation
laravel-cycle-orm-adapter copied to clipboard

🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.

Results 35 laravel-cycle-orm-adapter issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `1.10.67` -> `1.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `^10.5` -> `^11.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

:robot: I have created a release *beep* *boop* --- ## [4.13.0](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v4.12.3...v4.13.0) (2025-04-06) ### Features * support Laravel 12 ([#756](https://github.com/wayofdev/laravel-cycle-orm-adapter/issues/756)) ([2baf91c](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/2baf91c083d908a6397464cd49c8aa2ccc73e09d)) ### Documentation * update readme ([cf87eaf](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/cf87eafdd6b4edb08d9fa6c8085378affca16edf)) ### Dependencies * **deps:**...

autorelease: pending
type: documentation

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.11` -> `20.12.12`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.11/20.12.12) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/wayofdev/laravel-cycle-orm-adapter). ## Rate-Limited The following updates are currently...

There should be github-action, that would be triggered only if any file changes in /docs directory. Checks should include: - Basic linting - Docs build without errors

type: maintenance

Cache tables should be converted to CycleORM ones: https://github.com/laravel/laravel/blob/11.x/database/migrations/0001_01_01_000001_create_cache_table.php Add service provider to register cache schema, if enabled in config.

type: enhancement

Default migrations for failed_jobs table shouldn't be executed. * Instead [cycle/schema-builder](https://github.com/cycle/schema-builder) should be used to dynamically build Schema for "failed_jobs" table. * Documentation about Queue usage should be added. Convert...

type: enhancement

There is draft implementation currently in cycle-bridge: https://github.com/spiral/cycle-bridge/pull/91 There is also documentation about implementation, that was made in Yii framework: https://github.com/yiisoft/yii-cycle/blob/master/docs/guide/en/reading-schema.md https://github.com/yiisoft/yii-cycle/blob/master/docs/guide/ru/reading-schema.md

type: enhancement