GitXplorerGitXplorer
b

schoenesprojekt

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
072b709d47b88c71b9d9271a39c3c99aed42b05b

more stuff

bbogdanfinn committed 6 years ago
Unverified
01e2489a6de4d5382d9b6c3b3eb70e2856b77a8a

Some more services and conrollers

bbogdanfinn committed 7 years ago
Unverified
c14ef9e15f21bbd42e6725baac07b76e3eda2da9

Changes for seminar

bbogdanfinn committed 7 years ago
Unverified
20d90dfacbe4ab19082a619d8dc57f68e58763a7

updated readme.md

bbogdanfinn committed 7 years ago
Unverified
0e1df004f1d8fb921db87686f54cefc01dd4c49d

created readme.md

bbogdanfinn committed 7 years ago
Unverified
1eafea4c3b43af7b88592a8fe862623201518343

base project

bbogdanfinn committed 7 years ago

README

The README file for this repository.

Seminar Projekt

Execute permissions on bin/console:

chmod +x bin/console

Datenbank

Datenbank Verbindung (XAMPP):

DATABASE_URL=mysql://root:@127.0.0.1:3306/pokemons

Datenbank erstellen:

bin/console doctrine:database:create

Datenbank Schema erstellen:

bin/console doctrine:schema:update --force

Bootstrap:

http://getbootstrap.com/docs/4.1/getting-started/introduction/