LaravelPackages.net
Acme Inc.
Toggle sidebar
larask/gist

A Laravel 5 Github Gist Clone from Larask Team.

32
15
About larask/gist

larask/gist is a Laravel package for a laravel 5 github gist clone from larask team.. It currently has 15 GitHub stars and 32 downloads on Packagist. Install it with composer require larask/gist. Discover more Laravel packages by larask or browse all Laravel packages to compare alternatives.

Last updated

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

Comments