Skip to content

Instantly share code, notes, and snippets.

View Mosnar's full-sized avatar
💫

Ransom Mosnar

💫
View GitHub Profile
@Mosnar
Mosnar / staging.yml
Last active April 8, 2020 15:44
Craft CMS & Webpack on Laravel Forge
name: Deploy to Staging
on:
push:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
@Mosnar
Mosnar / m190925_192346_migrate_focalpoint.php
Created October 4, 2019 13:22
Migrates Craft 2 Focal Point Fields to Native Craft 3 Focalpoints
<?php
namespace craft\contentmigrations;
use Craft;
use craft\db\Migration;
use craft\db\Query;
use craft\db\Table;
use craft\fields\Assets;
use craft\records\Asset;