/schoenesprojekt

Für das Seminar an der Nordakademie

Primary LanguagePHP

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/