Skip to content

Instantly share code, notes, and snippets.

View alexbowers's full-sized avatar

Alex Bowers alexbowers

View GitHub Profile
@alexbowers
alexbowers / Child.vue
Created March 13, 2019 13:42
Example Tailwind Vue SFC
<template>
<div>
<p class="bg-blue">Hello World 2</p>
</div>
</template>
<script>
export default {};
</script>
<?php
Collection::macro('mapAttachUntil', new mapAttachUntil);
// Examples:
collect([
[
'Action' => 'Category',
'Name' => 'One',
@alexbowers
alexbowers / ClearHorizonQueue.php
Created January 11, 2020 12:38
horizon:clear command
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
class ClearHorizonQueue extends Command
{
/**
* The name and signature of the console command.