This document outlines the study program for the Information Systems program at the Faculty of Engineering and Computer Science for the 2020-2021 school year. It discusses Laravel, an open-source PHP web framework that uses the MVC model and features controllers, models and views. Artisan is Laravel's command line tool for creating resources and extending functionality. Composer is Laravel's dependency manager. New Laravel projects can be created either by installing the Laravel installer tool globally via Composer or using Composer's create-project command. The built-in PHP development server can be used via the Artisan serve command to preview local applications.