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
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
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
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
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
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!