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

Create New Post Contact Us

10 Things Every PHP Developer Should Know

Spend enough time around other developers, and you'll inevitably find that they are a knowledgeable bunch who typically enjoy solving problems and sharing opinions. After hanging around with the PHP developers on reddit's r/php, Mygaming ca

Laravel Elixir Version 3 is released

Laravel Elixir Version 3 is now available. You can view more information here:

https://github.com/laravel/elixir/releases

Upload Files to AWS S3 using Laravel 5

Uploading to Amazon S3 can be a great way to keep your files loading quickly with their CDN, and allow you to work more on your code, rather than your filesystem.

Laravel 5’s new FileSystem makes this easy, but lacks a lot of documentation f

Build An Url Shortener website with laravel

In this article, we’ll see how to build a URL Shortener website with the basics of Laravel framework. The covered topics include:

- Creating a database and migrating our URL Shortener’s table

- Creating our form

- Creating our Li

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]