Good.

Now you see many files are pulled down to your computer.

Some of the files are in folder

Code:
app/database/migrations
That means, there is change in database structure. Some new tables created/deleted or even changed. Every time, database migration files changed, you need to run "php artisan migrate"

Code:
php artisan migrate
Run it and post result.