Skip to content

Instantly share code, notes, and snippets.

View jasonmccreary's full-sized avatar

Jason McCreary jasonmccreary

View GitHub Profile
@jasonmccreary
jasonmccreary / example.php
Created September 9, 2021 15:20
Collection Challenge
<?php
// before
$registry = [
'tests/BasicClass.php' => [
'TestCase',
],
'tests/ComplexClass.php' => [
'TestCase',
'RefreshDatabase',
@jasonmccreary
jasonmccreary / README.md
Created October 4, 2021 12:12
Command to update your Vimeo thumbnail links

This artisan command will update your Vimeo video thumbnails for their recent link change (September 2021).

To run:

  1. Add the command to your Laravel project.
  2. Update any references for your application (model name, column names, thumbnail size, thumnail type)
  3. Install vimeo/laravel
  4. Configure your environment with you Vimeo app credentials