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

Create New Post Contact Us

Add custom notifications to your project with Laravel Notify

Laravel Notify is a package that lets you add custom notifications to your project. A diverse range of notification design is available and many are coming soon.

Add custom notifications to your project with Laravel Notify

Laravel MQTT v1.0.3 has been released with new features

A simple Laravel 5 and 6 Library to connect/publish/subscribe to MQTT broker

Laravel MQTT v1.0.3 has been released with new features

Learn how to use Scopes in Laravel

We’ve covered “filtered” queries, meaning any query where we’re not just returning every result for a table

Learn how to use Scopes in Laravel

Full Text Search with Ajax in Laravel 6

Here you can find how to build a search feature in Laravel 6 using the "nicolaslopezj/searchable" package. By using this tutorial, you can make a full-text search application, so all search results will be displayed without refreshing the page.

Full Text Search with Ajax in Laravel 6

Laravel 6 REST API and Passport Tutorial (with an eCommerce Project)

In this tutorial, we’ll explore the ways you can build—and test—a robust API using Laravel. We’ll be using Laravel 6.

Laravel 6 REST API and Passport Tutorial (with an eCommerce Project)

Define Constant variables with Laravel 6

This is a short tutorial on how to define Constant Variables in Laravel 6.

Define Constant variables with Laravel 6

How to dockerize a Laravel app and use Docker in Continuous Delivery

In this article, Buddy shows you how to make a Docker image of a Laravel application, push it to the registry, and use Docker in Continuous Delivery.

How to dockerize a Laravel app and use Docker in Continuous Delivery

Track visitors and retrieve their informations with Laravel Visitor

Laravel Visitor is a good package to extract and access visitors' information such as browser, ip, device, etc.

Track visitors and retrieve their informations with Laravel Visitor

Multiple Files Upload Using DropZone in Laravel 6

Hardik Savani wrote a step by step instruction on how to make a Multiple Files Upload Using DropZone in Laravel 6.

Multiple Files Upload Using DropZone in Laravel 6

How to create a Custom Helper in Laravel 6

tutsmake shows us how to create a Custom Helper in Laravel 6.

How to create a Custom Helper in Laravel 6