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

Create New Post Contact Us

How to use Macros in Laravel

Nahidul Hasan shows us how to use Macros in Laravel 5.

How to use Macros in Laravel

Build a marketplace easily with Laravel marketplace

Laravel marketplace is a Laravel package which we can use to build a marketplace quickly.

Build a marketplace easily with Laravel marketplace

Laravel Database Seeding with Model Factories

In this article, we will cover details on how to seed your database with test data.

Laravel Database Seeding with Model Factories

Build a Personal Finance App with Laravel

Budget is an open-source Laravel web application that helps you keep track of your finances.

Build a Personal Finance App with Laravel

How to build and test a RESTful API in Laravel 5

André Castelo wrote a nice tutorial on how to build and test a RESTful API in Laravel 5.

How to build and test a RESTful API in Laravel 5

Speed up your Laravel tests with Festing

Festing is a Laravel package which can be used to fasten up your unit tests in Laravel by more than 100%.

Speed up your Laravel tests with Festing

View all the mailables in your Laravel app with Laravel Mail Viewer

Laravel Mail Viewer is a fairly simple package that makes a dedicated route to view all your mailables at a single place.

View all the mailables in your Laravel app with Laravel Mail Viewer

TDD with an External Database using Laravel

Alan Holmes wrote a nice tutorial on how to run tests when we don’t control the content of a database.

TDD with an External Database using Laravel