liamfirth / gist

A Laravel 5 Github Gist Clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larask Gist - A Laravel 5 Github Gist Clone

This is a simple project to create a Github Gist clone with Laravel 5

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

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

Screenshot

image

image

image

LICENSE

GNU 2.0 - See LICENSE

About

A Laravel 5 Github Gist Clone

License:GNU General Public License v2.0


Languages

Language:PHP 71.9%Language:HTML 17.4%Language:JavaScript 10.2%Language:CSS 0.5%