In this post, I would like to show you creating polymorphic relationships in the Laravel5 application. Probable polymorphic relationships are the most advanced eloquent relationships…
Leave a CommentTag: How to
In this post, I will walk you through, how to Setup Virtual Hosts in Ubuntu. Virtual Hosts are used to setting up more than one…
Leave a CommentUpon successful login you can get current user details by called Auth::user() method. It will return null if no user logged in or there is…
2 CommentsIn this post, I would like to write about creating projects on XTRF using web services and PHP. XTRF is one of the most popular…
Leave a CommentI know we can achieve same with other methods but I am going do it with the Laravel’s Middleware. So let’s create Middleware called ForceHttpProtocol.…
2 CommentsIn this post, I am going to share Laravel installation steps. We Can install Laravel by using composer and Laravel installer. Laravel Installer is a…
Leave a CommentOften clients ask for different content types in WordPress. Creating custom post types in WordPress is a lot easier job. A custom post type can…
1 CommentCORS stands for Cross-Origin Resource Sharing. Origin policy allows only the same origins to share data and this policy will prevent Cross-site Request Forgery attacks.…
6 CommentsI have recently spent some time trying with Laravel queue system, in this tutorial I am going to show you how to get started with…
10 CommentsXTRF is one of the most popular and fastest growing management systems for translation agencies and corporate translation departments. There is no tutorial on the…
3 CommentsVery Laravel developer should know this little trick, using this trick you can define complex conditions on the eloquent relationships. This method chaining helps you…
Leave a CommentThis tutorial will show you how to set 100% full height div with CSS with simple lines. The percentage (%) is a relative unit so…
Leave a CommentHi there, This tutorial will show you how to send emails from the yii2 application. Sending emails from the yii2 application is not a tedious…
3 CommentsHello there, Today I would like to show you how to integrate the mPDF library with Yii framework 2. First, let me give you some…
4 Comments