Skip to content

Instantly share code, notes, and snippets.

View dud3's full-sized avatar

Dren Kajmakchi dud3

View GitHub Profile
@dud3
dud3 / API Documentation
Last active August 29, 2015 14:03
API Documentation - Mymxlog
# Description
This documentation includes simple and more advanced usage of Mymxlog API.
## Table of content
* OAuth
*
## OAuth
OAuth2 is a protocol that lets external apps request authorization to private details in a user’s GitHub account without getting their password. This is preferred over Basic Authentication because tokens can be limited to specific types of data, and can be revoked by users at any time.
<?php
class BlogController extends Controller
{
/**
* Posts
*
* @return void
*/
public function showPosts()

There's no shortage of good resources for learning laravel. So instead of the usual introductory tutorial were just gonna learn Laravel by building a project from scratch and that's gonna be a User Management System.

I don't know if my definition of a User Management System is correct but here's my idea of what's it's capable of doing:

  • Register Roles
  • Register Users
  • Update Users