the dev
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.
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...
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
References: * https://github.com/cycle/orm/tree/2.x/tests
Use spiral scaffolder package, to create console commands for faster component scaffolding: - Application folder structure - Bridge - Application - Domain - Infrastructure - Entities - Repositories - Embeddables...
Tasks: - Describe usage of repositories in documentation. - Describe, how to configure logger - Advanced relationships (polymorphic relations and others)
- [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 ```