Skip to content

Instantly share code, notes, and snippets.

View pedzed's full-sized avatar

Ped pedzed

View GitHub Profile
@pedzed
pedzed / 5000_00_00_000000_create_foreign_keys.php
Created October 28, 2018 16:35
Laravel Foreign Keys Migration
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateForeignKeys extends Migration
{
/**
* A list of foreign keys.
@pedzed
pedzed / Jasmine-and-Babel6.md
Last active August 25, 2016 16:03 — forked from mauvm/Jasmine-and-Babel6.md
Jasmine ES6 run script for use with Babel 6
npm i -D jasmine babel-cli babel-preset-es2015 babel-watch

.babelrc:

{
  "presets": [
 "es2015"