Laravel Cashier Stripe Idempotency key to avoid duplicate payments (Examples + Source code)

2 years ago

Some time ago, I was working on a project which needed to use a laravel cashier (stripe). After finishing the…

Laravel 9 social login with step by step guide – Example

2 years ago

I think almost all applications come with social login these days, and it makes sense to use google, facebook, github…

Migrate specific table/migration file in Laravel

2 years ago

Sometimes we need to migrate only a specific table/migration file but our command is for all migrations. We can use…

How To Send Laravel Emails with PDF Attachment? (Examples)

2 years ago

Sending PDF attachments via email is a common requirement in web applications. Laravel, being one of the most popular PHP…

How to create a custom artisan command in laravel? (Examples)

2 years ago

Laravel is a popular PHP framework that allows developers to build scalable and robust web applications. Laravel's command-line interface, Artisan,…

How to Completely Uninstall Node.js and NPM from MacOS ?

2 years ago

Hi there, Today we are going to discuss the process of uninstall Node.js and NPM from your MacOS. Uninstalling Node.js…

Laravel 8 Observer not triggered

2 years ago

I am a big fan of Laravel observer. It actually allows us to create an observer for laravel models which…

Prevent click on outer element while clicking on inner element – Javascript

2 years ago

How can I prevent clicking on the outer element while clicking on the inner element with js events? It is…

Laravel 8+ redirect to previous page after login (Examples)

2 years ago

Hi, everyone, today we are going to discuss how to redirect users to the previous page after login. So, Intended…

TypeError: $(…).autocomplete is not a function – bootstrap-autocomplete

2 years ago

I encountered this issue, autocomplete is not a function. I had used the bootstrap-autocomplete plugin.  I had imported the bootstrap…