In this tutorial, we are going to see how to show Instagram feed on website using laravel. We are going to create real time image gallery using Instagram post api. This will help you fetch your most Read Article
Archives for September 2018
How to Generate Instagram API Access Token ?
In this tutorial we will see how to generate Instagram API access token so, that we can use it in our website to display feeds, comments and messages directly into our website without logging into Read Article
Laravel 5.7 Username Login and Registration Example Tutorial
In this laravel 5.7 login example we are going to see how to use username and email both for login and registration in laravel. We can either use username or email while logging inside laravel Read Article
How to Integrate Facebook Like and Share Post Button in Laravel ?
In this tutorial we will learn how to integrate Facebook like and share button in laravel so, that you can posts sharing to social networks gets easier. We will also learn how can we add share button Read Article
How to Set Preferred Domain (www or non-www) Using Middleware in Laravel ?
In this article we are going to learn how to set preferred domain (www or non-www) using middleware in laravel. If you own a website google see's website as two websites with www and the one with Read Article
How to Redirect Back to Previous Page or URL After Logging in Laravel ?
In this article we are going to learn how to redirect back to previous page after logging in laravel. If you notice that most of the eCommerce website supports this feature to build interactive and Read Article
How to Switch PHP Version in Linux Using Bash Script ?
In this tutorial we are going to learn how to switch php version in linux. Let's get an example that you have multiple projects that uses earlier version of the PHP and you need to switch the PHP Read Article