2017 © Pedro Peláez
 

project gist

A Laravel 5 Github Gist Clone from Larask Team.

image

larask/gist

A Laravel 5 Github Gist Clone from Larask Team.

  • Sunday, March 15, 2015
  • by luuhoangnam
  • Repository
  • 1 Watchers
  • 14 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Larask Gist - A Laravel 5 Github Gist Clone

This is a simple project to create a Github Gist clone with Laravel 5, (*1)

Installation (just like any Laravel 5 project)

  • Create project: composer create-project larask/gist gist dev-master --prefer-dist
  • Config your database credentials in .env file
  • php artisan migrate
  • Go to route /trending to see what we haved done.

Contributor

  • @luuhoangnam
  • @thangngoc89

Checklist

  • [x] Installation and Configuration
  • [x] Model and Migration
  • [x] Detour - Using UUID
  • [x] Database Seeder
  • [x] Routing - Controller
  • [x] View
  • [x] Front-end mockup

Screenshot

image, (*2)

image, (*3)

image, (*4)

LICENSE

GNU 2.0 - See LICENSE, (*5)

The Versions