Skip to content

Instantly share code, notes, and snippets.

View cossou's full-sized avatar
:octocat:

Hélder Duarte cossou

:octocat:
View GitHub Profile

Backoffice

Registration and Authentication

User must be able to sign up, sign in, sign out and recover password in a secure manner. This feature also includes send confirmation emails upon registration and password recovery. Maybe using "Mandrill" will make this easier. Registration will be disabled for the private beta. (Using some sort of Social Auth is up to discussion)

Connect account to slack

Through Oauth, user must be able to easily give permissions to Prudio so it can manage one account with access his slack team.

Manage Widgets

User must be able to create, inspect, update and delete widgets.

@cossou
cossou / JasperPHP-advanced.md
Created January 11, 2014 11:37
In this gist I will cover how you can create a PDF report with JasperReports and Laravel 4.

JasperReports in Laravel 4

##Introduction

In this protip I will cover how you can create a PDF report with JasperReports and Laravel 4.

###Create a L4 project

Create a new Laravel 4 project.