How to bind React with Laravel in Ubantu?
In this blog, you will learn about binding react app in laravel 5.4. You need to follow subsequent steps to this blog. Step 1: Install Laravel 5.4 Step 2: Install React in Laravel project Step 3: Install Npm in laravel Step 4: Creating JS file …
Validate and import data into database using excel file
This article gives you an idea of validate and import data into database using excel file , I have used maatwebsite package. It is easily working with csv or excel file. Also, provide an easy method to get data. Let’s start to validate and import data into a …
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 …