Skip to content

Instantly share code, notes, and snippets.

Alright, so we have three separate tasks here

1st (Export images to dropbox)

Loop through all products (Rings, Earrings, Bracelets, Pendants) and export/rename every mapped image that is <= 600px to dropbox.

2nd (Mike Upscale)

This is when we have the new upscaled images ready to replace the old images.

  • Images can only be upscaled, no naming change allowed here.
@suwardany
suwardany / platform-blog.md
Last active August 29, 2015 14:03
Setup a blog extension with Cartalyst Platform 2 (new Workshop)

Setup a blog extension with Cartalyst Platform 2

Download Platform

git clone https://github.com/cartalyst/platform.git blog

Install Dependencies

Navigate into the downloaded folder and run

@suwardany
suwardany / data-grid-changes.md
Last active August 29, 2015 14:01
Data Grid changes

JS Plugin

Make sure you update your js plugin by merging in the changes from the platform repository or by manually replacing the old file located under public/themes/admin/default/assets/cartalyst/js/data-grid.js with the latest version.

Service Provider & Facade

Update Service Provider to Cartalyst\DataGrid\Laravel\DataGridServiceProvider

Update facade to Cartalyst\DataGrid\Laravel\Facades\DataGrid

@suwardany
suwardany / platform-blog.md
Last active April 29, 2016 15:19
Setup a blog extension with Cartalyst Platform 2

Setup a blog extension with Cartalyst Platform 2

Download Platform

git clone https://github.com/cartalyst/platform.git blog

Install Dependencies

Navigate into the downloaded folder and run