Skip to content

Instantly share code, notes, and snippets.

@code-poel
code-poel / composer.json
Last active September 12, 2015 05:50 — forked from spekkionu/composer.json
Standalone validation using laravel validation component
{
"name": "spakkionu/validate",
"description": "Validation Test",
"require": {
"illuminate/validation": "~4.2.9"
},
"license": "MIT",
"authors": [
{
"name": "Jonathan Bernardi",
@code-poel
code-poel / Create_Configurable_Products.php
Last active August 29, 2015 14:06 — forked from magento-team/2500 config products
Create 2500 dummy configurable products in a Magento installation for testing purposes.
<?php
/**
* Error reporting
*/
error_reporting(E_ALL | E_STRICT);
/**
* Compilation includes configuration file
*/
define('MAGENTO_ROOT', getcwd());