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

Create New Post Contact Us

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

Manage localized routes and translatable models with Laravel Translatable

Laravel Translatable is a useful package to manage localized routes and translatable models.

Manage localized routes and translatable models with Laravel Translatable

Previewing Laravel markdown Notifications directly in your browser

Sjors van Dongen wrote a good tutorial on how to preview Laravel markdown Notifications directly in our browser.

Previewing Laravel markdown Notifications directly in your browser