Libraries tagged by mvc
mvccore/ext-form-field-text
807 Downloads
MvcCore - Extension - Form - Field - Text - form field types - input:text, input:email, input:password, input:search, input:tel, input:url and textarea.
mvccore/ext-form-field-selection
393 Downloads
MvcCore - Extension - Form - Field - Selection - form field types - select, country select, checkbox, radio button, color and checkboxes group.
mvccore/ext-form-field-file
307 Downloads
MvcCore - Extension - Form - Field - File - form field input:file to upload file(s) and uploaded files validation.
mvccore/ext-form-field-date
328 Downloads
MvcCore - Extension - Form - Field - Date - form field types - input:date, input:datetime-local, input:time, input:week and input:month.
mvccore/ext-form-field-button
796 Downloads
MvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image.
mvccore/ext-form
4259 Downloads
MvcCore - Extension - Form - form extension with base classes to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
mvccore/ext-debug-tracy-routing
5207 Downloads
MvcCore - Extension - Debug - Tracy - Panel Routing - render and add into tracy debug panel all configured routes in current MvcCore application router and to display currently matched route.
mvccore/ext-debug-tracy-db
370 Downloads
MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.
mvccore/ext-debug-tracy-auth
3799 Downloads
MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.
mvccore/ext-controller-datagrid-ag
234 Downloads
MvcCore - Extension - Controller - DataGrid - AgGrid - extension for administration environments with AgGrid JS/TS front-end.
mvccore/ext-controller-datagrid
328 Downloads
MvcCore - Extension - Controller - DataGrid - extension to define and render datagrid component by model class.
mvccore/ext-config-cached
307 Downloads
MvcCore - Extension - Config - Cached - extension to use cached configuration files across multiple environments.
mvccore/ext-cache-redis
400 Downloads
MvcCore - Extension - Cache - Redis - cache implementation extension for Redis.
mvccore/ext-cache
391 Downloads
MvcCore - Extension - Cache - register and use cache instances, cache interface.
mvccore/ext-auth-basic
750 Downloads
MvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself.