a1a15f492c
refactor!: add Synapsis for dependency resolution and injection
...
- Remove Middleware class and custom callback handling logic.
- Implement Synapsis as a dependency injection container for automatic
resolution.
- Refactor Router to use Synapsis for process route callbacks and not found
handler.
- Update Request to remove middleware-specific properties and use
Router::$currentParams for path parameters.
2025-10-10 17:44:49 -03:00
c9f467345b
BREAKING CHANGE: Adhere to PSR-12 coding standards.
...
- Model: where_in method was renamed as whereIn.
2025-09-07 11:07:07 -03:00
1e302a9ea7
BREAKING CHANGE: Change unnecesary false return type.
2025-04-19 15:44:16 -03:00
d0d0d4dc76
Verify if a valid http query string after run parse_str.
2025-02-20 08:22:47 -03:00
595e9c1316
Save body request as a property.
2025-02-20 08:22:37 -03:00
45abea5301
Add delete request params.
2025-02-20 06:28:03 -03:00
1a0164c8ed
Change static methods to non-static and made onInvalid public.
2024-10-30 11:53:44 -04:00
7baad428ec
Refactor request library.
2024-09-08 14:43:56 -04:00
daf7250882
Catch and verify put and patch input values.
2024-08-13 10:22:44 -04:00
f1b79fdbc0
Add http code 422 on verification failed.
2024-05-25 17:41:33 -04:00
59fff2a586
Add validation on Request.
2024-05-25 16:59:59 -04:00
f5f803dde2
Reorganize code for PSR and others code prettify.
2024-05-09 15:13:52 -04:00
64bcfa0b00
Add Lib\Request.
2024-05-05 09:38:10 -04:00