How to Define Global Variables in Laravel?
Laravel is an awesome framework today, providing several good features, which is why it is a very popular PHP framework. When working on big website projects or ERP level projects, we need to define g.....
How to Get Last Element of Array in Javascript?
Hello Folks, Are you looking for an example of javascript get last element of array. I explained simply about javascript get last element of array. you can see get last index value of array in javascr.....
Laravel Login with Google Account Tutorial
Hi Dev, This tutorial shows you laravel login with google. I explained simply step by step laravel login with gmail account. let’s discuss about laravel jetstream login with google. step by step exp.....
How to Check Image Loaded or Not in JQuery?
When it comes to optimizing your website for search engines, it's important to ensure that all images are loaded properly. This is where jQuery comes in handy. With jQuery, you can easily check if an .....
Mediafire PHP File Uploading and Get Link Example
When i was working on my project i need to use mediafire API for uploading image and video, I did see this API is little hard to undestand but it is pretty easy to use also. In this post i want to sha.....
Laravel Facebook authentication using Socialite Package
In Nowdays, Social authentication is important to implement in website because nowdays most of the users or developer etc will connected with Social network like facebook, twitter, google+, gitbub etc.....
How to Set ANDROID_HOME Environment Variable in Ubuntu?
In this post i want to share with you how to set android home environment variable in ubuntu os. when i fatch this issue i tired to solve this issue because when i run my app i always found following .....
AngularJS - How to Limit String Length using Filter?
Some case we have enough space to display content, for example you have articale blog and you want to display saveral articale on homepage with limited content like this way : <pre> Lorem ipsum dolor .....
How to Get Attribute Value in JQuery?
If you are new and you want to get attribute value then you can get easily. sometime maybe we also need to get custom attribute value, i mean data attribute value. In following example i give you thre.....
Laravel Repository Pattern Tutorial Example
In this post i want to share with you how to create Repository Pattern in Laravel 5 application. generally we are getting data directly from model, I mean we are use just MVC. But if you have big appl.....
How to Check If Element is Exists or Not in jQuery?
Hi guys, In this article, we will discuss how to check if an element exists in jQuery. We will provide a detailed guide on how to check if an element exists or not using jQuery. Additionally, we will.....
How to Check If Record Exists or Not in Laravel?
Today, i will let you know example of laravel check if record exists in database. We will look at example of laravel check if record not exists. This post will give you simple example of laravel check.....