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

Create New Post Contact Us

10 packages to easily deal with eloquent in Laravel

As we all know laravel eloquent has changed the way we deal database! So here are the list of 10 packages to easily deal with eloquent in Laravel.

Database testing with PHPUnit in Laravel

PHPUnit is well integrated with Laravel 5 as it was with Laravel 4, so it is rather easy to set up the testing environment. A good method for testing would be to use the SQLite database and to set it up to reside in the memory, but you need to modify

5 must have packages for Laravel 5

As Laravel 5 has been around for a few months now, I figure i’d gather my favorite packages here for the rest of you to see. Enjoy!

Am I missing a cool useful package? Let me know and i’ll add it.

How to craft a e-shop with Laravel

In this tutorial series we are going to build a simple but complete digital goods e-shop using Laravel 5.1. The shop will sell only digital articles in a zipped file format, downloadable by the customer once the order and the payment is done. It wil

Complete Guide To How Google Ranks Websites

Northcutt has provided an excellent complete guide about Google Ranking factors. (Click on the above link to view)

There’s a lot of information floating around these days about what makes a site rank higher in Google’s free5, organic l

Easy way to manage or add modules in Laravel 5.1

Module is like a laravel package, it have some views, controllers or models

Create Movies and Actors Databases with Laravel

Designing and developing a successful RESTful API is mostly very difficult. There are a lot of aspects to designing and writing a successful RESTful API; for example, securing and limiting the API. In this chapter, we’ll focus on the basics of

New ACL features in Laravel 5.1.11

Since the Laravel 5.1.11 release it is providing some great new authorization features. Let's dive right in. So we all already know about the Authentication features in Laravel. They are nice, but in many applications just a start in handling y