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

Create New Post Contact Us

Laravel 6: Building a REST API with Lumen

Lumen is a new project from Laravel creator Taylor Otwell. It's a "micro-framework", meaning it's a smaller, faster, leaner version of a full web application framework. PHP has two other popular micro-frameworks, Slim and Silex.

Laravel 6: Building a REST API with Lumen

Display Hierarchical Data with Laravel Treeview

I was working on an application where I had to create a hierarchical relationship for a Model entity and also figure out a way to display it in HTML.

Display Hierarchical Data with Laravel Treeview

Drag and Drop Datatable Rows For Sorting in Laravel 6

In this tutorial, you will learn how to create tables and add drag and drop functionality in Laravel 6.

Drag and Drop Datatable Rows For Sorting in Laravel 6

How to create Pagination with Custom Array or Collection in Laravel 6?

In this tutorial, we will create a custom collection object with arrays and create pagination using Laravel eloquent.

How to create Pagination with Custom Array or Collection in Laravel 6?

A Laravel Library that lets you add Tymon JWT Auth library and all its features with single command

A Laravel Library that let's you add tymon jwt auth library and all it's features with single command

A Laravel Library that lets you add Tymon JWT Auth library and all its features with single command

Export PDF from HTML Using Laravel Snappy Package

In this tutorial, you will learn how to export a pdf from a blade view file or HTML in Laravel.

Export PDF from HTML Using Laravel Snappy Package

Get real-time Flight status and global Aviation data with Laravel/PHP/Node.js for free!

If you want to build booking platforms or just create the next popular flight tracking application, try aviationstack. This data API is used by thousands every day.

Get real-time Flight status and global Aviation data with Laravel/PHP/Node.js for free!

Laravel Elastic search integration from scratch with example

In this article, I will let you know how to integrate Laravel with Elastic Search from scratch.

Laravel Elastic search integration from scratch with example

Get weather data with Laravel Weather

Laravel Weather is a good package which we can use to get weather data. It's a wrapper around Open Weather Map API (Current weather).

Get weather data with Laravel Weather

Catch all the sent emails with Laravel Mail Catcher Driver

This is a good Laravle package which has a new mail-based driver that will catch all the sent emails and save it to the database.

Catch all the sent emails with Laravel Mail Catcher Driver