the dev

Results 45 issues of the dev

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

https://github.com/wayofdev/laravel-paginator

type: docs

References: * https://github.com/cycle/orm/tree/2.x/tests

type: maintenance

Use spiral scaffolder package, to create console commands for faster component scaffolding: - Application folder structure - Bridge - Application - Domain - Infrastructure - Entities - Repositories - Embeddables...

type: enhancement

Tasks: - Describe usage of repositories in documentation. - Describe, how to configure logger - Advanced relationships (polymorphic relations and others)

type: docs

- [x] Update to latest deps - [ ] Update to app router - [ ] Add admin template - [ ] Move from keycloak to auth0 (Move code from...

Show, what env variables should be added when deploying to Vercel ``` NEXT_PUBLIC_GTM_ID NEXT_DISABLE_SENTRY NEXTAUTH_URL SENTRY_URL SENTRY_ORG SENTRY_PROJECT SENTRY_AUTH_TOKEN NEXT_SENTRY_TRACING NEXT_SENTRY_DEBUG ```

documentation