Skip to content

Instantly share code, notes, and snippets.

View andersonhonorio's full-sized avatar

Anderson Honório andersonhonorio

View GitHub Profile
@extends('layouts.signin')
@section('content')
<p class="login-box-msg">{{ trans('app.start_session') }}</p>
<form role="form" method="POST" action="{{ url('/login') }}">
{{ csrf_field() }}
<div class="form-group{{ $errors->has('cpf') ? ' has-error' : '' }} has-feedback">
<input type="text" class="form-control" placeholder="CPF" name="cpf" value="{{ old('cpf') }}">
<?php
/**
* imap-attachment.php
*
* @author hakre <hakre.wordpress.com>
* @link http://stackoverflow.com/questions/9974334/how-to-download-mails-attachment-to-a-specific-folder-using-imap-and-php
*/
/**
* Utility Class
@andersonhonorio
andersonhonorio / XML.php
Created May 16, 2013 18:23
app/code/community/OsStudio/PagSeguroApi/Model/Payment/Method/Api/Xml.php
<?php
/**
* Os Studios PagSeguro Api Payment Module
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*