Lifetime access is $100 off. Available for a limited time.Join here →

Library

Course
Laravel
PHP
Laravel Tasklist (Intermediate)

Create a tasklist in Laravel and learn authentication, controllers, form validation, repositories, policies and more.

11 episodes
49 mins
Course
Laravel
PHP
Laravel Tasklist (Beginner)

Create a tasklist and learn Laravel along the way.

7 episodes
47 mins
Snippet
Laravel
Exposing Laravel Homestead projects

Need to share a local project you're working on? Or test a webhook from a server? If you're using Laravel Homestead, we have you covered with this quick tip.

1 episode
3 mins
Snippet
Exposing your local web server

Need to share a local project you're working on? Or test a webhook from a server? We have you covered with this quick tip.

1 episode
3 mins
Course
PHP
Practical Object Oriented Programming

Learn OOP with a practical twist, and finish up by building a todo application to cover what we've learned.

22 episodes
3 hrs 28 mins
Snippet
PHP
Securing configuration

Do you store sensitive information directly in your code? That's fine for development, but if you're pushing to source control or production, there's better way.

1 episode
13 mins
Course
PHP
Design Patterns: Singleton Pattern

Although it's an anti-pattern, let's take a look at the singleton pattern and why we probably shouldn't use it.

1 episode
15 mins
Course
Awesome uploads with Uploadcare

Uploading images from multiple sources and resizing them on the fly? We take a look at Uploadcare and how it works.

4 episodes
33 mins
Course
Laravel
PHP
Slim
Eloquent and Slim

Bring the power of a fully equipped ORM to Slim, with Eloquent.

4 episodes
41 mins
Course
PHP
Design Patterns: Factory Pattern

The factory pattern is used to build up complex objects for you to easily use throughout your project. This means easier updates and less code mess!

3 episodes
23 mins
Course
Laravel
PHP
Laravel Events and Listeners

Tidying up controllers and giving us small, single responsibility classes with events and listeners in Laravel.

3 episodes
28 mins
Course
PHP
Design Patterns: Specification Pattern

The specification pattern encapsulates business logic in it's own class. Sounds complicated, but let's see how easy it is. We also build a validation class to demonstrate how it can be useful.

2 episodes
24 mins
Snippet
PHP
Random numbers and bytes with PHP7

Forget the methods you've used before to generate random numbers and strings. PHP7 now supports it out the box!

1 episode
5 mins
Course
PHP
Design Patterns: Adapter Pattern

The adapter pattern is a very easy pattern to understand. In fact, you've probably used it without knowing!

1 episode
6 mins
Course
Laravel
PHP
Learn Laravel

Walking you through everything you need to know to be able to get started with the Laravel PHP framework.

42 episodes
4 hrs 21 mins
Course
PHP
Design Patterns: Observer Pattern

The observer pattern is a really popular and useful pattern. Find out why.

2 episodes
30 mins