| Name | Vorname | Matrikelnummer |
|---|---|---|
| Shraideh | Amier | 3515033 |
| Cömlek | Kacper | 3544613 |
Teamnumber: 405
Project work for the module "DBWT2" in the course of study "Computer Science" at the University of Applied Sciences Aachen.
composer installcomposer dump-autoloadphp artisan migratephp artisan serve --port=8020php artisan db:seed --class=DevelopemntDataphp artisan make:migration create_users_table --table=usersphp artisan make:model User --migrationphp artisan make:controller UserControllercomposer require fakerphp/faker --dev- If it doesn't work, try without
--dev
- If it doesn't work, try without
php artisan db:seed --class=DatabaseSeeder