Minimal demo Symfony application with FriendsOfSymfony/FOSMessageBundle
.
Use to test FOSMessageBundle with Symfony 6.
As you may see, right now, we used a fork of FOSMessageBundle
Requirements:
- PHP v8.1 and up
- composer
- postgresql
composer install
bin/console doctrine:database:create
bin/console doctrine:migration:migrate
bin/console doctrine:fixtures:load
symfony serve
- Go to localhost:8000/login
- Log with
user@fos.fr
/password
orreceiver@fos.fr
/password
- You should be redirected to
/messages
where you can try to send an email - You have to write the email address inside recipient field so either
user@fos.fr
orreceiver@fos.fr
(you cannot send a message to yourself)