/symfonyormexample

simple authentication using symfony security bundle, register, login, Bootstrap 4, and add products that are associated with the user. simple example this does not have a logout feature but you can add one easily.

Primary LanguagePHP

symfonyormexample

please delete all files in src/migrations before excuting the instructions.

Instructions

  1. git clone
  2. composer install
  3. php bin/console doctrine:database:create
  4. php bin/console doctrine:migrations:diff
  5. php bin/console doctrine:migrations:migrate
  6. yarn install
  7. yarn encore dev

Happy Learning