Laravel 8 Get Last ID of an Inserted Model Posted in Laravel | 33K+ Views In this post, I want to share a quick tip about how to get the last inserted ID in Laravel. While working on your Laravel application, you often need... 7 January 2021 8 Comments
Laravel Collections – each() Method Posted in Laravel | 41K+ Views Laravel Collection provides a fluent, convenient wrapper for working with arrays. In this post, we will learn about each() method method to iterate... 8 August 2019 0 Comments
Share Data in Partial Views using Laravel View Composer Posted in Laravel | 19K+ Views Have you ever been in a situation, where you have to share the same data with multiple views in Laravel application? Surely, you can pass the data... 11 February 2019 4 Comments