Skip to content

Instantly share code, notes, and snippets.

View ryanmitchell's full-sized avatar

Ryan Mitchell ryanmitchell

View GitHub Profile
@ryanmitchell
ryanmitchell / NavFrom.php
Created November 15, 2021 21:13
Statamic NavFrom
<?php
namespace App\Tags;
use Statamic\Support\Str;
use Statamic\Tags\Nav;
use Statamic\Tags\Tags;
class NavFrom extends Nav
{
@ryanmitchell
ryanmitchell / NavFrom.php
Created May 26, 2022 09:29
Statamic {{ nav_from }} tag
<?php
namespace App\Tags;
use Statamic\Support\Str;
use Statamic\Tags\Nav;
class NavFrom extends Nav
{
/**