Larask / gist by luuhoangnam

A Laravel 5 Github Gist Clone from Larask Team.
32
15
2
Package Data
Maintainer Username: luuhoangnam
Package Create Date: 2015-03-11
Package Last Update: 2015-03-15
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-05-10 15:13:12
Package Statistics
Total Downloads: 32
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 15
Total Watchers: 2
Total Forks: 8
Total Open Issues: 1

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

  • [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

image

image

LICENSE

GNU 2.0 - See LICENSE