Skip to content

Instantly share code, notes, and snippets.

@paulund
paulund / phpcs.xml
Created August 20, 2017 16:50
PHP PSR-2 CodeSniffer Config for Laravel
<?xml version="1.0"?>
<ruleset name="Laravel Standards">
<!--
The name attribute of the ruleset tag is displayed
when running PHP_CodeSniffer with the -v command line
argument. The description tag below is not displayed anywhere
except in this file, so it can contain information for
developers who may change this file in the future.
-->
anonymous
anonymous / -
Created December 18, 2014 22:40
Computer
Processor
---------
-Processor-
Name : Pentium(R) Dual-Core CPU E5700 @ 3.00GHz
Family, model, stepping : 6, 23, 10 (Pentium III/Pentium III Xeon/Celeron)
anonymous
anonymous / -
Created October 16, 2014 19:20
Computer
Processor
---------
-Processors-
Pentium(R) Dual-Core CPU E5700 @ 3.00GHz : 3003.00MHz
Pentium(R) Dual-Core CPU E5700 @ 3.00GHz : 1203.00MHz
@maramtech-sublime
maramtech-sublime / DbmigrateController.php
Created March 5, 2014 14:34 — forked from bruceoutdoors/DbmigrateController.php
PHP: Converts existing MySQL database to migrations in Laravel 4.
<?php
/* * **
*
* This script converts an existing MySQL database to migrations in Laravel 4.
*
* 1. Place this file inside app/controllers/
*
* 2. In this file, edit the index() method to customize this script to your needs.
* - inside $migrate->ignore(), you pass in an array of table