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
This Laravel package provides a base migration for you to extend to easily create all your foreign keys. If you ever ran into the problem where you had to reorganize all your migrations due to failing foreign key constraints, this is the package for
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'
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.
Creating a very basic template, so you can easily style the blog in your own way.
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!
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
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
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
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