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

Create New Post Contact Us

Laravel Video Series: From 0 To Deploy

The two of us come together in this raw footage of building a Blog in Laravel. You get both the insights of an experienced Laravel Software Writer (Alfred Nutile) and the questions of a WordPress developer new to Laravel, (Joe Bacal)

By the time y

Turbocharing The Web With PHP 7

The Zend Performance Team has created a nice infographic about the performance of PHP 7 and PHP 5. PHP 7 is going to rock the PHP world!

![enter image description here][1]

[1]: http://www.zend.com/website/var/tmp/image-thumbnails/10000/1491

Introducing Laravel Spark: A Deep Dive

If you've been around on the general Laravel-interested Internet over the last month or two, or if you attended Laracon US or Laracon EU, you've probably already heard of Laravel Spark. If you haven't, check out Taylor's introduct

How to send both HTML and Plain Text Password Reset Emails in Laravel 5.1

Laravel comes with an included Authentication system complete with password resets that saves you from the burden of having to set it manually on all your projects. In one of the apps I built, there have been reports of the password reset not making

Cut credit card thief chargebacks in Laravel Cashier

Chargebacks - a customer "reverse charge" that your credit card gateway will then essentially fine you for - are never any fun, even when legitimate. But as my friend Bemmu at Candy Japan discovered, when a credit card thief uses your subsc

Laravel Collections Tutorial

Let’s take an adventure on a Laravel collections tutorial. Having used the framework for some time, I’ve gotten used to working with the various features of it. One of the things I’ve been meaning to really dig into is the Collectio

Custom conditionals with Laravel's Blade Directives

One of the greatest aspects of Laravel Blade is that it's incredibly easy to handle view partials and control logic. I find myself frequently extracting the contents of a loop out to a Blade partial and then passing just a bit of data into the p

Family Fortunes: Saving and Updating Laravel Relations

Although I’ve been using Laravel heavily for over two years, I still find things there that I didn’t really know about.

Today I took some time to really understand all the different ways of saving and associating related models. I had