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

Create New Post Contact Us

How to implement a Full Calendar in Laravel 6?

In this example, Nicesnippets will show you how to integrate a full calendar in Laravel 6. We will learn how to add, update and delete an event on the calendar using ajax.

How to implement a Full Calendar in Laravel 6?

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