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

Create New Post Contact Us

Creating a photo gallery system with laravel

In this tutorial we’ll code a simple photo gallery system with Laravel. We’ll also cover Laravel’s built-in file validation, file upload, and the hasMany database relation mechanism. We will use thevalidation class to validate the d

Getting started with Laravel and Ember

Over the last couple of years, the user experience bar for modern consumer and enterprise web application has risen steadily.

Users now expect immersive, responsive and interactive user interfaces that respond and adapt to their input and requirem

Create Form Elements Using Laravel and Bootstrap

Forms are one of the most needed parts of working with html and Web Development. We need html forms to collect user input in an accurate and useful way. Bootstrap famously gives some beautiful looking forms in their demo markup, and while they look g

Using Lumen Without Facades

You may have heard of the new trendy microframework called Lumen. It is a lighter version of Laravel with a few key changes.

One thing that excited me about Lumen is that by default, "facades" are not enabled. What this means, is you can

All about Redirects in Laravel 5

Laravel has a useful function redirect() to, well, redirect a user to a different page or action, with or without data. Let’s discuss those various options in one place – maybe you will find out something new for yourself.

Notice: if y

Most popular PHP Frameworks 2015 [INFOGRAPHIC]

Webhostface has created a nice infographic to show us the most popular PHP frameworks in 2015.

Most popular PHP Frameworks 2015 [INFOGRAPHIC]

Laravel Envoy Deployment Script

This Envoy script is designed to be used with Laravel 5 projects,however you could modify for other type of projects.

Notice that your local server/machine should configured to use SSH Key-Based Authentication.

Speed up a Laravel app by caching the entire response

A typical request on an dynamic PHP site can do a lot of things. It’s highly likely that a bunch database queries are performed. On complex pages executing those queries and hydrating them can slow a site down.

The response time can be impr