creativefls / voteApp-laravel

VoteApp FLS versi framework Laravel

Home Page:http://fls-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLS VoteAPP Laravel Version

About

Versi laravel dari voteApp original, see https://github.com/creativefls/voteApp

Screenshot

How to Run

  1. Install node module
npm install
  1. Install laravel
composer install
  1. Generate CSS and JS to minify version
npm run production
  1. Migrate the database
php artisan migrate:refresh --seed
  1. And run your local server
php artisan serve

Author

About

VoteApp FLS versi framework Laravel

http://fls-app.herokuapp.com

License:MIT License


Languages

Language:PHP 68.7%Language:HTML 31.3%