This repository contains the companion code for the free video course: LaravelUi5 — Build Your First Business App with Laravel & OpenUI5.
👉 Watch the Course on YouTube
👉 Read the Docs
👉 Join the SDK Early Access
Step by step, we build a full-stack Users App:
- Scaffolding a self-contained UI5 app in Laravel
- Exposing OData endpoints with Lodata
- Binding
sap.mcontrols to live data - Adding business logic via Ui5Actions
- Deploying your first LaravelUi5 app
Each commit in this repo represents the end state of one video.
Clone the repo, install dependencies, and run the dev server:
git clone https://github.com/laravelui5/course-users-app.git
cd course-users-app
composer install
php artisan serveSwitch to the branch or tag of the desired video:
git checkout <commit-hash>MIT