Skip to content

GuillaumeValadas/sf7pack_2024.07.08

 
 

Repository files navigation

Install

Clone this repository

$ git clone git@github.com:adrienroches-sensio/sf7pack_2024.07.09.git
$ cd ./sf7pack_2024.07.09

Run the following commands :

$ symfony composer install
$ symfony console importmap:install
$ symfony console doctrine:database:create
$ symfony console doctrine:migration:migrate -n
$ symfony console doctrine:fixtures:load -n

Then start the server with :

$ symfony serve -d

Then you can log in with :

  • user / user [ROLE_USER]
  • website / website [ROLE_WEBSITE]
  • volunteer / volunteer [ROLE_VOLUNTEER]
  • organizer / organizer [ROLE_ORGANIZER]
  • admin / admin [ROLE_ADMIN]

About

Formation Symfony 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.1%
  • Twig 21.2%
  • Other 0.7%