A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Laravel 6 - How to integrate Paypal card payment REST APIs

In this article, we learn how to integrate PayPal card payment in your Laravel application.

Laravel 6 - How to integrate Paypal card payment REST APIs

Send Laravel Notifications via Slack Channel

Laravel supports to send a notification to a variety of channels, such as mail, SMS, Slack, etc. In this article, we're going to send the slack notifications with Laravel.

Send Laravel Notifications via Slack Channel

Speed Up and Optimize the Performance of Laravel Application

In this blog, we will guide you on how to increase Laravel application performance and reduce load with examines route and configuration caching, queue, database caching, etc.

Speed Up and Optimize the Performance of Laravel Application

Running Laravel in Docker Container

Docker is the most popular tool these days. We will learn how to set up and run the Laravel project in a docker container for local development.

Running Laravel in Docker Container

Filter data easily with Laravel Eloquent Filter

Laravel Eloquent Filter is a simple package that helps us filter Eloquent data using query filters.

Filter data easily with Laravel Eloquent Filter

Laravel 6 - Working with Lazy Collection

Lazy Collection introduced in Laravel 6 that will help to keep the memory usages low.

Laravel 6 - Working with Lazy Collection

Laravel API Response - Simple Laravel API response wrapper

Laravel API Response is a good package that we can use to create API responses easily.

Laravel API Response - Simple Laravel API response wrapper

How to run php artisan make:auth command in Laravel 6

How to run php artisan make:auth command in Laravel 6

How to run php artisan make:auth command in Laravel 6

Helpful Examples of Using Laravel 6 Lazy Collection Class to boost application speed

Here are few but great examples of using Lazy collection class, which will help to speed up your application performance in Laravel 6.

Helpful Examples of Using Laravel 6 Lazy Collection Class to boost application speed

Laravel 6 CRUD Application with Form Validations

I have written a very good beginner friendly tutorial on Laravel 6 so get started learning laravel here by using this practical laravel tutorial.

Laravel 6 CRUD Application with Form Validations