framework icon indicating copy to clipboard operation
framework copied to clipboard

High-Performance PHP Framework

Results 100 framework issues
Sort by recently updated
recently updated
newest added

Currently, calling both `getFields` and `toArray` returns child fields as is, leaving you with an array of unwrapped filter objects. I think filters should somehow check the schema and serialize...

Component: Filters

This expands on spiral/validation#4 and develops on the idea of working with relations before they reach the domain/persistence layer. Simple example: an order form where users select their existing address,...

Component: Filters

It will be great if you can add some more flexibility to filters. I am talking about some control on errors list from filters. Now we have private property private...

Question
Component: Filters

Currently, if a request has a lot of conditional nested fields, mapping and validating them can get very messy or straight up impossible. The proposed idea is having dependent variants...

Feature
Improvement
Component: Filters

It would be great to have a ```php /** @see ConfigClass */ ``` doc block in the config file

Component: Scaffolder

It would be nice to be able to reuse Cycle data grid configurations for full-text search in ElasticSearch or Bleve indexes

Component: DataGrid

нашёл баг в роутере использую такие паттерны: ``` '//[.]' . $domain . '/uslugi-i-tseny[/][/]', '//[.]' . $domain . '/reviews/.html', '//[.]' . $domain . '/about[/]', ``` везде добавляется ``` ->withDefaults([ 'sub' =>...

Bug
Component: Router

Prototype overrides `__get()` method of a filter, there should be a check if the prototype owner has its own `__get()` implementation and inject dependency only if it returns nothing

Bug
Rework
Component: Prototype

Right now, `DateTimeValue` converts `''` to `'now'` (PHP `\Datetime` class specific). As a BC-break need to be implemented in `v2.0`

Rethink
Component: DataGrid