openedu

An open platform for collaboration and feedback on the National Curriculum of Pakistan (https://edu.stan.pk)

To Do

  • Create a platform alternative for Wiki (see what is out there and what is possible, what suits this idea better)
  • Re-organize a little bit to better accomodate all the functionality
  • Forums need to be added, possibly linking with the wiki

To install

Clone this git

git clone https://github.com/codeforpakistan/openedu.git

Use composer to install the vendor libaries

composer install

Run the database migrations

php artisan migrate