Skip to content

Instantly share code, notes, and snippets.

View jrsalunga's full-sized avatar
💭
I may be slow to respond.

Jefferson Raga Salunga jrsalunga

💭
I may be slow to respond.
View GitHub Profile
@jrsalunga
jrsalunga / designer.html
Created October 24, 2014 13:27
designer
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-input/core-input.html">
<polymer-element name="my-element">
<template>
<style>
@jrsalunga
jrsalunga / designer.html
Created November 26, 2014 02:34
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@jrsalunga
jrsalunga / App\Http\Controllers\Auth\AuthController.php
Created September 15, 2015 02:16
Laravel 5.1 - Log in with Username or Email
<?php
/**
* This snippet goes into your
* \app\Http\Controllers\Auth\AuthController.php
*
*
*/
/**
* Handle a login request to the application.
*