In this post, I want to show you some basic tips for redirecting users back to the original destination path or some defined path with…
4 CommentsCategory: Laravel
By extending Eloquent we can inherits all of the existing functionality to our model. By Extending newly created Base Model we can inherits custom methods…
2 CommentsWe can achieve this in several way , but i would like to share this below approach because it is very simple,easy and more readable.…
1 CommentLaravel allowing us to extend the HTML facade with additional functionality. we use the HTML::macro() method to extend the HTML facade with our own methods.So…
Leave a CommentHere is a custom HTML macros for Facebook Open Graph meta tags. if you don’t had any idea about FB open Graph meta tags ,…
Leave a CommentThis post about Creating Laravel Eloquent model without a primary key,By default laravel will take primary key as ID, we can override this by protected…
Leave a Comment