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

Create New Post Contact Us

Getting your first site up and running in Laravel Forge

Here, we'll be focusing mainly on the gritty details of Forge. What does it do? How? How can I use it today?

Homestead is a way to develop your Laravel sites locally that provides a consistent environment that's in line with Taylor'

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!

Using AJAX in Laravel

There’s no mystery or secret voodoo involved in having AJAX work in a Laravel app. On its own Laravel 4 (current version) doesn’t have any API for implementing AJAX, so you’ll need to do the footwork yourself

Using AJAX in Laravel

Creating Laravel AngularJS Application Series – Part 8

In this eighth video in a unset number in the tutorial series, we will configure a mechanism to allow application users to reset their password in the event that they forgot it. The process will involve the application e-mailing a temp password, and

Creating Laravel AngularJS Application Series – Part 7

In this seventh video in a unset number in the tutorial series, we will configure flash messages to alert users, Create a custom helper class to utilize bootstrap alerts for those messages and secure our home page route behind the login, so that only

Creating Laravel AngularJS Application Series – Part 6

In this sixth video in a unset number in the tutorial series, we will construct a signup form that will allow the user to sign up for a user account in our application. The user will be able to click a link on the login page, that will redirect them