Inbound mail using Mailgun and laravel
Many people ask about send e-mails using their own application, no one is interested to open mail application and send the e-mail using that. But thanks to current technology which allows us to have the solution for every problem. Many mail service provider like Mailgun …
How to fetch Google+ Post into Website using LARAVEL
Many times, we need to show some of our Google+ images or albums on our website without any need of passing through the Google authentication mechanism. In such cases, we can use the following method. The Image must be publicly shared on Google+. We have …
How to use Laravel Jobs and Laravel Events
Laravel is changing and upgrading very fast. In the earlier branch laravel 4.x it was easy for new developer to adopt framework concept but now as of 5.x branch they’ve been very advanced and if some rookie/fresher starts with it, would rather step back because …