Skip to content

Instantly share code, notes, and snippets.

View ryanmitchell's full-sized avatar

Ryan Mitchell ryanmitchell

View GitHub Profile
@ryanmitchell
ryanmitchell / ImportWP.php
Created October 11, 2024 05:42
Wordpress -> Statamic import
<?php
namespace App\Console\Commands;
use Corcel\Model\Post;
use Illuminate\Console\Command;
use Statamic\Facades\Asset;
use Statamic\Facades\Entry;
class ImportWP extends Command
@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
{
/**
@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
{