In this post, I would like to show you a quick way to SSH into VMs. Using this approach you don’t have to type ssh -i ..etc every time. Let’s open your ~/.ssh file and create a file called config and […]
How to deploy slim framework on CPanel
In this post, I would like to show you deploying your slim framework project to CPanel (without SSH access). In general, for CPanel, the web root directory will be public_html directory. Slim3 Framework Authorization […]
Laravel Eloquent Increments and Decrements value
In this post, I would like to show you the hidden and useful functions of Laravel’s Eloquent ORM to Increment and Decrement value of the fields in the database column. In my recent project, I used increment() and […]
Populate Select2 with AJAX data based on X event
In this post, I would like to show you data populating in select 2 dropdown based on x event and it will get data from the remote server using Http protocol, the same technique you can apply for dependent dropdowns to […]
Laravel 5.6 Socialite Bitbucket Login
In this tutorial, we’re going to explain how to integrate Bitbucket login in Laravel based application using Socialite. The Socialite is Laravel’s official package, which is making is easy to authenticate with […]
Laravel 5.6 Socialite GitHub Login
In this tutorial, we’re going to explain how to integrate GitHub login in Laravel based application using Socialite. The Socialite is Laravel’s official package, which is making is easy to authenticate with external […]
Laravel 5.6 Socialite LinkedIn Login
In this tutorial, we’re going to explain how to integrate LinkedIn login in Laravel based application using Socialite. The Socialite is Laravel’s official package, which is making is easy to authenticate with external […]
Laravel 5.6 Socialite Google Login
In this tutorial, we’re going to explain how to integrate Google login in Laravel based application using Socialite. The Socialite is Laravel’s official package, which is making is easy to authenticate with external […]
Laravel 5.6 Socialite Facebook Login
In this tutorial, we’re going to explain how to integrate Facebook login in Laravel based application using Socialite. The Socialite is Laravel’s official package, which is making is easy to authenticate with external […]
Laravel 5.6 Socialite Twitter Login
In this post, I would like to show you, how we can use Laravel’s Socialite plugin to use Twitter authentication in your Laravel based application. To use twitter authentication APIs we need client ID and client secret […]