Asfia Aimanasfiaaiman.hashnode.dev·Jun 25, 2024Exploring Advanced Techniques in Laravel Collections: Harnessing the Potential of after() and before()Are you looking to enhance your Laravel Collections prowess? Dive deep into the world of after() and before() methods, two powerful tools that can revolutionize how you work with data in Laravel. Let's embark on a journey to uncover their hidden capa...#aft
Suraj Shettyhashnode.surajshetty.blog·Mar 28, 2024The Latest on Laravel 11: Features and Updates UnveiledLaravel 11: A Streamlined Framework for Modern Web Development Laravel 11, released in March 2024, is the newest major version of the popular PHP web development framework. It continues Laravel's tradition of offering a strong foundation for creating...Web App - Code To Deploylaravel main features
ssbhattaraishyam-sundar.com.np·Mar 28, 2024WhereAll() and WhereAny() in laravel 11In Laravel 11, the Query Builder introduces two powerful functions: whereAll() and whereAny(), anticipated to see widespread adoption. Sometimes, you might need to impose identical conditions on multiple columns in a database query. For instance, you...49 readsLaravel Updateslaravel query