laminas / laminas-filter

Programmatically filter and normalize data and files
https://docs.laminas.dev/laminas-filter/
BSD 3-Clause "New" or "Revised" License
85 stars 35 forks source link

Add new "Basic Usage" and "Application Integration" sections #166

Closed froschdesign closed 2 months ago

froschdesign commented 2 months ago

Relocated "Basic Usage" and "Providing Filters via Modules" content from intro.md to dedicated files for better structure. Updated mkdocs.yml to reflect these changes, improving documentation organization and accessibility.

The application integration page may have to be completely removed later if version 3 does not work with laminas-mvc in the current version.

gsteel commented 2 months ago

The application integration page may have to be completely removed later if version 3 does not work with laminas-mvc in the current version.

MVC support should be fine as far as this component is concerned. The problem is general support for SMv4 in the various MVC components - this might get easier once the lower-level components are all upgraded, but there's still a lot of work to do to make that happen…