Laracasts
Laracasts
Build-An-Activity-Feed-in-Laravel
https://laracasts.com/lessons/build-an-activity-feed-in-laravel
Build-Artisan-Commands-With-TDD
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....
Building-User-Profiles
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...
Dedicated-Query-String-Filtering
https://laracasts.com/series/eloquent-techniques/episodes/4
Design-a-Fluent-API-with-TDD
https://laracasts.com/series/phpunit-testing-in-laravel/episodes/11
Document-Adjustments-Demo
https://laracasts.com/series/eloquent-techniques/episodes/3
Eloquent-Outside-of-Laravel
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...