Upgrade


Step 1 - Update from github

To update curriculum go to project folder and run the following commands.

git pull

php artisan migrate --seed

composer update

npm install

npm run