Laracasts

Results 45 repositories owned by Laracasts

Blade-Component-Examples

37
Stars
8
Forks
Watchers

Build-An-Activity-Feed-in-Laravel

58
Stars
13
Forks
Watchers

https://laracasts.com/lessons/build-an-activity-feed-in-laravel

Build-Artisan-Commands-With-TDD

18
Stars
2
Forks
Watchers

In this fun two-part series, we'll use TDD to build a helpful Artisan command. Along the way, we'll leverage both Codeception (for the end-to-end tests) and PHPSpec (for unit tests) to drive our code....

Build-Command-line-Apps

21
Stars
11
Forks
Watchers

Building-User-Profiles

24
Stars
9
Forks
Watchers

In this lesson, we'll review the process of adding user profiles to an application. In the process, we'll review everything from database design, to migrations, to security, to validation. Let's get g...

Code-Katas-in-PHP

88
Stars
31
Forks
Watchers

Screencasts of various code kata challenges in HP.

Dedicated-Query-String-Filtering

95
Stars
26
Forks
Watchers

https://laracasts.com/series/eloquent-techniques/episodes/4

Design-a-Fluent-API-with-TDD

15
Stars
7
Forks
Watchers

https://laracasts.com/series/phpunit-testing-in-laravel/episodes/11

Document-Adjustments-Demo

17
Stars
6
Forks
Watchers

https://laracasts.com/series/eloquent-techniques/episodes/3

Eloquent-Outside-of-Laravel

69
Stars
22
Forks
Watchers

In this lesson, you'll learn how to use Eloquent in a simple vanilla PHP environment. Luckily, it's pretty easy! For smaller projects that don't require the overhead of a full-stack framework, this me...