Latest Posts

How to Get Filename from Path in PHP?

Hello Folks, Today, php get filename from url is our main topic. This example will help you php get image filename from url. This article will give you a simple example of php url basename. let’s di.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Generate Random Unique String in Laravel?

Laravel provide several string helper that way we can use it easily like str_limit, str_plural, str_finish, str_singular etc. If you need to generate unique random string then you can use str_random().....
By Hardik Savani May 5, 2021 Category : Laravel

Solve - fatal: Unable to Create '/myproject/.git/index.lock': File exi

When i was working on my laravel 5 application, i did all the changes i did but when i had gone for push then i found this fatal error. It's not able to create index.lock file in .git folder. I also g.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Implement Email Verification with Activation Code in Laravel?

Email verification is a very basic step in the registration process of many applications. If have implemented email configuration in your project then you get lots of benefit like you can forgot passw.....
By Hardik Savani May 5, 2021 Category : Laravel

AngularJS Sorting(using Orderby Filter) Table Data Example

Data sort in one of the most important and essential component in any web based projects. we can find data in order by any field then we can find any data easily from reach data. In this post, we ca.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Path in Laravel Application Root?

Hello Artisan, Now, let's see a tutorial of how to get path in laravel. This article goes in detailed on how to get public path in laravel. let’s discuss about how to get base path in laravel. I wou.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Change Date Format using Date Filter in AngularJS?

AngularJS provides several filter for developing. AngularJS date filter through you can change date format as you want like yyyy-mm-dd, dd-MM-yyyy, MM-dd-yyyy etc. In bellow example you could understa.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Elasticsearch with Pagination Example

If you haven't install elasticsearch and you don't know how to install elasticsearch in laravel then you have to see first bellow link, in this link you can set up elasticsearch from scratch like inst.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Soft Deleted Records in Laravel?

Hey Friends, This is a short guide on how to get soft deleted data in laravel. we will help you to give an example of how to restore soft deleted data in laravel. I explained simply about laravel get .....
By Hardik Savani May 5, 2021 Category : Laravel

JQuery Timepicker with AM PM Format Example

If you need to use am pm timepicker then you can choose jQuery Timepicker Plugin for getting timepicker. It's pretty simple to use as you can see bellow example. you can also you can set several optio.....
By Hardik Savani May 5, 2021 Category : Laravel

CRUD (Create Read Update Delete) Example in Laravel 5.2 from Scratch

In this post i going to give example how to create CRUD (Create Read Update Delete) application in laravel 5 from starting. In this step you have to just follow few step and you can create simple CRUD.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel - No Connection Could be Made Target Machine Actively Refused It - Solved

I fetched this issue when i was new in laravel and i clone project on my bitbucket. I was tring to run my project, but when i composer update at last i had found this error : no connection could be ma.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares