Latest Posts

How to Check Input File is Empty or Not in Laravel?

Hey Developer, In this tutorial, I will show you check if input file is empty laravel. we will help you to give an example of check if uploaded file is empty laravel. we will help you to give an examp.....
By Hardik Savani May 5, 2021 Category : Laravel

AngularJS Update Bind Ng-model Input Value from JQuery Example

Sometimes, we require to set value of input box from js code, But if you bind with ng-model of angular then you can't set value directly with "val()" of jquery. As Bellow example: <pre> $("#my-name")......
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Authenticate User in NodeJS with Socket io using JWT

Today, i am going to show you how to authenticate user node js using JWT and socket io in Laravel 5.3. It is very very important because if you are working with chat application or messengers system e.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel - Call to Undefined Method Illuminate\Database\Query\Builder::lists() Solved

Today i want to tell you about error "Call to undefined method Illuminate\Database\Query\Builder::lists()" and how to solve this error in Laravel 5.3. When i was working on my Laravel 5.3 application.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Image Dimension Validation Rules Example

Laravel provide new image dimensions validation option for image upload and you are able to use this dimensions validation in laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 appl.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Call AngularJS Controller Function in JQuery?

Today, i am going to show you how to call angular function in your js file. Sometimes we need to call angular controller function in our jquery code because we can make single function in all project......
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Response Download File Example

We sometimes require to return response with download file from controller method like generate invoice and give to download or etc. Laravel provide us response() with download method that way we can .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel 5.3 - import export csv and excel file into database

Laravel 5.3 release few days ago and they upgrade several feature on Laravel 5.3. They also some changes on directory structure and etc. So, Today I am going to give you one example how to import an.....
By Hardik Savani May 5, 2021 Category : Laravel

Twitter Typeahead Press Enter Key Go to Search Page

When i was working with Twitter typeahead auto-complete on my laravel 5 application, But when i press enter key, it's not redirect on my result page. I want to redirect on my result page that way i ca.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Remove # from URL in AngularJS?

Hi Folks, In this quick example, let's see angularjs # delete from url. We will look at an example of remove # from url angularjs. If you have a question about remove hash from url angularjs example t.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Check Current Password using Hash Check in Laravel?

Sometimes we are working on change password function at that time we require to check with current password in laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 app. If current pas.....
By Hardik Savani May 5, 2021 Category : Laravel

AngularJS Image Upload with Preview Example

Sometimes, we require to make image uploading with preview selected image before upload using AngularJS. So, This post will help you how to image or file upload in AngularJS and PHP. In this example .....
By Hardik Savani May 5, 2021 Category : Laravel
Shares