Skip to content

Instantly share code, notes, and snippets.

{
"id": :person_id,
"last_name": ":lastname",
"first_name": ":firstname",
"preferred_name": null,
"gender": null,
"birth_country": "value 1",
"aborig_torres_cd": null,
"pasifika_pacific_islander": null,
"residency": null,
@beanmoss
beanmoss / dashboard.twig.php
Created April 18, 2015 04:45
LARAVEL: Displaying different module/package dashboard widgets using view composers.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Laravel PHP Framework</title>
<style>
@import url(//fonts.googleapis.com/css?family=Lato:700);
body {
margin:0;