Demo : motask.herokuapp.com
- Run this command
$ git clone https://github.com/gerrykastogi/Motask_HMIF.git
$ composer install
-
Copy
.env.example
file to.env
. Adjust environment variables for database(pgsql/mysql, db_host, port, username, password) andAPP_URL
(http://motask.appor
http://localhost:8000) depend on your development environment. -
Create empty database :
motask
-
Run this command to sync database schema
$ php artisan migrate
- Test it on browser