10 Reasons Why Laravel Development is Best for PHP Framework Web Development
When it comes to selecting the best PHP framework for the first time, it is like looking for a right soulmate for your business. Out of all the options available, Laravel has been a priority for so many tech leaders. During the initial stages of …
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 …
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 …