Simplify Laravel Input Type Casting with Cambia

preview_player
Показать описание
Transform Your Laravel Requests with Ease.

Cambia is a powerful Laravel package designed to effortlessly cast request inputs into specific types. Whether you're dealing with dates, booleans, or custom data structures, Cambia saves you time and keeps your code clean and efficient. Watch this quick demo to see how Cambia can streamline your request handling in Laravel!

Follow me:
Рекомендации по теме
Комментарии
Автор

Thanks a lot, Nick! So your package does something like Eloquent casting does but at the request stage, am I right?

oslikua
Автор

Congrats on relacing a package but in my opinion the request should not be responsible for modifying the input, that's what DTO's are for

bnandy