Latest Posts

Laravel - How to Get Difference of Time in Minutes?

Sometimes we require to calculate minutes difference between two dates in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 Application. But Laravel provide Carbon class.....
By Hardik Savani May 5, 2021 Category : Laravel

Solved - Access Not Configured. Google+ API (truncated...) on Google Console Developer

When i was working on my Laravel 5.3 application with socialite google API. I fetched one issue when redirect on my application. I had successfully created my project on google console with site URL .....
By Hardik Savani May 5, 2021 Category : Laravel

PHP Capture Screenshot of Website from URL Example

Today, i am going to give you example of how to grab screen shot from given URL using PHP curl. There are several website provide API for capture website screenshot image using their API Secret and Ke.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Hide Div After Some Time in AngularJS?

Sometimes we require to do like hide div or text or any tag after some time using AngularJS. In this example i am going to show you how to do it. AngularJS have $timeout variable, $timeout variable t.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel - whereDate(), whereMonth(), whereDay() and whereYear() Example

Hello Friends, This article will provide some of the most important example laravel whereDate function example. I explained simply step by step laravel whereMonth function example. It's a simple examp.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Call Function on Page Load in AngularJS?

Today, I am going to show you how to call controller function when page will load in AngularJS. We sometimes require to run function when page load like for example if you need to check user is login .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 5.3 Image Upload with Validation example

Laravel is very popular PHP framework today and Laravel 5.3 released few days ago. There are several changes and enhancement on Laravel 5.3 version. So, Today i want to share with you how to image up.....
By Hardik Savani May 5, 2021 Category : Laravel

Git Command to Ignore File Permission Changes

When i was working on my PHP Laravel project and i clone project from git repository. I just composer install and then change storage folder permission. then i just run bellow command: <pre> git statu.....
By Hardik Savani May 5, 2021 Category : Laravel

How to send mail using mailable in laravel 5.3?

Laravel 5.3 released few days ago, that update several part from laravel 5.2, Laravel 5.3 also change mail sending function. Laravel 5.3 introduce mailable class for mail sending like Laravel 5.3 even.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Integrate Google Map using Gmaps JS?

Today, i am going to show you how to create simple google map in PHP. In this example i use gmaps.js plugin for integrate google map with marker of your location. You can simply generate google map in.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Current URL with Query String in Codeigniter?

If you require to get current URL with parameters in your codeigniter project then you can get easily using "url" helper. Codeigniter provide url helper library that way we can get existing page url o.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Integrate Google Recaptcha with PHP Form?

We have to use Google captcha code on our registration form, contact form etc because captcha code prevent spams, bots etc. Google provide us to prevent bots sending form requests that way we can prot.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares