Write a Composer Package With Me

Go to class
Write Review

Write a Composer Package With Me provided by Laracasts is a comprehensive online course, which lasts for 1-2 hours worth of material. Write a Composer Package With Me is taught by Jeffrey Way. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • If you'd like to come along for the ride, I need to build a small package for Laracasts to handle the loading and processing of a transcripts file. The ultimate goal is to provide a pretty slide-out panel to quickly scan and read the full transcript for a given lesson. Even better, when you click any relevant sentence, it will take you to the exact portion of the video where that line is spoken.

    In this series, we'll use test-driven development to drive the backend PHP portion of this new feature.

Syllabus
    • Terms, Package Configuration, and the First Test
    • Load the Transcript as an Array
    • Introduce a Line Object
    • Render a Transcript as HTML
    • Final Squint Test Before Publishing
    • Tag and Publish to Packagist
    • Prepare a Minor Release