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

Create New Post Contact Us

Laravel 5 client side validation with Parsley.js

When I was starting in Web development I was coding client side validation in pure JavaScript, after that I started using jQuery, and finally I discovered Parsley.js. Every time my motivation to move from one option to another was amount of code I ne

Google reCaptcha in Laravel application

There are many options when it comes to captcha but most elegant solution is Google reCaptcha for sure. User is required only to click on checkbox and in some cases he needs to select few similar images and that’s all.

I know that too often

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.

Laravel Spark Alpha is now available!

Spark is an experimental project primarily intended for building business oriented SaaS applications, and is highly opinionated towards that use case.

You can download and explore Laravel Spark by visiting this repo:

https://github.com/laravel/

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