1. Install dependencies ``composer install`` based on lock file.
2. Copy ``.env.example`` and rename to ``.env`` file.
3. ``php artisan key:generate`` to generate encryption key.
4. ``php artisan migrate:fresh`` to build the database.
5. ``php artisan db:seed`` to fill the database with content.
8. ``php artisan passport:keys`` setup Laravel Passport
9. ``php artisan passport:client --personal`` create a new passport client
10. ``php artisan db:seed --class=EmployeeAccounts`` creates employee accounts + adds Sdui contact person users
11. ``php artisan serve`` for running development server on *localhost:8080*

Delete the most recent commit, keeping the work you've done:

git reset --soft HEAD~1

Delete the most recent commit, destroying the work you've done:

git reset --hard HEAAAD~1

6- ignore requirements command

composer install --ignore-platform-reqs

7- composer composer dump-autoload

docker login [git.sdui.de](<http://git.sdui.de/>):5050

docker-compose up -d