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

Setting up Laravel 5.1 on Semaphore CI

Here I show how to set up a Laravel 5.1 project on Semaphore CI for continuous integration testing.

Sorry about the crickets in the background, and occasional air conditioner noise; I like to work on my back patio, and evening fell while I was rec

Creating oauth server in Laravel 5 using bshaffer

This tutorial will show how to implement our own OAuth server using the bhaffer library in Laravel 5. There are small changes in the implementation of the library in Laravel 5 which I have shown in the video. And you can view the source code on this

Creating Laravel AngularJS Application Series – Part 10

In this tenth video in a unset number in the tutorial series, we will go over setting up a default layout that you can set on your views as to only have to write the nav bar code in one place, as well as your include files. The layout can then be add

Creating Laravel AngularJS Application Series – Part 9

In this ninth video in a unset number in the tutorial series, we will go over pushing your project to a GIT repository such as Github, Bitbucket or the self hosted Gitlab.

The Application will be built from the ground up in these videos, and will

Simple Laravel Blog: Outputting Posts Part 3

Listing all posts, and the ability to click and read posts. We also include Markdown support, dynamic titles and show the published date in a nice format using Carbon.

Simple Laravel Blog: Templates Part 2

Creating a very basic template, so you can easily style the blog in your own way.

Simple Laravel Blog: Setting Up & Migrations Part 1

Let's change some default settings and create the migrations for our posts table. We're then ready to add blog content and output it!