larask / gist
A Laravel 5 Github Gist Clone from Larask Team.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 2
Forks: 8
Open Issues: 1
Type:project
Requires
- laracasts/presenter: 0.2.*
- laravel/framework: 5.0.*
- laravelcollective/html: ~5.0
- webpatser/laravel-uuid: ~1.4
Requires (Dev)
- barryvdh/laravel-debugbar: ~2.0
- barryvdh/laravel-ide-helper: ~2.0
- behat/behat: ~3.0
- behat/mink: ~1.6
- doctrine/dbal: ~2.5
- laracasts/generators: ~1.1
- laracasts/testdummy: ~2.1
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-23 18:22:56 UTC
README
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
LICENSE
GNU 2.0 - See LICENSE